Search Entire Site

NI Code Exchange Results

A Peer-to-Peer FFT Co-Processor
This document shows how to build an FFT co-processing engine for NI FlexRIO. The processor implements a real-time window and FFT followed by optional frequency domain ...
Rating: 0.00
Last Modified: January 04 2012
zone.ni.com/devzone/cda/epd/p/id/6526 Download
Connecting LabVIEW with Scilab Enterprises Scilab Software
LabVIEW is an open platform that allows you to easily integrate 3rd-party (external) software such as Scilab from Scilab Enterprises. This document discusses the ...
Rating: 3.96
Last Modified: February 28 2013
zone.ni.com/devzone/cda/epd/p/id/657
Virtex 5 DSP48E Multiply/Accumulate (MAC) IP block for LabVIEW 2009 FPGA
EXAMPLE - Virtex 5 DSP48E Multiply/Accumulate (MAC) IP block for LabVIEW 2009 FPGA - NI LABS GRADUATE - The DSP48E MAC IP Block is a new feature in LabVIEW FPGA ...
Rating: 0.00
Author: RickK
Last Modified: August 20 2010
Number of Comments: 1
decibel.ni.com/content/docs/DOC-7081
Inverse Sine - asin(theta)
EXAMPLE - Inverse Sine - asin(theta) - This component of FPGA code contains a look-up table for an arc sine function. The LUT takes a value for sin(theta) in the ...
Rating: 4.50
Author: Ben_B
Last Modified: September 12 2009
Number of Comments: 0
Number of Downloads: 563
decibel.ni.com/content/docs/DOC-2383
BCD Addition in FPGA
EXAMPLE - BCD Addition in FPGA - Direct addition of two 16-Bit BCD numbers. Other requirements: This function also requires the Fixed-point Math library found on ...
Rating: 0.00
Author: dwisti
Last Modified: June 03 2009
Number of Comments: 0
decibel.ni.com/content/docs/DOC-5015
Four-Quadrant Inverse Sine - asin2(theta(n), theta(n-1))
EXAMPLE - Four-Quadrant Inverse Sine - asin2(theta(n), theta(n-1)) - This block of code computes a full, four-quadrant inverse sine. It is designed to use in a control ...
Rating: 0.00
Author: Ben_B
Last Modified: November 18 2009
Number of Comments: 0
Number of Downloads: 345
decibel.ni.com/content/docs/DOC-2384 Download
LabVIEW FPGA Temperature Converter
EXAMPLE - LabVIEW FPGA Temperature Converter - This is an example to convert temperatures between the following units:FahrenheitCelciusKelvinRankineIt also includes ...
Rating: 0.00
Author: BetaCommunityContent
Last Modified: February 09 2008
Number of Comments: 0
decibel.ni.com/content/docs/DOC-1174
Range Point-by-Point Function (FPGA)
EXAMPLE - Range Point-by-Point Function (FPGA) - This functions is a point by point implementation of simple range. This statistical function is fairly simple and ...
Rating: 0.00
Author: BetaCommunityContent
Last Modified: November 10 2007
Number of Comments: 0
decibel.ni.com/content/docs/DOC-1094
Frame Max/Min
EXAMPLE - Frame Max/Min - This function is similar to the Array Max & Min PtByPt.vi, but customized for use on the FPGA. This function returns the maximum and ...
Rating: 0.00
Author: BetaCommunityContent
Last Modified: October 11 2007
Number of Comments: 0
decibel.ni.com/content/docs/DOC-1275
2^N Point Averager
EXAMPLE - 2^N Point Averager - This VI computes the average of 2^N 16-bit integer (I16) numbers, and outputs the result. When the result is computed, Data Valid ...
Rating: 0.00
Author: BetaCommunityContent
Last Modified: October 12 2007
Number of Comments: 0
decibel.ni.com/content/docs/DOC-1205

NI Code Exchange Results

Search Syntax Summary

OperatorExampleActionBoolean Equivalent
" " "temperature monitoring" Requires two terms to be adjacent to each other. In this example, only documents containing the phrase "temperature monitoring" will be shown. ADJ
+ +temperature Requires this term to be present as-is, eliminating the use of synonyms. This search query can be used in conjunction with other keywords to find only documents containing the word "temperature". AND
- -monitoring Excludes results containing this term. Use this query in conjunction with other terms to find only documents not containing the word "monitoring" NOT
() (temperature monitoring) Allows terms to be grouped when used with other operators. For example, searching for industrial -(temperature monitoring) will return only documents containing "industrial" but not "temperature" or "monitoring" OR
* monitor* Acts as a wildcard. This example will return documents containing words "monitor", "monitoring", "monitored", etc n/a

Basic Tips

  • Search is not case sensitive. Searching for LabVIEW is the same as searching for labview.
  • Keep your query short and focused, including all relevant keywords. For example, searching for labview error is much more vague than labview error 1041.
  • Usually, all punctuation and special characters are interpreted as delimiters and are ignored. See exceptions on the Syntax page. Be especially careful when using a minus sign in front of an error number, as it excludes it from the results.
  • Search for keywords you would expect to see on a page. For example, terms pxi does not work are unlikely to appear in technical documentation. The query like analog output noise will return better search results.

Advanced Tips

  • You locale settings identify your current geographical location and affect your search results. For example, if you set your country to Japan, Japanese documents will get boosted in your search results. Check your locale settings in the top right corner of the search page.