Nsound
0.9.4
|
#include <Nsound/AudioStream.h>
#include <Nsound/Buffer.h>
#include <Nsound/Nsound.h>
#include <Nsound/Generator.h>
#include <Nsound/Plotter.h>
#include <Nsound/Sine.h>
#include <cmath>
#include <iostream>
Go to the source code of this file.
Functions | |
void | testBuffer () |
int | main (int argc, char **argv) |
void testBuffer | ( | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 47 of file test_plotter.cc.
References Nsound::Generator::drawFatGaussian(), Nsound::Generator::drawGaussian(), Nsound::Generator::drawLine(), Nsound::Plotter::figure(), Nsound::Plotter::plot(), Nsound::AudioStream::plot(), Nsound::Plotter::show(), Nsound::Plotter::subplot(), Nsound::Plotter::title(), Nsound::Plotter::xlabel(), and Nsound::Plotter::ylabel().