MATLAB SIGNAL PROCESSING BLOCKSET 7 Guia do Utilizador Página 116

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 738
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 115
3 Working with Signals
3-76
yout(:,:,1:4)
ans(:,:,1) =
1 -1
0 5
ans(:,:,2) =
2 -2
0 5
ans(:,:,3) =
3 -3
0 5
ans(:,:,4) =
4 -4
0 5
Exporting a Frame-Based Signal
Using the To Workspace Block
Recall that a frame-based signal with N channels and frame size M is
represented by a sequence of M-by-N matrices. (The special case of N = 1
represents a single-channel signal.) When the input to the To Workspace block
is a frame-based signal (and the
Save format parameter is set to Array), the
block creates an P-by-N array in the MATLAB workspace containing the P
most recent samples from each channel. The number of rows, P, is specified by
the
Limit data points to last parameter. The newest samples are added at the
bottom of the matrix.
The figure below illustrates this for three consecutive frames of a frame-based
signal (two samples per frame) exported to matrix
A.
Vista de página 115
1 2 ... 111 112 113 114 115 116 117 118 119 120 121 ... 737 738

Comentários a estes Manuais

Sem comentários