Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: amakusa mbed-dsp mbed shimabara ukifune unzen_nucleo_f746
Fork of skeleton_unzen_nucleo_f746 by
Diff: signal_processing.h
- Revision:
- 23:58626090fce3
- Parent:
- 22:dc2cbe8db9d9
- Child:
- 25:d15dd7b9101c
diff -r dc2cbe8db9d9 -r 58626090fce3 signal_processing.h
--- a/signal_processing.h Sun Feb 05 06:16:49 2017 +0000
+++ b/signal_processing.h Sun Feb 05 06:25:03 2017 +0000
@@ -66,7 +66,8 @@
float32_t d1, d2; // delay 1, delay 2;
float32_t q, f; // q = 1/Q, f = 2 * sin( fc*f_factor*pi/Fs );
// parameter set by method
- int Fs, fc, f_factor; // sampling frequency and control frequency
+ int Fs, fc; // sampling frequency and control frequency
+ float32_t f_factor;
svf_mode mode; // lpf, hpf, bpf
void update_parameters( void );
};
