Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

what can be understood from the magnitude response plot of a fitler

1 Ansicht (letzte 30 Tage)
Stefan
Stefan am 4 Feb. 2014
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Hello,
I am not familiar with the filters so want to know of what can be understood or analysed from the maginitude response of a filter.
I want to know of what can be known from this maginitude response of the desinged lowpass filter
Fc = 3; %Cutoff frequency
N = 11; % FIR filter order
Hf = fdesign.lowpass('N,Fc',N,Fc,100);%sampling frequency of 100Hz
Hd=design(Hf);
fvtool(Hd);
The response is
Thanks.

Antworten (0)

Diese Frage ist geschlossen.

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by