|
Code Packages
1
Add-on code processing modules
|
This is the complete list of members for dsp.FIR, including all inherited members.
| BandPass(double fc_Low, double fc_High, double fs, int samples, Window.Type w) | dsp.FIR | static |
| BandStop(double fc_Low, double fc_High, double fs, int samples, Window.Type w) | dsp.FIR | static |
| DC_Unity(double[] A) | dsp.FIR | static |
| Filter(double[] A, double[] kernel) | dsp.FIR | static |
| HBandH(int samples, Window.Type w) | dsp.FIR | static |
| HBandL(int samples, Window.Type w) | dsp.FIR | static |
| HighPass(double fc, double fs, int samples, Window.Type w) | dsp.FIR | static |
| LowPass(double fc, double fs, int samples, Window.Type w) | dsp.FIR | static |
| Sinc(double f_fs, int samples) | dsp.FIR | static |
| SpectralInverse(double[] kernel) | dsp.FIR | static |