Click or drag to resize

GraphIRFFT Method

http://www.emgu.com
IRFFT

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation IRFFT(
	Output input,
	Output fft_length,
	string opName = "IRFFT"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
fft_length
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.IRFFT(Emgu.TF.Output,Emgu.TF.Output,System.String)"]

See Also