Sine wave block produces a triangular wave when the "pi" value is in the frequency.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Respuestas (1)
nick
el 2 de En. de 2024
Hi Stephen,
I understand from your query that you need help understanding why the sine wave output appears as a triangular wave when the frequency is set to 100*pi.
I assume you haven't altered any of the solver settings. The issue may be due to a larger time step, which results in the output of the "sine" block not being captured accurately. To rectify this:
- Navigate to the "Configuration Parameters" dialog. This can usually be done by clicking on a gear icon.
- In the "Configuration Parameters" dialog, locate the "Solver" tab.
- Within the "Solver" tab, find the "MaxStepSize" setting.
- Change the value of "MaxStepSize" to a smaller number, such as 1e-6.
- Apply the changes by clicking "OK" or "Apply" in the dialog.
While the simulation may take longer, this adjustment will provide more data points and, consequently, a smoother curve. Here is the obtained output:
Figure 1 Output of Sine Wave at “MaxStepSize” 1e-6
Kindly refer to the following documentation to learn more about solver selection:
Hope this helps,
Regards,
Neelanshu
0 comentarios
Ver también
Categorías
Más información sobre Simulation and Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!