LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Analysis of the microphone signal-frequency band

Hi
I made a program to analyze the signal from the microphone (FFT, STFT) but I have one thing to do. I have a graph amplitude-time

I need to change the signal frequency for example 50 Hz for example by moving the slider that on the chart were waveforms amplitudes in certain frequency bands.

 

How to choose the frequency of the signal to change the band on the graph?

 

Thank for help.

0 Kudos
Message 1 of 4
(2,348 Views)

If I understand what you mean, you can put a cursor on the plot and the cursor display will show the X (time) and Y (amplitude) for the datapoint the cursor is currently on.

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 4
(2,345 Views)

No, I don't want a cursor. I want switch  "previous frequency" and "next frequency". Change every 50 Hz. 

0 Kudos
Message 3 of 4
(2,338 Views)

In your analysis results, what is the delta frequency between datapoints? Just increment through the array of amplitude values. For example, if your datapoints are 5Hz apart, simply index out every 10th value in the amplitudes. If the increment is a non-integer value, you will need to do some interpolation, but other than that the process is basically the same.

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 4 of 4
(2,331 Views)