MATLAB SIGNAL PROCESSING BLOCKSET 7 Guía de usuario Pagina 700

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 738
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 699
Window Function
5-543
Rectangular
Computes a rectangular window.
w = rectwin(M)
Chebyshev
Computes a Chebyshev window with stopband ripple R.
w = chebwin(M,R)
Hamming
Computes a Hamming window.
w = hamming(M)
Hann
Computes a Hann window (also known as a Hanning
window).
w = hann(M)
Hanning
Obsolete. This window option is included only for
compatibility with older models. Use the
Hann option
instead of
Hanning whenever possible.
Kaiser
Computes a Kaiser window with Kaiser parameter beta.
w = kaiser(M,beta)
Triang
Computes a triangular window.
w = triang(M)
User Defined
Computes the user-defined window function specified by the
entry in the
Window function name parameter, usrwin.
w = usrwin(M) % window takes no extra parameters
w = usrwin(M,x
1
,...,x
n
) % window takes extra
parameters {x
1
... x
n
}
Window
Type
Description
Vista de pagina 699
1 2 ... 695 696 697 698 699 700 701 702 703 704 705 ... 737 738

Comentarios a estos manuales

Sin comentarios