symmetric impulse rerange to middle

1 view (last 30 days)
amjad hammad
amjad hammad on 3 Mar 2022
Edited: amjad hammad on 4 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

Answers (0)

Community Treasure Hunt

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

Start Hunting!