reciprocal_pll -> rpll
This commit is contained in:
parent
659a6879f7
commit
df337f85b8
@ -119,7 +119,7 @@ pub mod iir;
|
|||||||
pub mod iir_int;
|
pub mod iir_int;
|
||||||
pub mod lockin;
|
pub mod lockin;
|
||||||
pub mod pll;
|
pub mod pll;
|
||||||
pub mod reciprocal_pll;
|
pub mod rpll;
|
||||||
pub mod unwrap;
|
pub mod unwrap;
|
||||||
|
|
||||||
pub use atan2::atan2;
|
pub use atan2::atan2;
|
||||||
|
@ -43,7 +43,7 @@ mod test {
|
|||||||
atan2,
|
atan2,
|
||||||
iir_int::{IIRState, IIR},
|
iir_int::{IIRState, IIR},
|
||||||
lockin::Lockin,
|
lockin::Lockin,
|
||||||
reciprocal_pll::TimestampHandler,
|
rpll::TimestampHandler,
|
||||||
testing::{isclose, max_error},
|
testing::{isclose, max_error},
|
||||||
Complex,
|
Complex,
|
||||||
};
|
};
|
||||||
|
@ -16,7 +16,7 @@ use stabilizer::{
|
|||||||
hardware, server, ADC_SAMPLE_TICKS_LOG2, SAMPLE_BUFFER_SIZE_LOG2,
|
hardware, server, ADC_SAMPLE_TICKS_LOG2, SAMPLE_BUFFER_SIZE_LOG2,
|
||||||
};
|
};
|
||||||
|
|
||||||
use dsp::{iir, iir_int, lockin::Lockin, reciprocal_pll::TimestampHandler};
|
use dsp::{iir, iir_int, lockin::Lockin, rpll::TimestampHandler};
|
||||||
use hardware::{
|
use hardware::{
|
||||||
Adc0Input, Adc1Input, Dac0Output, Dac1Output, InputStamper, AFE0, AFE1,
|
Adc0Input, Adc1Input, Dac0Output, Dac1Output, InputStamper, AFE0, AFE1,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user