Skip to main content
19-Tanzanite
June 10, 2024
Solved

How to filter this blue signal to look like green signal?

  • June 10, 2024
  • 3 replies
  • 1375 views

Hi,

I have this signal formed by a vector data points:

Cornel_0-1718007794282.png

Cornel_1-1718007816470.png

And I want to make the  blue signal (a) to look like more green signal interposed on the blue signal:

Cornel_2-1718007965438.png

 

Is it possible to do something like that from the a vector data points?

Idea is that I want to have straight lines also on this portions of waveform:

Cornel_0-1718008168740.png

 

Cornel_0-1718009707046.png

Best answer by Werner_E

You may try the built-in data smoothing functions , play around with their parameters and see if the results fits your needs.

Werner_E_0-1718010357493.png

 

3 replies

Werner_E25-Diamond IAnswer
25-Diamond I
June 10, 2024

You may try the built-in data smoothing functions , play around with their parameters and see if the results fits your needs.

Werner_E_0-1718010357493.png

 

19-Tanzanite
June 10, 2024

Here's another possibility (where the averaging is somewhat arbitrary!):

 

GreenCurve.png

 

Alan

ttokoro
21-Topaz I
21-Topaz I
June 10, 2024

C=4 is fixed by hand. Using minerr for solveblock is more smart way to solve C. 

image.pngimage.pngimage.pngimage.pngimage.pngimage.png

ttokoro_0-1718016405087.png

image.pngimage.pngimage.pngimage.png

t.t.