Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

interpolateft (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: approximation

Requires: MathScript RT Module

Syntax

interpolateft(a, b)

interpolateft(a, b, c)

d = interpolateft(a, b)

d = interpolateft(a, b, c)

Legacy Name: interpft

Description

Uses the Fourier transform to perform one-dimensional interpolation.

Examples

Inputs

Name Description
a Specifies a vector or matrix.
b Specifies the number of values to interpolate.
c Specifies whether to compute the column-wise or the row-wise integrals of a. c is a scalar that accepts the following values.

1 (default) Computes the column-wise integrals.
2 Computes the row-wise integrals.

Outputs

Name Description
d Returns the interpolated vector or matrix.

Examples

A = [1, 2, 3, 4, 5];
B = 12;
C = interpolateft(A, B, 1)

Related Topics

interpolate
interpolate1d
interpolate2d


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit