Hi for a project I am continuously acquiring a signal . The signal contains Sync bit and Data bits. The pattern is attached to this email. After finishing acquiring I would like to extract the data . The method in my mind is to use a window ( the same widths of the data window and count the number of rising edges and falling edges and if it is equal to the number of RE and FE in data window I can say that window is my data window. then I save data
Could you please help me using this method. Do you think is it a good method and how can I implement this windowing and counting the number of edges in LabVIEW/. my input is a digital waveform