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