Visualize magnitude response of graphic equalizer
visualize(equalizer)
visualize(equalizer,NFFT)
visualize(equalizer) plots the magnitude response of the graphicEQ object, equalizer. The plot is updated automatically when properties of the object change.
equalizer
graphicEQ
example
visualize(equalizer,NFFT) specifies an N-point FFT used to calculate the magnitude response.
NFFT
collapse all
Create a default object of the graphicEQ System object™ and then call visualize.
visualize
equalizer = graphicEQ; visualize(equalizer)
Set the gains of the graphic equalizer to new values. The visualization of the magnitude response updates automatically.
equalizer.Gains = [-1,1,2,3,3,2,-10,5,5,-10];
Graphic equalizer whose magnitude response you want to plot.
Number of bins used to calculate the DFT, specified as a positive scalar.
Data Types: single | double
single
double
You have a modified version of this example. Do you want to open this example with your edits?