Skip to content

Commit

Permalink
Cleanup docs for R2C FFT
Browse files Browse the repository at this point in the history
  • Loading branch information
smu160 committed Jun 11, 2024
1 parent a17daa4 commit 3d19591
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/fft.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ macro_rules! impl_r2c_fft {
///
/// # Arguments
///
/// * `input_re` - A slice containing the real-valued input signal.
/// * `output_re` - A mutable slice to store the real parts of the FFT output.
/// * `output_im` - A mutable slice to store the imaginary parts of the FFT output.
/// `input_re` - A slice containing the real-valued input signal.
///
/// `output_re` - A mutable slice to store the real parts of the FFT output.
///
/// `output_im` - A mutable slice to store the imaginary parts of the FFT output.
///
/// # Panics
///
Expand Down

0 comments on commit 3d19591

Please sign in to comment.