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

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.

Antworten (1)

Avinash
Avinash am 13 Jan. 2023

0 Stimmen

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

Kategorien

Mehr zu Get Started with Simulink finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2022a

Gefragt:

am 9 Dez. 2022

Beantwortet:

am 13 Jan. 2023

Community Treasure Hunt

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

Start Hunting!

Translated by