06-26-2014 11:35 PM
Hi all !I found a problem :I use labviewI created a digital square wave form to Export to Oscilloscope,and remove The while loop(use finite samples) ,and Display images below,my sound card Default Sample Format:samples rate :22050;16 bits per samples;I took the data points in The vi ,(vi,Classification of data points in the graph below),
06-27-2014 07:15 AM
I don't see what your problem is. What is that spreadsheet about? You put the image over top of the text.
06-27-2014 10:33 AM
thanks for your reply!I created a square wave in labview use numbers,and This signal is then output from the sound card to the oscilloscope,my vi in 2.png and 3,png; spreadsheet ’data points is the green line marks the data point selection in 3.png ,The other part in the spreadsheet is the part marked in red 2.png;My reason for doing so:I chose the 1336 points , theoretically converted into 167 waveforms, we can clearly see the waveform chart display in 2.png, I will signal input to the oscilloscope , but can only display 11 waveforms , I only can change Computer sound card sampling rate to increase the number of waveform ,roughly law I made an spreadsheet,
06-27-2014 10:49 AM
What oscilloscope are you using? What timebase do you have it set to?
At the 60kS/s, you are sending out about 22ms of data. Make sure your scope is setup to capture at least that.
The other issue could be that you are closing your sound card before it has finished writing the waveform to the output. Try adding a wait after the Sound Output Write VI.
07-05-2014 08:59 AM
I'm sorry to reply so late! my scope is tektronix TDS 1002,Display parameters:60MHZ,1GS/s,I have access to relevant information , learn 1GS / s corresponding data points have 50000000 points for my SCOPE,And I use labview own example : general sound vi, remove the while loop , the waveform display is still the same as before , section by section , each section is only five sine wave ( each sine has a 100 data point ),how it happen ?any Proposal will be great help ,thank you!