Main Content

Data Frame Lengths

You can set the frame length of all SDR blocks available in theCommunications Toolbox™ Support Package for Xilinx®Zynq®-Based Radioto 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, setSamples per frameto 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