How can I apply a hanning window to 3D matrix ?

14 vues (au cours des 30 derniers jours)
raheem mian
raheem mian le 25 Mar 2020
a = rand(10,11,12);
w = hanning(10)*hanning(11)';
w3 = repmat(w,1,1,12);
aw = a.*w3;
Is this the correct method ?

Réponses (1)

Madhav Thakker
Madhav Thakker le 12 Avr 2021
Hi Raheem,
Have a look at https://in.mathworks.com/help/signal/ref/hann.html hanning window in MATLAB for details.
Hope this helps.

Catégories

En savoir plus sur Discrete Math dans Help Center et File Exchange

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by