6.8.3 plotQuickSpecKivy

6.8.3.1 Outline of the node

This node displays spectrograms obtained from speech signals by FFT in a GUI using Kivy.

6.8.3.2 Necessary file

None.

6.8.3.3 Usage

When to use

This node is used when you want to visually confirm the spectrum converted from the audio signal.

Typical connection

Input the spectrum converted by MultiFFT .

\includegraphics[width=.8\textwidth ]{fig/modules/plotQuickSpecKivy}
Figure 6.159: connection example of plotQuickSpecKivy 

6.8.3.4 Input-output and property of the node

Inputs

FFT

: Vector<complex<float> > type. The input is a vector( Vector<complex<float> > ) that represents the FFT coefficients. The number of dimensions is equal to the number of FFT bins.

Outputs

OUTPUT

: Always 0.

Parameters

No parameters.

6.8.3.5 Details of the node

Since the execution screen is the same as that of plotQuickMUSICSpecKivy , we omit the explanation.