필터 지우기
필터 지우기

how can I change lowpass filter form?

조회 수: 1 (최근 30일)
Kim Dogyun
Kim Dogyun 2013년 7월 25일
Hi~ I need to generate band-limited Gaussian white noise signal with frequency between 0 and 13Hz and an amplitude ±20.
The sampling frequency is 200Hz.
if sampling frequency is changed, how can I write the number in this form?
>>lowpass('Fp,Fst,Ap,Ast',x,x,x,x,Fs);
Please help me...

답변 (1개)

David Sanchez
David Sanchez 2013년 7월 25일
The string entries are defined as follows:
Ap — amount of ripple allowed in the pass band in decibels (the default units). Also called Apass.
Ast — attenuation in the stop band in decibels (the default units). Also called Astop.
Fc — cutoff frequency for the point 6 dB point below the passband value. Specified in normalized frequency units.
Fp — frequency at the start of the pass band. Specified in normalized frequency units. Also called Fpass.
Fst — frequency at the end of the stop band. Specified in normalized frequency units. Also called Fstop.
  댓글 수: 1
Kim Dogyun
Kim Dogyun 2013년 7월 26일
편집: Kim Dogyun 2013년 7월 26일
sorry, modify my question..could you check this?

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

카테고리

Help CenterFile Exchange에서 Signal Generation, Manipulation, and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by