Filter löschen
Filter löschen

symmetric impulse rerange to middle

1 Ansicht (letzte 30 Tage)
amjad hammad
amjad hammad am 3 Mär. 2022
Bearbeitet: amjad hammad am 4 Mär. 2022
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 Kommentare
Walter Roberson
Walter Roberson am 4 Mär. 2022
fftshift()?
amjad hammad
amjad hammad am 4 Mär. 2022
Bearbeitet: amjad hammad am 4 Mär. 2022
work thanks

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by