Passband Modulation MathWorks Example
Mostrar comentarios más antiguos
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.
Respuestas (1)
Wayne King
el 18 de Dic. de 2012
Editada: Wayne King
el 18 de Dic. de 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
Categorías
Más información sobre PHY Components en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!