Connexions

You are here: Home » Content » Arrays in LabVIEW
Content Actions
Lenses

What is a lens?

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

This content is ...
Affiliated with (?)
This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • This module is included in aLens by: National InstrumentsAs a part of collection:"Musical Signal Processing with LabVIEW -- Programming Techniques for Audio Signal Processing"

    Comments:

    "The modules in this course make extensive use of "screencasts" -- videos captured directly from the computer screen that show LabVIEW in operation, making this a great introduction to using […]"

    Click the "National Instruments" link to see all content affiliated with them.

    National Instruments
Also in these lenses
  • This module is included inLens: richb's DSP resources
    By: Richard BaraniukAs a part of collection:"Musical Signal Processing with LabVIEW -- Programming Techniques for Audio Signal Processing"

    Comments:

    "A great course on LabVIEW based signal processing using music and audio as motivation."

    Click the "richb's DSP" link to see all content selected in this lens.

    richb's DSP
  • This module is included inLens: Digital Signal Processing with NI LabVIEW and the National Instruments Platform
    By: Sam ShearmanAs a part of collection:"Musical Signal Processing with LabVIEW (All Modules)"

    Comments:

    "This online course covers signal processing concepts using music and audio to keep the subject relevant and interesting. Written by Prof. Ed Doering from the Rose-Hulman Institute of Technology, […]"

    Click the "NI Signal Processing" link to see all content selected in this lens.

    NI Signal Processing
Tags

(?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

Arrays in LabVIEW

Module by: Ed Doering

Summary: Learn how to create and manipulate arrays, perform mathematical operations on them, and use spreadsheets to read and write arrays to the file system.

Overview

Arrays are a fundamental data type for signal processing. LabVIEW offers a complete set of techniques to create and manipulate arrays, and to perform mathematical and signal processing operations on arrays. This module will acquaint you with the basic techniques for working with arrays.

Creating Arrays

The following video screencast describes how to create arrays on the front panel and on the block diagram. The elements of an array can be edited and modified directly, a suitable technique when the array is relatively small.
lvt_arrays-creating.html
Figure 1: [video] Creating arrays

Manipulating Arrays

The next video screencast explains essential array manipulations for signal processing tasks, including: determining the dimensions of an array, retrieving individual elements, rows, columns, or other subarrays, appending (concatenating) arrays, and reshaping arrays.
lvt_arrays-manipulating.html
Figure 2: [video] Manipulating arrays

Mathematical Operations with Arrays

Signal processing operations commonly operate on all of the array elements at once. For example, adding a scalar constant to an array implies a loop operation in which the constant is added to each element of the array.
The following screencast video describes several techniques for performing mathematical operations on arrays. Important side effects (such as what happens when two arrays of different lengths are added together) are discussed. The Ramp Pattern subVI is also described as a method to create a time basis for mathematical functions such as the exponential.
lvt_arrays-math.html
Figure 3: [video] Performing mathematical operations with arrays

Arrays and Spreadsheets

Spreadsheets are often used as a data storage mechanism by other applications. The next screencast video shows you how to retrieve an array from a comma-separated-values (CSV-format) spreadsheet, and how to create your own CSV-format spreadsheet from an existing array within LabVIEW.
lvt_arrays-spreadsheet.html
Figure 4: [video] Retrieving arrays from a spreadsheet; saving arrays to a spreadsheet

Comments, questions, feedback, criticisms?

Discussion forum

Send feedback