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

hamming (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 = hamming(a)

c = hamming(a, b)

Description

Generates a Hamming window of a points.

Details

Examples

Inputs

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

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

Outputs

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

Details

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

Examples

c = hamming(8, 'periodic')

Related Topics

barthannwin
bartlett
blackman
blackmanharris
bohmanwin
chebwin
flattopwin
gausswin
hann
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