Always_Confused_Sudent
Junior Member level 3
computer spectrum analyzer
I have to do a computer based spectrum analyzer as a course project, I found an FFT module for visual basic , I wrote a short program to interface the parallel port with ADC , but there's some delay in recieving samples of signals with high frequency , so the samples recieved by computer are kind of random because the CPU might be "busy" for some time while recieving data from parallel port,therefore samples won't represent the real signal , so i thought it would be good if i get a 2k x 8 RAM ie. 6116 to store the samples temporarly so no samples are lost ,and then CPU could read from the RAM , a binary counter is connected to ADC and also connected to the address bus of the memory ,counter will increment at each sample read ,so, the counter output represents the current memory address.
so, does anyone have some ideas to share about this ,and i also need to know a product number of at least 11 bits binray counter.
Thanks! :spoko:
I have to do a computer based spectrum analyzer as a course project, I found an FFT module for visual basic , I wrote a short program to interface the parallel port with ADC , but there's some delay in recieving samples of signals with high frequency , so the samples recieved by computer are kind of random because the CPU might be "busy" for some time while recieving data from parallel port,therefore samples won't represent the real signal , so i thought it would be good if i get a 2k x 8 RAM ie. 6116 to store the samples temporarly so no samples are lost ,and then CPU could read from the RAM , a binary counter is connected to ADC and also connected to the address bus of the memory ,counter will increment at each sample read ,so, the counter output represents the current memory address.
so, does anyone have some ideas to share about this ,and i also need to know a product number of at least 11 bits binray counter.
Thanks! :spoko: