d = fdesign.lo​wpass('Fp,​Fst,Ap,Ast​',1,3,0.5,​40,60);

조회 수: 1 (최근 30일)
suresh
suresh 2012년 5월 29일
댓글: nam bui 2021년 2월 10일
d = fdesign.lowpass('Fp,Fst,Ap,Ast',1,3,0.5,40,60);
sir, please tell me what is 1,3,0.5,40,60 im assuming that here 60 is sampling frequency please describe other parameters

채택된 답변

Wayne King
Wayne King 2012년 5월 29일
d = fdesign.lowpass('Fp,Fst,Ap,Ast',1,3,0.5,40,60);
  1. 1 is the passband frequency
  2. 3 is the stopband frequency so the region between 1 and 3 Hz is a transition region
  3. 0.5 is the passband ripple in dB
  4. 40 is the amount of stopband attentuation you want in dB
  5. 60 is the sampling frequency
  댓글 수: 1
nam bui
nam bui 2021년 2월 10일
Hello,
how can you apply a cut off frequency with this command?
d = fdesign.lowpass('Fp,Fst,Ap,Ast',1,3,0.5,40,60);

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

manikanta dachepalli
manikanta dachepalli 2020년 9월 12일
how to find pass band ripple

카테고리

Help CenterFile Exchange에서 Get Started with DSP System Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by