Functions | |
| def | dopack |
| def | dounpack |
| def | make_random |
| def | flatten |
| def | randmat |
| def | test_fft |
| def | dofft |
| def | main |
Variables | |
| pi = math.pi | |
| e = math.e | |
| tuple | j = complex(0,1) |
| int | doreal = 0 |
| tuple | datatype = os.environ.get('DATATYPE','float') |
| string | util = '../tools/fft_' |
| int | minsnr = 90 |
| string | fmt = 'd' |
| def testkiss::dopack | ( | x, | ||
cpx = 1 | ||||
| ) |
| def testkiss::dounpack | ( | x, | ||
| cpx | ||||
| ) |
| def testkiss::make_random | ( | dims = [1] |
) |
| def testkiss::flatten | ( | x | ) |
| def testkiss::randmat | ( | ndims | ) |
| def testkiss::test_fft | ( | ndims | ) |
| def testkiss::dofft | ( | x | ) |
| def testkiss::main | ( | void | ) |
| testkiss::pi = math.pi |
Referenced by kiss_fft_alloc(), and val2rgb().
| testkiss::e = math.e |
| tuple testkiss::j = complex(0,1) |
Referenced by csl::AmbisonicDecoder::asPseudoInverse(), CalcParms(), csl::ShoeBox::calculateReflections(), Spectrogram::compress(), csl::Freeverb::constructReverbGraph(), CreateDenseGrid(), csl::Interleaver::deinterleave(), csl::SpeakerSetLayout::findSpeakerPairs(), csl::SpeakerSetLayout::findSpeakerTriplets(), csl::HRTFDatabase::hrtfAt(), initial_test(), csl::Convolver::initialize(), csl::Interleaver::interleave(), csl::Interleaver::interleaveAndRemap(), csl::SpeakerSetLayout::invertTripleMatrix(), main(), csl::Abst_SoundFile::mergeToMono(), csl::VBAP::nextBuffer(), csl::BinauralPanner::nextBuffer(), csl::AmbisonicRotator::nextBuffer(), csl::AmbisonicEncoder::nextBuffer(), csl::Impulse::nextBuffer(), csl::LPCAnalyzer::nextBuffer(), csl::FDN::nextBuffer(), csl::NtoMPanner::nextBuffer(), csl::Mixer::nextBuffer(), csl::InOut::nextBuffer(), csl::FIR::nextBuffer(), csl::Filter::nextBuffer(), csl::SumOfSines::nextWaveInto(), Spectrogram::normalize(), csl::CslRtpSession::OnRTCPCompoundPacket(), OSCRemoveContainerAlias(), csl::CASoundFile::readBufferFromFile(), Spectrogram::saveToRas(), Search(), setupOSCInstrLibrary(), csl::ShoeBox::shellSort(), csl::AmbisonicUnitGenerator::singularValueDecomposition(), csl::HRTFDatabase::storeToDB(), and vectorMultiply().
| int testkiss::doreal = 0 |
| tuple testkiss::datatype = os.environ.get('DATATYPE','float') |
| string testkiss::util = '../tools/fft_' |
| int testkiss::minsnr = 90 |
Referenced by main().
| string testkiss::fmt = 'd' |
Referenced by csl::JSoundFile::format().
1.5.8