Nsound
0.9.4
|
#include <Nsound/Nsound.h>
#include <Nsound/Buffer.h>
#include <Nsound/DelayLine.h>
#include <Nsound/Plotter.h>
#include <Nsound/Sine.h>
#include <Nsound/Wavefile.h>
#include "UnitTest.h"
#include <stdlib.h>
#include <math.h>
#include <iostream>
Go to the source code of this file.
Functions | |
void | DelayLine_UnitTest () |
Variables | |
static const char * | THIS_FILE = "DelayLine_UnitTest.cc" |
static const float64 | GAMMA = 1.5e-14 |
void DelayLine_UnitTest | ( | ) |
Definition at line 55 of file DelayLine_UnitTest.cc.
References Nsound::Buffer::abs(), Nsound::Generator::drawLine(), GAMMA, Nsound::Generator::generate(), Nsound::Buffer::getMax(), Nsound::Buffer::plot(), Nsound::DelayLine::read(), Nsound::Wavefile::setDefaultSampleSize(), Nsound::Wavefile::setIEEEFloat(), Nsound::Plotter::show(), SUCCESS, TEST_ERROR_HEADER, TEST_HEADER, THIS_FILE, and Nsound::DelayLine::write().
Referenced by main().
|
static |
Definition at line 50 of file DelayLine_UnitTest.cc.
Referenced by DelayLine_UnitTest().
|
static |
Definition at line 52 of file DelayLine_UnitTest.cc.
Referenced by DelayLine_UnitTest().