sample a signal obtained from a simulation...(signal might not be sinusoidal)
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Can anybody tell me how to sample a continuous signal obtained from the simulink at a samling frequency of 1Khz...
0 commentaires
Réponse acceptée
Arnaud Miege
le 8 Mar 2011
It depends what you want to do. If you want to convert your continuous signal into a discrete one, so that you can feed it to a (discrete) controller for example, then use a Rate Transition block. If you just want to log the signal to the workspace at a sampling frequency of 1 kHz, then simply use a To Workspace block with the relevant sample time.
More details on logging and other options are available in the Simulink documentation under Visualizing and Comparing Simulation Results and Importing and Exporting Data.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Sources dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!