sample a signal obtained from a simulation...(signal might not be sinusoidal)
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Can anybody tell me how to sample a continuous signal obtained from the simulink at a samling frequency of 1Khz...
0 Kommentare
Akzeptierte Antwort
Arnaud Miege
am 8 Mär. 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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Sources finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!