lucask07 / covg_fpga

FPGA and Python experiment code for the digital ion channel amplifier project.
GNU General Public License v3.0
6 stars 2 forks source link

Ads conv cnt fpga #26

Closed lucask07 closed 2 years ago

lucask07 commented 2 years ago

Modifies FPGA code to count ADS8686 conversions and puts this count into the DDR data stream. Added tests to demonstrate this at clamp_step_response_basic.py, added a function to analysis/adc_data.py to align the ADS8686 data given a sequence count.

Also, a sandbox test of the DAQ board Howland current test is added.

lucask07 commented 2 years ago

This is not yet ready to merge since it will break data_to_names return values that do not have an additional return parameter (of ads_seq_cnt).