BGC Tools
|
Data Structures | |
class | AnalyticADSREnvelope |
class | AnalyticFilter |
Filters represent transformations of the AnalyticStream. More... | |
class | AnalyticFrequencyModulationFilter |
Applies FrequencyModulation to the underlying stream, in the frequency domain. Utilizes the FFT Shift Theorem More... | |
class | AnalyticNoiseStream |
class | AnalyticStreamAdder |
class | AnalyticStreamCenterer |
A Decorator class for AnalyticStreams that centers the stream, temporally, in a window. More... | |
class | AnalyticStreamConverter |
Analytic signal generation based on "An Efficient Analytic Signal Generator" by Clay S. Turner http://www.claysturner.com/dsp/asg.pdf More... | |
class | AnalyticStreamEnvelopeConverter |
Returns the magnitude of the underlying AnalyticStream as a BGCStream More... | |
class | AnalyticStreamExtensions |
class | AnalyticStreamFork |
class | AnalyticStreamFrequencyShifter |
Applies FrequencyShift to the underlying stream. Utilizes the FFT Shift Theorem More... | |
class | AnalyticStreamWindower |
A Decorator class for BGCAudioClips that windows and truncates underlying clip More... | |
class | AnalyticWave |
class | BGCStreamConverter |
interface | IAnalyticStream |
class | SimpleAnalyticFilter |