Dir src/syntropic/dsp¶
Files¶
| Type | Name |
|---|---|
| file | syn_biquad.c Fixed-point Q16.16 Biquad filter implementation. |
| file | syn_biquad.h Fixed-point Q16.16 Biquad filter (Direct Form I). |
| file | syn_dds.c Direct Digital Synthesis (DDS) Waveform Synthesizer implementation. |
| file | syn_dds.h Direct Digital Synthesis (DDS) Waveform Synthesizer. |
| file | syn_fft.c Fixed-point Q16.16 Radix-2 Decimation-in-Time Fast Fourier Transform implementation. |
| file | syn_fft.h Fixed-point Q16.16 Fast Fourier Transform (FFT). |
| file | syn_filter.c Digital filter implementations. |
| file | syn_filter.h Integer-only digital filters for sensor signal conditioning. |
| file | syn_filter_design.c Dynamic runtime IIR Biquad filter coefficient generator implementation. |
| file | syn_filter_design.h Dynamic runtime IIR Biquad filter coefficient generator (Q16.16 fixed-point). |
| file | syn_kalman.c General-purpose fixed-point Kalman filter implementation. |
| file | syn_kalman.h General-purpose fixed-point Kalman filter. |
| file | syn_signal.c Signal statistics implementation. |
| file | syn_signal.h Signal statistics — sliding window min/max/mean/variance/RMS. |
The documentation for this class was generated from the following file src/syntropic/dsp/