How to input "Eb/No vector" to AWGN block in simulink?
6 views (last 30 days)
Show older comments
I am using AWGN in my simulink model where "AWGN block" is being used. Inside AWGN block, there is option for Eb/No. I need to input a vector for Eb/No instead of a single value. How to do this? Can I input this vector from workspace?
Answers (1)
Abhishek
on 22 Jan 2025
I understand you need to input vector for the parameter field "Eb/No (dB)" instead of the default scalar value.
Referring to the documentation of "AWGN Channel" block (https://www.mathworks.com/help/comm/ref/awgnchannel.html), under the "Eb/No (dB)" parameter section, the input can be given as a vector.
For the second part of the question, if the variable already exists in the workspace, the variable name can be directly entered into the "Eb/No (dB)" field.
0 Comments
See Also
Categories
Find more on Propagation and Channel Models in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!