LMMS
Loading...
Searching...
No Matches
windows.h File Reference

Go to the source code of this file.

Namespaces

namespace  DSP

Typedefs

typedef void(* DSP::window_sample_func_t) (sample_t &, sample_t)

Functions

void DSP::store_sample (sample_t &d, sample_t s)
void DSP::apply_window (sample_t &d, sample_t s)
template<window_sample_func_t F>
void DSP::hanning (sample_t *s, int n)
template<window_sample_func_t F>
void DSP::blackman (sample_t *s, int n)
template<window_sample_func_t F>
void DSP::blackman_harris (sample_t *s, int n)
double DSP::besseli (double x)
template<window_sample_func_t F>
void DSP::kaiser (sample_t *s, int n, double beta)