Expand description
Data types, status codes, complex structures, and fixed-point helper types.
Structs§
- Complex
- Representation of a complex number with real and imaginary components.
- Q15
- Strongly-typed Q1.15 fixed-point number stored in an
i16. - Q31
- Strongly-typed Q1.31 fixed-point number stored in an
i32.
Enums§
- Status
- Error status returned by functions in
embedded-dsp.
Traits§
- DspSample
- Unified numerical sample trait implemented for both floating-point and fixed-point numbers.
Functions§
- q7_mult
- Helper function for saturating multiplication in Q7 format.
- q15_
mult - Helper function for saturating multiplication in Q15 format.
- q31_
mult - Helper function for saturating multiplication in Q31 format.