Symbol Synchronizer Error in Port Widths or Dimensions
4 次查看(过去 30 天)
显示 更早的评论
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.
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?
Thanks in advance for any help/answers you can provide.
Amanda
0 个评论
回答(1 个)
ARHUM AHMAD
2023-7-25
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
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Model Verification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!