DSP Blockset
  Go to block:
    Search    Help Desk 

How to Use This Guide

This book contains tutorial sections that are designed to help you become familiar with using Simulink and the DSP Blockset, as well as a reference section for finding detailed information on particular blocks in the blockset.

Use this guide in conjunction with the software to learn about the powerful features that the DSP Blockset provides.

Technical Conventions

Vectors.    In this book, and in the block dialog boxes, the terms width and length are used interchangeably to describe the size of a vector, buffer, or frame:

When a vector represents a frame of data (frame vector), it is usually shown as a column vector with the most recent sample in the last position, u(end). When a vector represents data from multiple channels (sample vector), it is usually shown as a row vector with the first channel in the leftmost position, u(1).

See "Understanding Matrices" and "Understanding Samples and Frames" in Chapter 2 for more information about these different representations.

Matrices.    Matrix dimensions are described in terms of the number of rows and the number of columns of the matrix:

The number of channels in a frame-based matrix is the number of columns.

Arrays.    The number of pages of a three-dimensional array (in the MATLAB workspace) refers to the size of its third dimension:

Important sampling-related notational conventions are listed in "Understanding Sample Rates" in Chapter 2.

Typographical Conventions

To Indicate
This Manual Uses
Example
Example code
Monospace type
To assign the value 5 to A, enter
    A = 5
    
MATLAB output
Monospace type
MATLAB responds with
    A =
        5
    
Function names
Monospace type
The cos function finds the cosine of each array element.
New terms
Italics
An array is an ordered collection of information.
Keys
Boldface with an initial capital letter
Press the Return key.
Menu names, items, and GUI controls
Boldface with an initial capital letter
Choose the File menu.
Mathematical
expressions
Variables in italics. Functions, operators, and constants in standard type.
This vector represents the polynomial
p = x2 + 2x + 3



[ Previous | Help Desk | Next ]