05-21-2024 09:48 AM
Maybe XD
But, when I am subtracting both signal, the problem is this really help me to proof the equality?
Because my reference signal (1D Array) is a part of the real-time signal. When I subtracting in the wrong time, the results will not help me.
Do u have an example?
For example I have in an 1D Array values from an sawtooth. And my realtime signal are caming, how to subtract that or how I can proof that my sawtooth real-time signal consists this 1D Array?
05-21-2024 10:24 AM
@medum wrote:
Maybe XD
But, when I am subtracting both signal, the problem is this really help me to proof the equality?
Because my reference signal (1D Array) is a part of the real-time signal. When I subtracting in the wrong time, the results will not help me.
Do u have an example?
For example I have in an 1D Array values from an sawtooth. And my realtime signal are caming, how to subtract that or how I can proof that my sawtooth real-time signal consists this 1D Array?
Crosscorrelation approach will work also in this case, for example appended sine waveforms to the start and end:
05-21-2024 10:47 AM - edited 05-21-2024 10:49 AM
Oh, thank u very much!
Is it possible to have a boolean, who says: Is in range? Because I need an reference value to where to check the equality.
Can U please attach your VI(Version 2023) and would like to test it. 🙂
05-23-2024 12:51 PM
How can I use an boolean, when the maximum of the crosscorrecelation is equal to the max_rxy? Because when my signals are equal, so the rxy_max is always equal.