필터 지우기
필터 지우기

symmetric impulse rerange to middle

조회 수: 1 (최근 30일)
amjad hammad
amjad hammad 2022년 3월 3일
편집: amjad hammad 2022년 3월 4일
HI
Hvz = [1 1 0 0 0 0 0 1];
subplot(3,1,1),
stem(Hvz);
h = ifft(Hvz);
subplot(3,1,2),
stem(h);
I want to Rearrange (get zero sample to about in the middle) - symmetric impulse response
  댓글 수: 2
Walter Roberson
Walter Roberson 2022년 3월 4일
fftshift()?
amjad hammad
amjad hammad 2022년 3월 4일
편집: amjad hammad 2022년 3월 4일
work thanks

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

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by