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

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

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the windows class.

Syntax

c = hann(a)

c = hann(a, b)

Description

Generates a Hanning window of a points. A Hanning window is also called a Hann window.

Details

Examples

Inputs

Name Description
a Specifies the size of the Hanning window. a is a positive integer.
b Specifies the type of Hanning window to generate. b is a string that accepts the following values.

'periodic' Generates a periodic Hanning window.
'symmetric' (default) Generates a symmetric Hanning window.

Outputs

Name Description
c Returns a Hanning window of size a. c is a real column vector.

Details

LabVIEW computes the Hanning window using the same equation as in the Hanning Window VI.

Examples

c = hann(8, 'periodic')

Related Topics

barthannwin
bartlett
blackman
blackmanharris
bohmanwin
chebwin
flattopwin
gausswin
hamming
hanning
kaiser
nuttallwin
parzenwin
rectwin
triang
tukeywin


Resources


 

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