LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Spectogram or "Waterfall" digram plot

Hi,

I am trying to get some plots (Figures) from MATLAB running into LabView.

One of the Plots should be kind of spectogram or "Waterfall diagram" View as attached (attached is a doppler example)

The Matlab code is this:

 

%calculate time

time = linspace(1,Tp*size(v,1),size(v,1));

%(sec)

%plot

imagesc(velocity,time,v-mmax,[-35, 0]);

colorbar;

xlim([0 40]);

%limit velocity axis

xlabel(

'Velocity (m/sec)');

ylabel(

'time (sec)');

 

 

How do I perform this with which subVi in Labview?

 

Thanks for any hints,

 

0 Kudos
Message 1 of 3
(2,341 Views)

First try is the intensity graph. See examples: Color Tables for Displaying the Spectrogram.vi  or Online Spectrogram Monitoring (Simulated).vi

Then have a look at the sound and vibration toolbox

 

Greetings from Germany
Henrik

LV since v3.1

“ground” is a convenient fantasy

'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'


0 Kudos
Message 2 of 3
(2,304 Views)

You might also try the mscript text execution computation node. 

Preston Johnson
Solutions Manager, Industrial IoT: Condition Monitoring and Predictive Analytics
cbt
512 431 2371
preston.johnson@cbtechinc
0 Kudos
Message 3 of 3
(2,284 Views)