Class PllSinus
Public Functions
Type | Name |
---|---|
PllSinus () a software phase lock loop on a sinusoidal signal |
|
PllSinus (float32_t Ts, float32_t amplitude, float32_t f0, float32_t rt) |
|
PllDatas | calculateWithReturn (float32_t signal) |
uint8_t | init (float32_t Ts, float32_t amplitude, float32_t f0, float32_t rt) |
void | reset (float32_t f0) |
Public Functions Documentation
function PllSinus [1/2]
a software phase lock loop on a sinusoidal signal
Parameters:
Ts
sample time in [s]amplitude
amplitude of the signal to track.f0
mean frequency of the signal to trackrt
rise time of the loop in [s].
function PllSinus [2/2]
function calculateWithReturn
function init
function reset
The documentation for this class was generated from the following file docs/controlLibrary/src/filters.h