Why my sine wave block in matlab simulink is not giving desired result??
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
When I am trying to get an output from sine wave with amplitude 220v and frequency 2*pi*50, the scope is showing undesirable signal. Is this something related to setting or I am missing a point?
1 Kommentar
Mostafa
am 9 Nov. 2016
Try using a fixed-step solver.
Open model Configuration Parameters (Ctrl+e)
solver options -> Type: "Fixed-step" instead of "Variable-step"
Additional options -> Fixed-step size: 1e-3
Simulate and check results.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Prepare Model Inputs and Outputs finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!