Main Content

Data Frame Lengths

You can set the frame length of all SDR blocks available in the SoC Blockset™ Support Package for Xilinx® Devices to any integer value. This flexibility enables more straightforward multirate operation and easier modeling of standards-based packet communications.

Frame Length in Receiver Block

In the block mask of the receiver block, set Samples per frame to the desired frame length.

Frame Length in Receiver System Object

  1. Create a receiver System object™. For example:

    rx = sdrrx('AD936x');
    
  2. Set the samples per frame in the System object.

    rx.SamplesPerFrame = 1024;

See Also

Functions

Blocks

Objects