oxictl 0.1.1

Pure Rust Real-Time Control Systems Framework
Documentation
1
2
3
4
5
6
7
8
9
pub mod clarke;
pub mod park;
pub mod srm;
pub mod svpwm;

pub use clarke::{clarke, clarke_2ph, clarke_inverse, AlphaBeta};
pub use park::{park, park_inverse, Dq};
pub use srm::SynRmController;
pub use svpwm::{spwm, svpwm, SvpwmDuty};