Borrar filtros
Borrar filtros

How to design a filter to remove every other spike on graph

3 visualizaciones (últimos 30 días)
Anthony Koning
Anthony Koning el 9 de Dic. de 2022
Respondida: Avinash el 13 de En. de 2023
How would I go about designing a filter to remove every other point of discontinuity from a sine wave. Effectively, I'm working on a sine wave comparison which returns to a starting value after the wave has reached a specific point, but it has the drawback of spiking back to the original graph after the required conditions are no longer met. The following is my system as well as the actual and desired results for the system. Thanks for the help.

Respuestas (1)

Avinash
Avinash el 13 de En. de 2023
As per my understanding you are trying to get a smooth output wave, but you are having discontinuities in the output wave.
  • You can use a "moving average" block into your Simulink model after the "merge" block to smoothen the output wave.
To learn more about "moving average" block, refer the following link:
Thanks
Avinash

Categorías

Más información sobre Verification, Validation, and Test en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by