pub fn fft2_r2c<T>(
input: &Array<T>,
norm_factor: f64,
pad0: i64,
pad1: i64
) -> Array<Complex<T>> where
T: HasAfEnum + RealFloating,
Complex<T>: HasAfEnum,
2d Real to Complex fast fourier transform
Parametersinput
is the input Arraynorm_factor
is the normalization factor to be applied before fft is appliedpad0
is the padding along 0th dimension of Arraypad1
is the padding along 1st dimension of ArrayComplex Array
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4