Clear Filters
Clear Filters

Symbol Synchronizer Error in Port Widths or Dimensions

2 views (last 30 days)
Hello,
I'm creating a basic receiver based on the Simulink QPSK example. I have a column of data that's 1024x1 coming into the receiver, and is going through the path as shown in the picture below.Symbol Sync error1.JPG
My question is about the symbol synchronizer block, which is outputting a different size matrix than the input. With the path as shown I don't get any errors, but as soon as I add another block after it, I get "Error in port widths or dimensions. Output port 1 of 'Receiver/Timing Recovery' is a matrix with a maximum size of [564x1]." My next block is a user-defined Matlab System block, which is expecting the 1024x1 size. Why does the symbol synchronizer block alter the output like that, and is there a way to change the output size to match the input?
Symbol Sync error2.JPG
Thanks in advance for any help/answers you can provide.
Amanda

Answers (1)

ARHUM AHMAD
ARHUM AHMAD on 25 Jul 2023
The output size of symbol sync depends on samples per symbol. maximum output size of NsampNsps×1.1.
Based on selected value and actual frame size you decode your signal.
It seems your frame size is larger than provided input. share your error for better solution.
Here is the link to understand Symbol Sync: https://in.mathworks.com/help/comm/ref/symbolsynchronizer.html?searchHighlight=Symbol%20Synchronizer&s_tid=srchtitle_support_results_1_Symbol%20Synchronizer

Products


Release

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!