Borrar filtros
Borrar filtros

symmetric impulse rerange to middle

1 visualización (últimos 30 días)
amjad hammad
amjad hammad el 3 de Mzo. de 2022
Editada: amjad hammad el 4 de Mzo. de 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 comentarios
Walter Roberson
Walter Roberson el 4 de Mzo. de 2022
fftshift()?
amjad hammad
amjad hammad el 4 de Mzo. de 2022
Editada: amjad hammad el 4 de Mzo. de 2022
work thanks

Iniciar sesión para comentar.

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by