http://www.bc-cn.net/Article/kfyy/cyy/jc/200409/5_4.html
float aver(float a[5])
{
int i
float av,s=a[0]
for(i=1 i<5 i++)
s=s+a[i]
av=s/5
return av
}
void main()
{
float sco[5],av
int i
AES Core Modules In this document I describe components designated to encoding and decoding
using AES.
aes enc — parametrizable component which can encrypt input data, using
128, 192 and 256 bit key,
• aes dec — parametrizable component which can decrypt input data, using
128, 192 and 256 bit key,
• key expansion — parametrizable component which can produce key expansion,
using 128, 192 and 256 bit key,
When I first studied Kalman filtering, I saw many advanced signal processing submissions here at the MATLAB Central File exchange, but I didn t see a heavily commented, basic Kalman filter present to allow someone new to Kalman filters to learn about creating them. So, a year later, I ve written a very simple, heavily commented discrete filter.
This is a collection of m-files I created to complete a research project into the DC components of various encoding techniques. Eight of the files create random bit sequences that conform to their coding requirements. The others were files I found useful in the scope of the project and supplement the generating m-files.
This a small hack I wrote to bypass the "No previous installation!" error of Microchip s C18 Upgrade.
Simply run C18Fake and select your C18 installation directory (create if necessary) and click Save button. A "fake" file will now be created into that directory, and this will fool the Upgrade into thinking you already have a former legit installation.
After that you run the C18 Upgrade setup and select the same directory you created/selected before.
Your installation will now begin installing the full C18 package.