LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

spectrogram

Solved!
Go to solution

Hi,

 

I need to convert the 2D array which i got by doing STFT  into an image form. How can i do that? please help

 

 

0 Kudos
Message 1 of 5
(2,800 Views)

Hi Reeni,

 

what exactly do you understand by "image form"?

 

In your VI you just read the image data (after removing the race condition). You can display the image data in a 2D picture indicator or save it with the picture save functions…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 5
(2,791 Views)

Thank u fr the reply. Image means in the form of bitmap or jpeg. when i connect a picture indicator its showing a bad wire. please help

0 Kudos
Message 3 of 5
(2,769 Views)
Solution
Accepted by topic author Reeni

Hi Reeni,

 

did you notice my signature? Please post your Vi in LV2011…

 

Meanwhile you might try to use the DrawFlattenedPixmap function!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 of 5
(2,765 Views)

sorry GredW..

thank you for the reply. I tried it using draw flettened pixmap. I got it. Thank u 🙂

0 Kudos
Message 5 of 5
(2,730 Views)