]> Creatis software - CreaPhase.git/blob - octave_packages/signal-1.1.3/hann.m
Replaced genpath(octave_packages) with the inclusion of two specific folders
[CreaPhase.git] / octave_packages / signal-1.1.3 / hann.m
1 % w = hann(n)
2 %   see hanning
3 function w = hann(n), w=hanning(n);