MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / Hamming

Method Hamming

IPL/src/processes/IPLFFT.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139double IPLFFT::Hamming(int n, int size)
140{
141 return ( 0.54 - 0.46 * cos( 2.0 * PI * n / (size-1) ) );
142}
143
144double IPLFFT::Blackman(int n, int size)
145{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected