better formatting
This commit is contained in:
parent
deed11f110
commit
1b46f081c1
|
@ -100,7 +100,8 @@ const APP: () = {
|
||||||
|
|
||||||
// Harmonic index of the LO: -1 to _de_modulate the fundamental (complex conjugate)
|
// Harmonic index of the LO: -1 to _de_modulate the fundamental (complex conjugate)
|
||||||
let harmonic: i32 = -1; // TODO: expose
|
let harmonic: i32 = -1; // TODO: expose
|
||||||
// Demodulation LO phase offset
|
|
||||||
|
// Demodulation LO phase offset
|
||||||
let phase_offset: i32 = 0; // TODO: expose
|
let phase_offset: i32 = 0; // TODO: expose
|
||||||
|
|
||||||
let sample_frequency = ((pll_frequency
|
let sample_frequency = ((pll_frequency
|
||||||
|
|
Loading…
Reference in New Issue