<< Chapter < Page | Chapter >> Page > |
LabVIEW DSP gives you the ability to view the data in time domain or take its Fourier Transform and view itsfrequency content. In this section of the lab, we’ll learn how to set up and interpret these views. In the later labs, you will needto set up these displays on a regular basis, so you may want to refer to this part of the lab in the future.
Whenever an analog signal is passed through an A/D converter, its samples are stored as a number (usually as aninteger). If we have a 16-bit system, there are 216 = 65,536 possible values that can be stored. These stored values can bedisplayed either as discrete samples or as a smooth line connecting the samples. The instructions below outline how to set up a basictime-domain display using a Waveform Chart.
Switch over to the Front Panel and right click on the Front panel window anywhere to bring out the Controls palette. From theGraph palette bring out the Waveform Chart and place it on the Front Panel, as shown in step 1 of Figure 1. Right click on theWaveform Chart and select Properties from the popup menu as shown in step 2 of Figure 6. In the Chart Properties window on theAppearance tab change the Label to Left Channel Time Domain. Specify the settings as shown in step 4 of Figure 1. DeselectingAutoscale will ensure that the Y-axis of the chart does not change with the data values. Minimum and Maximum values of -32000 and32000 will cover all the values for a 16-bit A/D channel.
The Waveform Chart maintains a buffer of values that are plotted on it, the number of points that are storedcan be adjusted by Right Clicking on the Chart and selecting Chart History Length… from the popup menu. By default the chart historylength is 1024. Right Click on Waveform Chart from the Visible Items sub menu and select X Scrollbar to show the toolbar for theX-axis. From the same sub menu (Visible Items) select Graph Palette. This palette gives you the ability to zoom in on thedata.
Time Range = Chart History Length/Sample Frequency
Using the default settings, the displayed time range is 1024/48000 = 0.02133 = 21.33 msec.
Notification Switch
Would you like to follow the 'Fundamentals of digital signal processing lab' conversation and receive update notifications?