Passband Modulation MathWorks Example
Afficher commentaires plus anciens
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.
Réponses (1)
Wayne King
le 18 Déc 2012
Modifié(e) : Wayne King
le 18 Déc 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
Catégories
En savoir plus sur PHY Components dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!