Click or drag to resize

GraphAudioSpectrogram Method

http://www.emgu.com
AudioSpectrogram

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation AudioSpectrogram(
	Output input,
	long window_size,
	long stride,
	bool magnitude_squared = false,
	string opName = "AudioSpectrogram"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
window_size
Type: SystemInt64
window size
stride
Type: SystemInt64
stride
magnitude_squared (Optional)
Type: SystemBoolean
magnitude squared
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also