Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
Loading...
Searching...
No Matches
hamming.m File Reference

Go to the source code of this file.

Variables

function res

Variable Documentation

◆ res

function res
Initial value:
= hamming(len)
% Return a vector of length len giving the hamming window profile. Multiply element-by-element with your data vector.
res = 0.54 + 0.46 * cos(2 * pi() * ((-len/2):1:(len/2 - 1)) / len)
window
Definition Dispersion.m:22
Parameters length
Definition Dispersion.m:36
function res
Definition hamming.m:1

Definition at line 1 of file hamming.m.