ADC for 40kHz sine wave recognition
Only 25usec is available and needs to take 13-14 samples to construct the incoming wave. Each conversion total is 2 usec if on single pin so problem there. Is it possible, maybe using parallel ADC pins or an offboard 1mHz ADC chip with parallel outs.
40kHz signal recogintion, new info moving forward with design
The 40 Khz signal I receive will have distortions and frequency variations that I need to recognize. I plan on using the PIC18F2331 dip28 200ksps to start. Will the Pbasic assembler have all I need to run ADC continuous and FIFO the results or will I have to paste assembler pieces of code into my program later.