- DAQ
- Simple Analog Read: Acq-IntClk.py
- Continuous Acquisition
- with nidaqmx: ContAcq-IntClk.py
- with PyRWI: gui_daq.py
- with C-Types: ContAcq-IntClk_ctypes.py
- Digital Output: DigitalOut.py
- Synchronize Input & Output tasks: sync_outIn.py
- Template Code: TODO
- GUI
- Basic GUI: gui_basic.py
- GUI with data acquistion: gui_daq.py
- SciPy & PyLab
- Very simple plot: simple_plot.py
- FFT Computations: fft.py
- Implementing LTI Filters: TODO