[sdiy] FV1, New Module pseudo DIY
Antti Huovilainen
ajhuovil at cc.hut.fi
Mon Dec 21 14:58:09 CET 2009
On Thu, 17 Dec 2009, karl dalen wrote:
>> I did only design, so I have no idea about
>> what the actual asm/C code is.
> When you say design, what do you exactly mean?
> Some hard digital or the synthesis of the virtual machine?
Algorithm design in matlab with eye on efficient implementation in dsp.
There was little point in wasting my time by learning asm for the dsp,
when VLSI Solution already had a bunch of people who were experts at
writing optimized code for it. Matlab also allowed a higher level view of
the algorithms without implementation details getting in the way.
% Replace with 2^x table lookup
decay = decay_base * 2^-(octave * decay_scale);
is a lot easier to understand than some 10-20 lines of fixed point C code.
Antti
"No boom today. Boom tomorrow. There's always a boom tomorrow"
-- Lt. Cmdr. Ivanova
More information about the Synth-diy
mailing list