I am pretty new to arduino and also teensy, I need to implement DFT using analog read(to read real-time values). I have seen FFT implementation but notDFT, I have used ADC library to calculate sample...
Type: Posts; User: sushantvs
I am pretty new to arduino and also teensy, I need to implement DFT using analog read(to read real-time values). I have seen FFT implementation but notDFT, I have used ADC library to calculate sample...
hello Sailnav and Donziboy2,
Maybe I can get help from this thread(noob here). I need to read volatages & current from the two ADC's synchronously in Teensy 3.2 and transfer them to DMA for say 200...
Hello,
I am a beginner in microcontroller and teensy world. I need to read say for example voltages and currrent from two ADC's synchronously for 200 samples(Or by using Timer) and transfer to DMA...
Can you explain why have you used HARDWARE AVG , CNT = 160000/AVG and 160000000 / t ?
Thanks