MCPcopy Create free account
hub / github.com/adamstark/BTrack / calculateRectangularWindow

Method calculateRectangularWindow

src/OnsetDetectionFunction.cpp:723–728  ·  view source on GitHub ↗

=======================================================================

Source from the content-addressed store, hash-verified

721
722//=======================================================================
723void OnsetDetectionFunction::calculateRectangularWindow()
724{
725 // Rectangular window calculation
726 for (int n = 0; n < frameSize; n++)
727 window[n] = 1.0;
728}
729
730////////////////////////////////////////////////////////////////////////////////////////////////
731////////////////////////////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected