Sign in

username:

password:



Not a member?

Search adsp



Search tips

Subscribe to adsp



adsp by Keywords

AD1819 | AD7332 | ADSP-2106 | ADSP-21060 | ADSP-21065L | ADSP-2116 | ADSP-21160M | ADSP-2181 | ADSP-218x | ADSP-219 | ADSP-2199 | ADSP219 | BF531 | BF532 | BF533 | BF535 | Blackfin | FFT | JTAG | LDF | SDRAM | SHARC | SPORT | UART | VDSP++ | VisualDSP

Discussion Groups

Technical discussions related to Analog Devices DSPs (including Blackfin, TigerSHARC, SHARC and ADSP-21xx DSPs).

  

Post a new Thread

sampling rate - alon andorn - Jun 24 0:38:00 2003



Hi
Im using sharc 21060 . I need to sample my signal at a rate of 250Hz .

What is much easier and accurate?

Using the codec at 8k sample rate and taking every 32 sample ignoring the
other 31 samples.
or using a timer interrupt.
Thanx yuval





(You need to be a member of adsp -- send a blank email to adsp-subscribe@yahoogroups.com )

Re: sampling rate - Mike Rosing - Jun 24 2:28:00 2003

On Mon, 23 Jun 2003, alon andorn wrote:

> Hi
> Im using sharc 21060 . I need to sample my signal at a rate of 250Hz .
>
> What is much easier and accurate?
>
> Using the codec at 8k sample rate and taking every 32 sample ignoring the
other 31 samples.
> or using a timer interrupt.

Taking your 32 samples and averaging them down to one sample will be more
accurate. Using the timer should be easier. How good of an analog filter
do you have going into the codec?

Patience, persistence, truth,
Dr. mike




(You need to be a member of adsp -- send a blank email to adsp-subscribe@yahoogroups.com )