=======================================================================
| 721 | |
| 722 | //======================================================================= |
| 723 | void OnsetDetectionFunction::calculateRectangularWindow() |
| 724 | { |
| 725 | // Rectangular window calculation |
| 726 | for (int n = 0; n < frameSize; n++) |
| 727 | window[n] = 1.0; |
| 728 | } |
| 729 | |
| 730 | //////////////////////////////////////////////////////////////////////////////////////////////// |
| 731 | //////////////////////////////////////////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected