Conclusions » History » Version 10

« Previous - Version 10/13 (diff) - Next » - Current version
PASCHOS, Alexandros, 03/23/2016 02:18 PM


6. Conclusions

Limitations were encountered when reading files large files (over a MB). So different techniques had to be considered, either reading in packets or implementing queues in order to process the data.
Another aspect of memory limitation had to be faced. Compiling the LabVIEW VI in myRIO over-over seemed to overflow the memory even though we had considered reseting myRIO with the appropriate module. Hardware resets were inevitable at certain points.

6.1 Further Improvements

Improvements could be considered in synchronization, and more specifically in defining the maximums in the auto-correlation. Although the implementation of the square wave signal was implemented as described in APT theory there are still improvements to be done.

Another improvement could be a more dynamic implementation of the demodulation and the decoding process. Instead of storing the whole data in a matrix, it another approach would be to treat them as pre-defined data chunks. Since a synchronization waveform defines the start of a line like in Figure 6.1 a dynamic treatment of the signal can be implemented.

dynamicSynch
Figure 6.1 Dynamic Synch