LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Filtre

HI,

I have two similar signals, I want to filter the 'threshold' signal in such a way that the oscillations are not displayed, in order to compare the two signals afterwards. I used a low pass filter but it won't work. you can suggest me the right filter in my case. THANKS.

IMG-20230525-WA0017.jpg

IMG-20230525-WA0018.jpg

0 Kudos
Message 1 of 6
(900 Views)

Can you please attach your code?

0 Kudos
Message 2 of 6
(861 Views)

Are the two signals red and back, as displayed? Which one is the "threshold signal"?

Any lowpass filtering would round the sharp step.

 

What kind of "comparison" are you trying to do, and why the filtering?

 

Do you have a mathematical model, eg. Flat, then a sharp step followed by an exponential decay? Maybe you can just do a nonlinear fit on both and compare the parameters?

 

What is the experiment?

0 Kudos
Message 3 of 6
(852 Views)

as I have already indicated, there are two coline signals, I have the idea of ​​filtering one of the two then using it as a threshold signal for the other signal in order to count the small signal oscillations processed after when the counter equal 1 it is the value of systolic pressure and when the counter greater than or equal to a certain number of oscillations it is the diastolic pressure. but unfortunately I could not filter the signal in order to achieve its purpose.

0 Kudos
Message 4 of 6
(831 Views)

Ok, so you are interested primarily in the oscillations. Originally it sounded like you are wanted to remove them. So you only have one primary signal, but you want to remove the background and try to use filtering to create the background.

 

Can you attach a typical dataset?

 

If you are only interested in the data after the jump, maybe you could just fit it to a polynomial (using least absolute residual) or similar and subtract that.

0 Kudos
Message 5 of 6
(793 Views)

@altenbach wrote:

If you are only interested in the data after the jump, maybe you could just fit it to a polynomial (using least absolute residual) or similar and subtract that.


Here's how that could look like:

 

altenbach_0-1685111165382.png

 

Of course there are many other ways to do all that.

0 Kudos
Message 6 of 6
(779 Views)