|
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 ...
|
|
|
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 ...
|
|
|
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 ...
|
|
|
Multiply Accumulate (MAC) optimized for DSP48E slice using HDL node
A Multiply Accumulate (MAC) operation is a common type of operation in FPGA that can be carried out in normal logic or optimized with the Virtex-5 FPGAs using a ...
|
|
|
Greatest Common Factor Reference Example for LabVIEW FPGA
This example returns the Greatest Common Factor of up to ten values using the Euclidian algorithm. This function is not safe for Single-Cycle Timed Loops (SCTLs).
|
|
|
Least Common Multiple (LCM) Reference Example for LabVIEW FPGA
This VI computes the least common multiple (LCM) of up to ten values using an iterative method in a Single-Cycle Timed Loop (SCTL). This VI cannot be placed inside ...
|
|
|
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 ...
|
|
|
Linear Fit (Coefficients) for FPGA
EXAMPLE - Linear Fit (Coefficients) for FPGA - This function uses the method of least squares to find a best fit line. This point by point calculation takes each ...
|
|
|
Histogram for FPGA
EXAMPLE - Histogram for FPGA - One important application for LabVIEW FPGA is data reduction. This technique is used so applications do not have to transfer, store, ...
|
|
|
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 ...
|
|
Title
|
Application Area
|
Part of
|
LabVIEW Version
|
|
|---|---|---|---|---|
| Inverse Sine - asin(theta) | Math | Community | 8.6 | 4 |
| BCD Addition in FPGA | Math | Community | 8.6 | 3 |
| Four-Quadrant Inverse Sine - asin2(theta(n), theta(n-1)) | Math | Community | 8.6 | 4 |
| Multiply Accumulate (MAC) optimized for DSP48E slice using HDL node | Math | Example | 8.5 | 4 |
| Greatest Common Factor Reference Example for LabVIEW FPGA | Math | Example | 8.6 | 3 |
| Least Common Multiple (LCM) Reference Example for LabVIEW FPGA | Math | Example | 8.6 | 3 |
| Range Point-by-Point Function (FPGA) | Math | Community | 8.5 | 2 |
| Linear Fit (Coefficients) for FPGA | Math | Community | 8.5 | 3 |
| Histogram for FPGA | Math | Community | 8.5 | 3 |
| Frame Max/Min | Math | Community | 8.5 | 2 |
| Operator | Example | Action | Boolean 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, searing 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 |