two versions of filter response

1 次查看(过去 30 天)
Nouf Alraisi
Nouf Alraisi 2023-12-3
we were asked to search for filter response and apparently there are two versions of them, can you please highlight which ones are they and how to get them please so we can display the frequency response.

回答(1 个)

Star Strider
Star Strider 2023-12-3
The only ones that I am aware of are the time domain response (showing both the unfiltered and filtered versions of the input signal), and the frequency domain response, showing the filter response as a function of frequency. The Signal Processing Toolbox functions that would provide the frequency domain response are freqs for a continuous filter, and freqz for a digital filter. The Control System Toolbox has the bode and bodeplot functions for both types of filters.
You can also create your own version by calculating the fft of the filtered and unfiltered results of a random wide-band signal and then calculating the transfer function by dividing the fft of the filtered signal by the fft of the unfiltered signal, element-wise (using ./ division rather than / division).

类别

Help CenterFile Exchange 中查找有关 Matched Filter and Ambiguity Function 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by