- Check the output from the NI9234 block to analyze the dimensions to find id the issue is with a certain Simulink block or the Live data.
- Configure the PSD estimator block such that it is compatible with the frame size of the input signal.
- Also check if their is mismatch between the Sample Time could cause issue with the difference in size in LHS or RHS.
- Also make sure you have consistent data types between NI9234 and PSD block.
Simulink data acquisition giving error when using signal analyzer
2 次查看(过去 30 天)
显示 更早的评论
Hello,
I am aquiring live sound data from a pcb microphone connected to NI9234 using Simulink. At the same time I am using a power spectral desity estimator block.
It is giving me the following error
"Unable to perform assignment because the size of the left side is 1-by-1 and the size of the right side is 1-by-103"
The error arises when i include the psd.
I have attached my settings.
thank you for your help in advance
0 个评论
回答(1 个)
Ashutosh Thakur
2024-1-22
Hi Ferez,
The error message indicates that their is a mismatch between LHS and RHS of the assignment operation which causes difficulty in the assignment operation.
In order to troubleshoot this issue, please try to follow these steps:
Also try to use the above steps incrementally to have a better understanding of the issue.
Kindly follow the links below to know more about the usage of the NI9234 device with Simulink:
I hope this helps you in troubleshooting the issue.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Test and Debug Simulations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!