-
-
Notifications
You must be signed in to change notification settings - Fork 34
Modules
Mohammed Boujemaoui Boulaghmoudi edited this page Oct 6, 2018
·
1 revision
Those are the list of available modules with the integrated features that are implemented or scheduled to be. All of those features will be wrapped in to a Python & JavaScript binding to allow an easy with third party tools.
- Pre-Processing Techniques
- Amplifier
- Clipper
- Mixer
- Normalizer
- Resampler
- Search
- Lin-space
- Log-space
- Padder
- Normalizer
- Frame Cutter
- Splitter
- Implementing basic discrete transforms
- DFT : Discrete Fourier Transform
- DCT: Discrete Cosine Transform
- Discrete Hilbert Transform
- Discrete Hartley Transform
- Digital Filters
- FIR : Finite Impulse Response filter
- IIR : Infinite Impulse Response filter
- Biquad
- Biquad Cascade
- Butterworth Filters
- Chebishev I && Chebishev II Filters
- Elliptic Filters
- Legendre Filters
- Bessel Filters
- RBJ Filters
- Udo Zolzer Filters
- Moving Average Filter
- Moving Median Filter
- Moving RMS Filter
- Windowing
- Bartlett
- Blackman
- Flat-Top
- Hamming
- Hanning
- Triangular
- Blackman - Harris
- Blackman - Nuttal
- Bartlett - Hann
- Kaiser
- Gauss
- Implement basic oscillators
- Sinusoidal oscillator
- Square oscillator
- Triangular oscillator
- Sawtooth oscillator
- Spectral
- Auto Correlation
- Cross Correlation
- Convolution
- Spectrum
- Cepstrum
- LPC: Linear Predictive Coefficients
- Cepstral LPC
- Filter Banks
- Mel Filter Banks
- Bark Filter Banks
- Gamma Tone Filter Banks
- ERB Filter Banks
- Statistical Properties
- Histogram
- Mean
- Geometric Mean
- Harmonic Mean
- Generalized Mean
- Centroid
- Crest
- Entropy
- Flatness
- RMS
- RSSQ
- Peak
- Min/Max
- Moment
- Variance
- Skewness
- Kurtosis
- Covariance
- Modulation
- AM
- FM
- PSK
- DPSK
- QAM
- GMSK
- FDMA
- TCM
- String Utils
- To Upper
- To Lower
- Split
- Join
- Trim
- Tools
- DC Removal
- De-Emphasis
- Pre-Emphasis
- Envelope Follower
easy DSP - A cross-platform Digital Signal Processing library written in modern C++.