Skip to content

Commit

Permalink
Merge branch 'fft' of https://github.com/spectre-ns/xtensor-signal in…
Browse files Browse the repository at this point in the history
…to fft
  • Loading branch information
spectre-ns committed Nov 25, 2023
2 parents 78b3fbd + c8e71f7 commit e90f86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/xtensor-signal/fft.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ inline auto fft(E &&e) {
} // namespace detail

/**
* @breif 1D FFT of an Nd array along a specified axis
* @brief 1D FFT of an Nd array along a specified axis
* @param e an Nd expression to be transformed to the fourier domain
* @param axis the axis along which to perform the 1D FFT
* @return a transformed xarray of the specified precision
Expand Down

0 comments on commit e90f86b

Please sign in to comment.