diff options
| author | Author Name <[email protected]> | 2023-07-07 12:20:59 +0930 |
|---|---|---|
| committer | David Rowe <[email protected]> | 2023-07-07 12:29:06 +0930 |
| commit | ac7c48b4dee99d4c772f133d70d8d1b38262fcd2 (patch) | |
| tree | a2d0ace57a9c0e2e5b611c4987f6fed1b38b81e7 /src/pilot_coeff.h | |
shallow zip-file copy from codec2 e9d726bf20
Diffstat (limited to 'src/pilot_coeff.h')
| -rw-r--r-- | src/pilot_coeff.h | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/src/pilot_coeff.h b/src/pilot_coeff.h new file mode 100644 index 0000000..85af696 --- /dev/null +++ b/src/pilot_coeff.h @@ -0,0 +1,41 @@ +/* Generated by pilot_coeff_file() Octave function */ + +// const removed since this provides gain +// on the STM32F4 platform + +#ifdef CORTEX_M4 +/* const */ float pilot_coeff[]={ +#else +const float pilot_coeff[]={ +#endif + 0.00223001, + 0.00301037, + 0.00471258, + 0.0075934, + 0.0118145, + 0.0174153, + 0.0242969, + 0.0322204, + 0.0408199, + 0.0496286, + 0.0581172, + 0.0657392, + 0.0719806, + 0.0764066, + 0.0787022, + 0.0787022, + 0.0764066, + 0.0719806, + 0.0657392, + 0.0581172, + 0.0496286, + 0.0408199, + 0.0322204, + 0.0242969, + 0.0174153, + 0.0118145, + 0.0075934, + 0.00471258, + 0.00301037, + 0.00223001 +}; |
