| Contents | Index |
h = seqgen.type(...)
h = seqgen.type(...) returns a sequence generator object, h, of a particular type (e.g., h = seqgen.pn).
Sequence generator objects have sets of properties and methods based on their type. A method common to all seqgen object types is generate, which is used to generate the specific sequence type.
Type help seqgen/types to get the complete listing of types.
Each seqgen object is equipped with additional type-specific functions for simulation. Type help seqgen.<type> (e.g., help seqgen.pn) to get the complete help on the specific type.
h = seqgen.pn; % construct PN Sequence Generator object

Learn how to apply early verification to your development process through these technical resources.
How much time do you spend on testing to ensure implementation meets system-level requirements?
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |