Does SigLib support fixed point devices ?
SigLib has been written to support floating point processors and as such, it does not support fixed point data scaling. The most common technique for supporting fixed point processors is to start with floating point data and then port the algortihm to fixed point. It is important to be aware that the scaling issues associated with using integer architectures are very dependent on the choice of algorithm and processor, they are not handled by SigLib because they are best handled by the application developer. Further information on this subject is available in an applications note.