Browse Source

Merge pull request #576 from Meekohi/master

minor typo
pull/577/merge
Christoph Ruegg 8 years ago
committed by GitHub
parent
commit
d95c5ccd49
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Numerics/IntegralTransforms/Fourier.cs

2
src/Numerics/IntegralTransforms/Fourier.cs

@ -176,7 +176,7 @@ namespace MathNet.Numerics.IntegralTransforms
/// <summary>
/// Packed Real-Complex forward Fast Fourier Transform (FFT) to arbitrary-length sample vectors.
/// Since for real-valued time samples the complex spectrum is conjugate-even (symmetry),
/// the spectrum can be fully reconstructed form the positive frequencies only (first half).
/// the spectrum can be fully reconstructed from the positive frequencies only (first half).
/// The data array needs to be N+2 (if N is even) or N+1 (if N is odd) long in order to support such a packed spectrum.
/// </summary>
/// <param name="data">Data array of length N+2 (if N is even) or N+1 (if N is odd).</param>

Loading…
Cancel
Save