问一个simulink的问题
12-14
做通信系统仿真
am,fm模块都要求输入的数据是scalar,但是我前面的模块的输出是1*7的
试了 reshape,buffer模块都不能把1*7的vector转化成scalar
不知道大家有什么建议?
谢谢!
am,fm模块都要求输入的数据是scalar,但是我前面的模块的输出是1*7的
试了 reshape,buffer模块都不能把1*7的vector转化成scalar
不知道大家有什么建议?
谢谢!
The reason is how Matlab interprets dimension. If your input signal is 1*7, it will be treated as a 7-channel signal. Even if you unbuffer it, it's still multi-channel signal. The right way is first transpose the signal to 7*1, and then unbuffer it to scalar signal.
thankyou very much!
I will try
相关文章:
- 急!MATLAB中的./在SIMULINK模块中用什么实现?(05-08)
- 急问simulink中如何进行并串转换?(05-08)
- 在simulink中仿真中遇见的问题(05-08)
- 请教大虾Simulink仿真中信道的问题?(05-08)
- 请问一个用simulink做ofdm仿真的问题(05-08)
- 问个Matlab Simulink 高斯信道模块(05-08)
射频专业培训教程推荐