Itayabla
Mechanical
- Jul 4, 2007
- 7
Hi,
I need to process raw data from a transducer. I have a sine wave, which I have Hilbert transformed. I need to identify sample points above a certain y-value and obtain the x-value. But as a Matlab begginer, I'm having difficulty starting the search for the next value after a given blanking interval. This is the sequence:
1) Find values above specified y-value
2) Record corresponding x-value for FIRST y-value found
3) Start search for next y-value at recorded x-value + blanking (x-value) interval.
4) Continue loop
My problem is related to point (4). I would appreciate any tips and pointers. . .
Cheers.
I need to process raw data from a transducer. I have a sine wave, which I have Hilbert transformed. I need to identify sample points above a certain y-value and obtain the x-value. But as a Matlab begginer, I'm having difficulty starting the search for the next value after a given blanking interval. This is the sequence:
1) Find values above specified y-value
2) Record corresponding x-value for FIRST y-value found
3) Start search for next y-value at recorded x-value + blanking (x-value) interval.
4) Continue loop
My problem is related to point (4). I would appreciate any tips and pointers. . .
Cheers.