Re: Wich 16-bit MCU?



Robert Latest wrote:
On Fri, 30 Jun 2006 01:12:44 +0100,
Steve at fivetrees <steve@xxxxxxxxxxxxxxxxxxxxx> wrote
in Msg. <Hu-dnVLOqqvi8TnZRVnyvQ@xxxxxxxxx>

I'd agree with that. How clean is the input signal? If you need filtering
too (and I'd bet you do), that takes cycles.

I want to do that on the analog side. That's where I come from, anyway.

Or indeed consider the analogue PI alternative. But as Rickman says, 60kHz
is a fair old whack.

Well, I was talking about 60kHz sampling frequency. Signal bandwidth is
about 25kHz.

Sample rate is what determines how much processing you need to do. You
need to look at whether you can buffer a block of data and process in
one big hunk, or if you have to process each incoming sample. Either
way, you need an idea of what processing you need to do to be able to
say a regular MCU can do it or if you need something faster. Before
you can pick a processor, you need to know your processing requirements
better.

.



Relevant Pages

  • Re: Wich 16-bit MCU?
    ... Steve at fivetrees wrote ... in Msg. ... too, that takes cycles. ... I want to do that on the analog side. ...
    (comp.arch.embedded)
  • Re: Do I GOTTA ?
    ... Alpha is right in this case. ... Hertz as "one per second" and calling it the SI unit of frequency... ... But BIPM specifies Hertz as "cycles per second", ... (thereby sample rate, not frequency). ...
    (rec.music.movies)
  • Re: FM Demodulation - Complex baseband versus Real baseband
    ... series may be usable at the low sample rate while a DSP or higher-cost ... processor would be required at the higher sample rate. ... so more cycles are required to process the ...
    (comp.dsp)