필터 지우기
필터 지우기

how can i filtering white gaussian noise using shaping filter H(f)

조회 수: 10 (최근 30일)
Good mind
Good mind 2017년 4월 16일
댓글: Star Strider 2017년 4월 19일
i want filtering white gaussian noise using shaping filter h(f). what is the function of shaping filter in matlab

채택된 답변

Star Strider
Star Strider 2017년 4월 16일
Define the filter as a designfilt object (if you use designfilt), as numerator and denominator polynomials, or preferably a second-order-section and gain matrix, then use the filtfilt function to filter it, as you would any other signal. Your filter will pass the selected random-amplitude values in the frequency spectrum you specify for the filter. You can see the results if you do a fft (link) on the output of the filter.
  댓글 수: 6
Good mind
Good mind 2017년 4월 19일
thank you very very much sir.

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

추가 답변 (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