White Noise - AD Transformer
herold
Posts: 66
Hello,
I am experimenting with a white noise generator and I have the basic 2 stamp on the education board.
I would like to sample data from the white noise spectrum and send it via serial port. Some bit tests worked fine but I need much faster sampling. I probably need an Analog Digital decoder chip to do this.
Any ideas on that?
·
I am experimenting with a white noise generator and I have the basic 2 stamp on the education board.
I would like to sample data from the white noise spectrum and send it via serial port. Some bit tests worked fine but I need much faster sampling. I probably need an Analog Digital decoder chip to do this.
Any ideas on that?
·
Comments
·· Are you trying to generate·White Noise with the Stamp module, or sampling it?· What is the PC doing?· Is that where the serial port data is going?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
So what I need is a fast AD converter chip for on the board that samples the white noise to a max frequency.
Thank you for thr fast reply
Thomas
And what is your goal? To verify if the white noise is indeed 'white'? (Equal amplitude at each frequency, as opposed to 'pink' noise which has equal power at each frequency?)
To generate a good 'random number'?
The BS2 could sample a 2 Khz signal, maybe. It definitely can't sample a 10 Mhz signal in a meaningful way -- unless you just want a 'random' number.
You can run a fast-fourier transform on the PC to find the frequency components of the resulting samples. If you continue to try to use the BS2 -- well, its sample frequency compared to your sound card is way low. And THEN you need to communicate the samples to the PC over a 9600 baud serial link. I think this might lower the usefullness of any additional processing you might do with the PC.
Just be aware.
Free oscilloscope (WINSCOPE) INFO:
http://polly.phys.msu.su/~zeld/oscill.html
Same program, different site:
http://www.geocities.com/nlradiofm/winscope.htm
And, if FFT is more your need, here's a free FFT frequency analyzer:
http://www.relisoft.com/freeware/
Hope this information is useful. [noparse]:)[/noparse]
Vern