Expand description
FFT Plan Serialization
This module provides functionality for serializing and deserializing FFT plans, allowing for plan reuse across program executions. This can significantly improve performance for repeated FFT operations with the same parameters.
Structs§
- Plan
Database - Collection of plan information and associated metadata
- Plan
Database Stats - Statistics for the plan database
- Plan
Info - Information about a serialized plan
- Plan
Metrics - Performance metrics for a specific plan
- Plan
Serialization Manager - Manager for serialized FFT plans
Functions§
- create_
and_ time_ plan - Create a plan with timing measurement