mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-29 15:59:14 +02:00
add bpf to rds2 carrier and lpf
This commit is contained in:
+5
-1
@@ -4,4 +4,8 @@
|
||||
#endif
|
||||
#ifndef M_2PI
|
||||
#define M_2PI (M_PI * 2.0)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
inline float sincf(float x) {
|
||||
return (x == 0.0f) ? 1.0f : sinf(M_PI * x) / (M_PI * x);
|
||||
}
|
||||
Reference in New Issue
Block a user