LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview representation of wavefunction

Hello All,

 

I am kind of confuse why the wave representation measured by same oscilloscope is so different. I am not sure whether it is due to oscilloscope or the labview software.

 

So we collect the data using oscilloscope and it is saved in wave function form. And we use labview to analyze the data. As you can see in the figure attached here, that the yellow peak length in left is so different from the  right. I am wondering why s much change is there. The labview setting used is same for both traces. 

 

I will appreciate if somebody can help me understand this doubt. 

0 Kudos
Message 1 of 12
(3,819 Views)

Well, your second plot has a noisy plateau on the way down.  So I would expect your analysis to be different.

 



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 12
(3,817 Views)

@bufferlab wrote:

So we collect the data using oscilloscope and it is saved in wave function form. And we use labview to analyze the data.  


I assume that the white traces are your raw data and the yellow traces are after "analysis", (whatever that means!).

 

As has been said, your data differs, so hopefully the result will differ too, so be happy about that! 🙂

 

Of course you haven't mentioned anything about the "analysis" and what the yellow data actually represents. What are the axis names? If you would tell us more and maybe even show us the VI, we can help judge if the analysis algorithm is implemented correctly and suitable for this kind of data.

 

So far, either your expectations are wrong, the algorithm is wrong, or both. 😮

(...and yes, maybe the oscilloscope is wrong :))

0 Kudos
Message 3 of 12
(3,776 Views)

Thank you for your reply. 

 

I have attached a picture of the VI. The white traces is the raw data where the Y axis is conductance and X axis is the length/distance. Here we are trying to measure teh conductance of the molecule. The yellow line is the histogram of that single trace represented above. What I want to understand is that why the histogram peaks are different. All the conditions were kept same. 

 

PS: We use Yokogawa DL750 oscilloscope which is communicated with labview

 

Thank you again for your time.

0 Kudos
Message 4 of 12
(3,748 Views)

@bufferlab wrote:

I have attached a picture of the VI.


A picture of the front panel is useless when debugging code.  Just images of the block diagram will likely be useless.  We need the actual VIs if you want us to do any troubleshooting.

 


@bufferlab wrote:

What I want to understand is that why the histogram peaks are different. All the conditions were kept same.


But your data was different.  So something changed as part of the acquisition.  This is likely not a code issue, but a hardware setup issue.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 5 of 12
(3,741 Views)

OK, so these are histograms. Both histograms in the original image look perfect. Part of the confusion might be that the x-axis is different, but that sharp peak at ~2.6 agrees with the near horizontal data between 0 and 0.025. In the data on the left, that same section is more sloping, so it washes out over more bins. What is the bin width? Can you also graph a running integral of the histogram so we can better tell the relative areas? Your bins seem to be smaller than a pixel and details are lost in the display.

 

How old is this program? LabVIEW 5.0? It seems all the version upgrade and OS changes caused a lot of control overlap and other cosmetic issues.

0 Kudos
Message 6 of 12
(3,734 Views)

Thank you for your reply. Though it look noisy I think the yellow histogram should show high peaks.

0 Kudos
Message 7 of 12
(3,717 Views)

It's labview 7.1. As you can see in the image I attached the bin is 0.004.  The “step” setting determines the bin size of the data.

0 Kudos
Message 8 of 12
(3,715 Views)

@bufferlab wrote:

Thank you for your reply. Though it look noisy I think the yellow histogram should show high peaks.


All your histograms are yellow. No way to tell what you are talking about here. Data is data.

0 Kudos
Message 9 of 12
(3,684 Views)

Hello Friends,

 

I am new to using the instrument in the lab, please pardon my ignorance.

 

So I was taking data in DL750 oscilloscope communicated with the help of labview software. The ASCII header file shows blocksize as 2002 for the data I am measuring. However, I compared it with the old saved files, the blocksize is 20020. This is the reason when I am trying to analyze the data using labview The histogram of the corresponding trace doesn't have enough data points. Can somebody please explain.

 

Thank you for your time.

 

 

Download All
0 Kudos
Message 10 of 12
(3,650 Views)