I am using an ePWM SOC to trigger ADC continuously at 5kHz. So the ADC will take only one sample in a period of 200usec.
If acquisition window is set to 75ns, then ADC sample and hold circuit will be idle for next 199.925us.
If acquisition window is set to 1us, then ADC will not take sample for next 199us.
Would there be any effect on performance of the system if I set acquisition window significantly greater than 75ns (minimum acquisition window for the ADC)? Since with lower acquisition window the bandwidth requirement of the opamp in ADC driving circuit is also reduced.
An implication I think would be that if I set acquisition window significantly higher than 75ns, then there is a chance that the accurate value of signal is not captured as it can be changed to a new value during the acquisition window duration, right? However, since the sampling rate is set to a value of 5kHz, the chances of missing the signal information are far greater when ADC S/H is idle than during the acquisition window. So, the conclusion is that the acquisition window could be set to a significantly higher value but it must be greater than minimum value as specified in datasheet and it must be less than the sampling time period (200us in the case mentioned). Is this conclusion right?
Note: We expect the signal to be converted will not have variations at much higher rates.