Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

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

1 visualización (últimos 30 días)
Stefan
Stefan el 4 de Feb. de 2014
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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.

Respuestas (0)

La pregunta está cerrada.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by