필터 지우기
필터 지우기

generate a bandpass signal

조회 수: 1 (최근 30일)
uzmeed
uzmeed 2018년 5월 20일
댓글: tuo 2020년 4월 29일
I want to generate a bandpass signal .How can it be accomplished in matlab regards

답변 (1개)

Star Strider
Star Strider 2018년 5월 20일
If you have R2018a (or later) use the bandpass (link) function. If you use the ‘d’ output, remember to use the filtfilt function with it (since bandpass produces an IIR filter by default), rather than filter, that only works correctly with linear-phase FIR filters, such as those produced by fir1. (I consider this to be an error in the bandpass function documentation.)
Otherwise, search MATLAB Answers for ‘bandpass’. I’ve posted several well-documented examples over the years.
  댓글 수: 1
tuo
tuo 2020년 4월 29일
how can i generate a signal. Its sampling frequency is 60MHz, signal center frequency 15MHz, bandwidth 5MHz (-3db).

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

카테고리

Help CenterFile Exchange에서 Digital Filtering에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by