sample a signal obtained from a simulation...(signal might not be sinusoidal)
1 view (last 30 days)
Show older comments
Can anybody tell me how to sample a continuous signal obtained from the simulink at a samling frequency of 1Khz...
0 Comments
Accepted Answer
Arnaud Miege
on 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.
More Answers (0)
See Also
Categories
Find more on Sources in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!