- Double click the Scope block to open it up
- Click the "Gear" icon in the Scope to open the Scope parameters
- Select the "History" tab
- Uncheck "Limit data points to last:" and apply the changes
op-amp inverter on simulink
6 views (last 30 days)
Show older comments
Hello,
I'm trying to make a simple op-amp inverter on simulink but I dont know why my input is not square. I think I don't know what my "Solver Configuration" parameters should be. When I check the "Use local solver" in the Solver Configuration Parameters I can see a square pulse but doesn't start from zero time.
Please point my mistake or explain why it's supposed to be like this..
0 Comments
Answers (1)
Jonathan LeSage
on 6 Mar 2015
I took a look at the example model that you attached to your question. I saw what you mean by the square pulse does not start at zero.
Fortunately, this is a simple fix. The Scope block, by default, limits the number of points on the scope to 5000. If we disable this, we can see the entire square wave as expected.
To disable this:
Additionally, the reason you originally saw trapezoidal-like waveforms instead of square waves was due to the large step sizes used by the Simulink solver. Under the "Solver Configuration" parameters, you can specify a "Max step size" to make sure the solver always takes smaller steps.
0 Comments
See Also
Categories
Find more on General Applications in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!