Are you a student or an embedded developer exhausted of implementing all kinds of algorithms in Matlab without a chance to see if it really worked in real life? This is a common problem among students and developers where a lot of work and time has to be invested to complete the task of translating Matlab code into C code before it can be handed off for implementation onto a real-time platform. In this writing, the reader will find a way of programming the DSP algorithms to a higher level software (PAL: Platform Abstraction Layer) layer rather than directly to the hardware/platform; by doing...
Are you a student or an embedded developer exhausted of implementing all kinds of algorithms in Matlab without a chance to see if it really worked in ...