Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Main Content

triang

Triangular window

Description

w = triang(L) returns anL-point triangular window.

example

w = triang(L,typeName) specifies the option to return the windoww with single or double precision.

Examples

collapse all

Create a 200-point triangular window. Display the result usingwvtool.

L = 200;w = triang(L);wvtool(w)

Figure Window Visualization Tool contains 2 axes objects and other objects of type uimenu, uitoolbar, uipanel. Axes object 1 with title Time domain, xlabel Samples, ylabel Amplitude contains an object of type line. Axes object 2 with title Frequency domain, xlabel Normalized Frequency (\times\pi rad/sample), ylabel Magnitude (dB) contains an object of type line.

Input Arguments

collapse all

Window length, specified as a positive integer.

Note

If you specifyL as noninteger, the function rounds it to the nearest integer value.

Data Types:single |double |int8 |int16 |int32 |int64 |uint8 |uint16 |uint32 |uint64

Since R2024b

Output data type (class), specified as one of these:

  • "double" — Use this option to return a double-precision outputw.

  • "single" — Use this option to return a single-precision outputw.

Data Types:char |string

Output Arguments

collapse all

Triangular window, returned as a column vector.

Algorithms

The coefficients of a triangular window are:

ForL odd:

w(n)={2nL+11nL+1222nL+1L+12+1nL

ForL even:

w(n)={(2n1)L1nL22(2n1)LL2+1nL

References

[1] Oppenheim, Alan V., Ronald W. Schafer, and John R. Buck.Discrete-Time Signal Processing. Upper Saddle River, NJ: Prentice Hall, 1999.

Extended Capabilities

expand all

C/C++ Code Generation
Generate C and C++ code using MATLAB® Coder™.

Version History

Introduced before R2006a

expand all

Thetriang function supports single-precision outputs.

MathWorksMathWorks

Select a Web Site

Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select:.

You can also select a web site from the following list

How to Get Best Site Performance

Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.

Americas

Europe

Asia Pacific

Contact your local office


[8]ページ先頭

©2009-2025 Movatter.jp