필터 지우기
필터 지우기

Getting the filter characteristics form the known filter coefficients

조회 수: 5 (최근 30일)
Gova ReDDy
Gova ReDDy 2014년 1월 29일
답변: Honglei Chen 2014년 1월 29일
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 Analysis에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by