C# Класс DSPUtil.NoiseGenerator

Наследование: SoundObj
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Arbitrary IEnumerator
NextRandom double
NextRandom2 double
WhiteFlat IEnumerator
init void

Открытые методы

Метод Описание
NoiseGenerator ( NoiseType type, ushort numChannels, double lengthSecs, uint sampleRate, double gain, bool mono ) : System
NoiseGenerator ( NoiseType type, ushort numChannels, int lengthSamples, uint sampleRate, double gain, bool mono ) : System

Приватные методы

Метод Описание
Arbitrary ( int length, FilterProfile coeffs, uint sampleRate ) : IEnumerator
NextRandom ( ) : double
NextRandom2 ( ) : double
WhiteFlat ( int length ) : IEnumerator
init ( NoiseType type, ushort numChannels, int lengthSamples, uint sampleRate, double gain, bool mono ) : void

Описание методов

NoiseGenerator() публичный Метод

public NoiseGenerator ( NoiseType type, ushort numChannels, double lengthSecs, uint sampleRate, double gain, bool mono ) : System
type NoiseType
numChannels ushort
lengthSecs double
sampleRate uint
gain double
mono bool
Результат System

NoiseGenerator() публичный Метод

public NoiseGenerator ( NoiseType type, ushort numChannels, int lengthSamples, uint sampleRate, double gain, bool mono ) : System
type NoiseType
numChannels ushort
lengthSamples int
sampleRate uint
gain double
mono bool
Результат System