FIR lowpass filter Design with cutoff frequency 77e9

조회 수: 3 (최근 30일)
marwa mohamed
marwa mohamed 2020년 9월 8일
Dear All,
i am trying to design a FIR lowpass filter with cutoff frequency of 77e9 but i always ave unknown in the answer. Can anyone help me please?
Fc= 77e9; % cut off frequency
N= 120; % the filter order
Fs=2*Fc; % sampling frequency 80e9
Fp=8e3; % pass-band edge frequency 8e9
Ap=0.01; % pass-band ripple [dB]
Ast=80; % stop-band attenuation [dB]
% obtain the maximum deviation for the passband and stopband ripples in linear units.
Rp = (10^(Ap/20) - 1)/(10^(Ap/20) + 1);
Rst = 10^(-Ast/20);
filt = fdesign.lowpass('N,Fc', N, Fc);
lp = design(filt,'window','window',@hamming,'systemobject',true);
If i am trying to use measure(lp) then i have the following answer:
ans =
Sample Rate : N/A (normalized frequency)
Passband Edge : Unknown
3-dB Point : 0.39335
6-dB Point : 0.40001
Stopband Edge : Unknown
Passband Ripple : Unknown
Stopband Atten. : Unknown
Transition Width : Unknown

답변 (0개)

카테고리

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