Interpolate 1D Array function: Difference between revisions
Appearance
Add contents |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[File:Interpolate 1D Array - Terminals.png|thumb|Interpolate 1D Array function]] | [[File:Interpolate 1D Array - Terminals.png|thumb|Interpolate 1D Array function]] | ||
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Array{{!}}Array palette|type=function}} | {{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Array{{!}}Array palette|type=function|icon=Interpolate 1D Array.png}} | ||
The '''Interpolate 1D Array''' function takes a one-dimensional numeric array and a fractional index to linearly calculate a value between the elements before and after the specified fractional index. | The '''Interpolate 1D Array''' function takes a one-dimensional numeric array and a fractional index to linearly calculate a value between the elements before and after the specified fractional index. | ||
{{TOCright}} | |||
== Usage == | == Usage == | ||
Connect a one-dimensional array to the '''array of numbers or points''' input terminal and an index at '''fractional index or x'''. The return value will either be an element from the source array (if the index is an integer) or a value between the elements before and after the specified fractional index. | Connect a one-dimensional array to the '''array of numbers or points''' input terminal and an index at '''fractional index or x'''. The return value will either be an element from the source array (if the index is an integer) or a value between the elements before and after the specified fractional index. | ||
Line 14: | Line 13: | ||
[[File:Interpolate 1D Array - Outside Array Boundary.png]] | [[File:Interpolate 1D Array - Outside Array Boundary.png]] | ||
== History == | |||
{{ambox|text=History information is needed. What changes have occurred over previous versions?}} | |||
{| class="wikitable" | |||
! Version | |||
! Change(s) | |||
|- | |||
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]] | |||
|More info to come. | |||
|} | |||
== See Also == | |||
{{ambox|text=Add links to internal wiki pages that would also help.}} | |||
== External Links == | |||
{{ambox|text=Add links to external resources that would also help.}} | |||
[[Category:Array Palette]] | [[Category:Array Palette]] |
Latest revision as of 12:43, 29 June 2020

Object information | |
---|---|
Owning palette(s) | Array palette |
Type | Function |
Requires | Basic Development Environment |
Icon | ![]() |
The Interpolate 1D Array function takes a one-dimensional numeric array and a fractional index to linearly calculate a value between the elements before and after the specified fractional index.
Usage
Connect a one-dimensional array to the array of numbers or points input terminal and an index at fractional index or x. The return value will either be an element from the source array (if the index is an integer) or a value between the elements before and after the specified fractional index.
If the specified index is out of range, the closest element is returned (first or last element of the array).
History
![]() |
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
![]() |
More info to come. |
See Also
![]() |
Add links to internal wiki pages that would also help. |
External Links
![]() |
Add links to external resources that would also help. |