Clear Filters
Clear Filters

Sine wave change zero crossing and increase amplification

2 views (last 30 days)
Hi
I have attached a picture of a sine wave, can it be modified ie all centred around zero, all peaks and troughs the same size?
Any help would be appreciated.
David
  2 Comments
Johannes Fischer
Johannes Fischer on 7 Sep 2020
What exactly do you want to extract from the data, after you have manipulated as you describe? Have you considered a Fourier analysis of the data?
Image Analyst
Image Analyst on 7 Sep 2020
Please attach your data in a .mat file if you want people to try anything to help you.

Sign in to comment.

Accepted Answer

Star Strider
Star Strider on 7 Sep 2020
First, use the fft function to do a Fourier transform to see what the signal frequency components are.
After that, it should be straightforward to design a highpass filter to eliminate both the D-C offset and baseline drift, so the result will be close to what you want.
  7 Comments

Sign in to comment.

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!