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

interpft (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the approximation class.

Syntax

interpft(a, b)

interpft(a, b, c)

d = interpft(a, b)

d = interpft(a, b, c)

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 = interpft(A, B, 1)

Related Topics

interp
interp1
interp2


Resources


 

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