Where do the peaks in the impulse response of a firnyquist Lth band filter come from?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
When using the firnyquist built-in function to design a Lth band lowpass filter, there are peaks arising at the 2nd and 2nd last sample of the impulse response (see the figure attached). The peak does not really seem to be sensible for a lowpass filter.
That is the code:
b = firnyquist(10*6, 10, 0.1);
figure
stem(b)
Can someone help me understand where this comes from or if this is a bug?

0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Filter Design en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!