| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Communications Toolbox |
| Contents | Index |
| Learn more about Communications Toolbox |
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
![]() | semianalytic | seqgen.pn | ![]() |

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-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |