Nsound
0.9.4
|
#include <Nsound/Buffer.h>
#include <Nsound/Generator.h>
#include <Nsound/RngTausworthe.h>
#include <iostream>
#include <string.h>
#include <math.h>
Go to the source code of this file.
Macros | |
#define | M_2PI (2.0*M_PI) |
#define | CERR_HEADER __FILE__ << ":" << __LINE__ << ": " |
Functions | |
static void | cosinewindow (Buffer &win, const float64 &a0, const float64 &a1, const float64 &a2, const float64 &a3) |
float64 | bessel_i0 (const float64 &x) |
#define M_2PI (2.0*M_PI) |
Definition at line 46 of file Generator.cc.
Referenced by Nsound::Generator::drawGaussian(), and Nsound::Generator::drawSine2().
#define CERR_HEADER __FILE__ << ":" << __LINE__ << ": " |
Definition at line 48 of file Generator.cc.
|
static |
Definition at line 746 of file Generator.cc.
References Nsound::Buffer::getLength(), and M_PI.
Referenced by Nsound::Generator::drawWindowBlackman(), Nsound::Generator::drawWindowBlackmanHarris(), Nsound::Generator::drawWindowHamming(), Nsound::Generator::drawWindowHanning(), and Nsound::Generator::drawWindowNuttall().