kaushiksangam
Newbie level 6
I want to emulate an algorithm in C before actually writing to hardware.
This algorithm invovles lot of multiplications and additions of real numbers. Hence, I want to use fixed point operations(to represent real numbers) in C to emulate the algorithm.
Can someone please tell me or give me an example of how to perform fixed point operations in C.
This algorithm invovles lot of multiplications and additions of real numbers. Hence, I want to use fixed point operations(to represent real numbers) in C to emulate the algorithm.
Can someone please tell me or give me an example of how to perform fixed point operations in C.