01-26-2021 09:17 AM
Hi,
I have a waveform which is repeatting itself(out of DAC). I have added zeros at the beginning and end of the waveform as shown bellow. How can I cut only one copy of waveform. I have attached csv file of the waveform.
Here is what I have tried but every time I have to do it mannually and it is not accurate.
Thanks
01-26-2021 09:41 AM - edited 01-26-2021 09:47 AM
01-26-2021 09:57 AM - edited 01-26-2021 09:58 AM
Hi GerdW,
-Just to compare original and selected size of data(It will not effect the cutting process anyway)
Thanks
01-26-2021 09:59 AM
Hi shirin,
@shirin91 wrote:
I have to add zeros before DAC so after DAC it will not be zero exactly, so I can not just seach for it.
But there seems to be a clear distinction between "signal" and "gap": you just need to define this distinction and then create an algorithm to detect it in your waveform!
How do you define the "gaps"?
01-26-2021 10:21 AM
My guess is that 0 is an absolutely valid value for a datapoint. That makes it harder to trigger. Options:
Good hunting!