From: PureSine on
On 4/4/2010 12:33 AM, PureSine wrote:
Thanks all very much for elegant solutions.
I surely remember all of them for different applications but for current
application I guess simplest solution is to just alter DDS code and
implement division inside it as Symon said. I just need to subtract
subtraction(division) operand from addition operand(of DDS) and as add
operand is always bigger I don't need any signed operation.

Thanks all again.
From: PureSine on
On 4/4/2010 7:31 AM, PureSine wrote:
Correction- I need signed operation anyway but still seems this solution
is the most appropriate for my application.

thanks all.