Click or drag to resize

GraphAudioSpectrogram Method

https://www.emgu.com/wiki/index.php/Emgu_TF
AudioSpectrogram

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] spectrogram(type: DtFloat).
See Also