On Thu, 16 Mar 2000 davevosh@... wrote: > << Maybe an adjustable quantizer module is a job for a PIC processor...? > >> > beyond knowing it is a moderately powerful microcontroller type of cpu > chip family, i wouldn`t have any idea about hacking the microcode to > do the job. in theory, its just simple math, programmable scale for > whatever note per octave or just scale you wanted and feed a linear > c.v. in one end and out comes an appropriately scaled, stepped c.v.. > then, depending on cost / complexity, can it be an affordable module ? > can it be done in a timely manner ? aren`t a couple of folks on the > list experienced pic programmers ? best, dave v. PICs aren't particularly powerful--they have very limited memory resources--but, they are *fast*. For dedicated apps, this speed is everything. For something like a quantizer, a PIC should have no problem. In fact, the tricky part of quantizing is in choosing really good A/D and D/A subsytem parts so as to keep the error values as small as possible. Crow /**/
Message
Re: [motm] Quantizer
2000-03-16 by The Old Crow
Attachments
- No local attachments were found for this message.