Passband Modulation MathWorks Example
Show older comments
I was wondering how I can access the following MathWorks Passband Modulation Example for Simulink: http://www.mathworks.de/de/help/comm/examples/passband-modulation.html
Even if I open the help File inside Matlab there is no Link provided to open this exmaple.
Answers (1)
Wayne King
on 18 Dec 2012
Edited: Wayne King
on 18 Dec 2012
Hi Matthias, that is a Simulink model example. To run that example, you should launch the doc from MATLAB.
>>doc
Then go to the Communications System Toolbox documentation landing page and at the top select Examples -> Simulink Examples
Find the "Passband Modulation" example and off to the right you will see an icon for the Model.
Or, to open the model directly at the command line, enter:
open_system('commpassbandmod.mdl')
There is a MATLAB demo on passband modulation, which you can view with
>>edit passbandmoddemo.m
Categories
Find more on PHY Components 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!