pub struct IfftStage {}Expand description
Inverse FFT stage: complex frequency-domain to real time-domain.
Expects input with interleaved [re, im, re, im, ...] pairs per channel.
When the gpu feature is enabled, set gpu to true to dispatch IFFT
through grafos-tensor’s GPU path. Falls back to CPU if the tensor
cannot be placed on GPU.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IfftStage
impl RefUnwindSafe for IfftStage
impl Send for IfftStage
impl Sync for IfftStage
impl Unpin for IfftStage
impl UnwindSafe for IfftStage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more