Effacer les filtres
Effacer les filtres

symmetric impulse rerange to middle

1 vue (au cours des 30 derniers jours)
amjad hammad
amjad hammad le 3 Mar 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 commentaires
Walter Roberson
Walter Roberson le 4 Mar 2022
fftshift()?
amjad hammad
amjad hammad le 4 Mar 2022
Modifié(e) : amjad hammad le 4 Mar 2022
work thanks

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by