I would like to build in a monitor/controller for a audio amp, calc instantaneous pwr, do Iout, Isupply balance math, compare I,V vs load Z template, auto adjust baises, SOA, short circuit limit, power on sequence...
while possibly giving up cycle by cycle limits above 20 kHz it really looks like the built in anti alias of audio specific delta-sigma ADC/codec chips greatly simplify analog glue and would fit with up to 8 channels ~100ks/s each
but cheap, "easy" to program/develop middling to upper 100s of MIPs is less obvious to me - I haven't done much digital in the last decade but did some single chip few MHz uC and 40 MHz fixed point DSP code earlier
as I see it the operations may involve <10 MIPs of "arithmetic" but really don't map to DSP simd/pipline/FIR
in the past I've found "the rest of the code" which requires lots of idiosyncratic mixing/matching/comparing as well as the drag of reading, moving indexing near 1 Ms/s data streaming in is really what gobbles the MIPs
from my past experience I wouldn't want to go with less than 4-10x overkill over reasonably anticipated back of the napkin estimate of processing power
the AD Blackfin ez kits and Audio ezextender with 2x AD1938 looks like the best matching dev tool that could be expected - dsPIC33 currently hitting 70 MIPs would likely fail to do all I want as far as I can tell
any other suggestions? or experiences with AD's current tool chain?
this is more heavy duty hobby level than a funded commercial product development - probably not going FPGA with NatInst or Matlab $10k block diagram compilers - though the ads sure look cool and lots quicker dev time if they work