Signalsmith Audio's DSP Library  1.6.0
Useful C++ classes/templates for audio effects
Classes | Functions
windows.h File Reference
#include "./common.h"
#include <cmath>
#include <algorithm>

Classes

class  signalsmith::windows::Kaiser
 The Kaiser window (almost) maximises the energy in the main-lobe compared to the side-lobes. More...
 
class  signalsmith::windows::ApproximateConfinedGaussian
 The Approximate Confined Gaussian window is (almost) optimal. More...
 

Functions

template<typename Data >
void signalsmith::windows::forcePerfectReconstruction (Data &&data, int windowLength, int interval)
 Forces STFT perfect-reconstruction (WOLA) on an existing window, for a given STFT interval. More...