Getting the filter characteristics form the known filter coefficients

5 次查看(过去 30 天)
Hello,
I want to know the filter characteristics like the cutoff frequency (stop and start band), Ast, Ap, sampling rate, order of the filter from the set of filter coefficients given below
coeffs[12] = { 688, 1283, 2316, 3709, 5439, 7431, 9561, 11666, 13563, 15074, 16047, 16384 };
Can someone explain how to get them.
thanks.

回答(1 个)

Honglei Chen
Honglei Chen 2014-1-29
You can use fvtool to look at the responses and probably figure out cutoff frequency, pass band ripple and stopband attenuation. Another option is freqz. Note that all these measurements are relative to your interpretation. For example, if you define stop attenuation as 60dB, then your cutoff frequency measures from there. In general you know these before you design the filter.
You probably won't be able to figure out the sample rate just from these numbers. Whether it is sampled at 10 kHz or 10 MHz, the shape of the filter responses are the same.
HTH

类别

Help CenterFile Exchange 中查找有关 Filter Design 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by