Category Algorithms
DSP & signal conditioning, encryption/decryptions
-
Arbitrary function using piece-wise linear interpolaton by Theta Engineering Here is a function for producing an output value that is an arbitrary function of the input value. I've written this function 3 or 4 times in my career now, so I hope I got it generic enough this time that I won't need to write it again! Only the first...
-
Binary to BCD & Display by Science & Technology Innovations Binary to BCD conversion & display , is frequently needed in many applications. Here ready to use functions are given for BCD of 5 digits with Zero Blanking Display.
-
PID light controller by Tropfen kft. PID light controller with output filtering feature.
-
CE140 - Inverse tangent operation using CORDIC iterative approximation by Microchip Technology For a range of input angles calculate the x and y fractional values corresponding to this angle. Then calculate the return value from the C standard atan2 function and also from the modifiy atan2CORDIC routine, print the result and error
-
CE018 - Using the Fast Fourier Transform (FFT) for Frequency Detection by Microchip Technology In this code example, we demonstrate how the DSP library functions can be used to perform an FFT on an input signal (vector).