フィルターのクリア

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 Center および File ExchangeDigital Filter Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by