Borrar filtros
Borrar filtros

how can i filtering white gaussian noise using shaping filter H(f)

10 visualizaciones (últimos 30 días)
i want filtering white gaussian noise using shaping filter h(f). what is the function of shaping filter in matlab

Respuesta aceptada

Star Strider
Star Strider el 16 de Abr. de 2017
Define the filter as a designfilt object (if you use designfilt), as numerator and denominator polynomials, or preferably a second-order-section and gain matrix, then use the filtfilt function to filter it, as you would any other signal. Your filter will pass the selected random-amplitude values in the frequency spectrum you specify for the filter. You can see the results if you do a fft (link) on the output of the filter.
  6 comentarios
Good mind
Good mind el 19 de Abr. de 2017
thank you very very much sir.

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by