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

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

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the transforms class.

Syntax

c = hilbert(a)

c = hilbert(a, b)

Description

Computes the Hilbert transform.

Examples

Inputs

Name Description
a Specifies a vector or matrix.
b Controls zero-padding to the signal. b is a positive integer.

Outputs

Name Description
c Returns the Hilbert transform of a. If a is a vector, c = hilbert(a) returns the original fast Hilbert transform. If a is a matrix, c = hilbert(a) returns the column-wise Hilbert transforms of all columns of a. c is a vector or matrix.

Examples

A = [1, 2, 3, 4, 4, 3, 2, 1]
C = hilbert(A, 8)

Related Topics

fft
ifft


Resources


 

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