mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Add FM class default constructor.
For classes that configure FM demodulation at runtime.
This commit is contained in:
parent
4910bacfa2
commit
4ee0385530
@ -37,6 +37,12 @@ public:
|
|||||||
|
|
||||||
class FM {
|
class FM {
|
||||||
public:
|
public:
|
||||||
|
constexpr FM(
|
||||||
|
) : z_ { 0 },
|
||||||
|
k { 0 }
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* angle: -pi to pi. output range: -32768 to 32767.
|
* angle: -pi to pi. output range: -32768 to 32767.
|
||||||
* Maximum delta-theta (output of atan2) at maximum deviation frequency:
|
* Maximum delta-theta (output of atan2) at maximum deviation frequency:
|
||||||
|
Loading…
Reference in New Issue
Block a user