load initial_track s; % y:initial data,s:data with noiseT=0.1; % yp denotes the SAmple value of position% yv denotes the SAmple value of velocity% Y=[yp(n);yv(n)];% error deviation caused by the random acceleration % known dataY=zeros(2,200);Y0=[0;1];Y(:,1)=Y0;A=[1 T 0 1]; B=[1/2*(T)^2 T]';H=[1 0]; C0=[0 0 0 1];C=[C0 zeros(2,2*199)];Q=(0.25)^2; R=(0.25)^2;
上传时间: 2014-12-28
上传用户:asaqq
针对UHF读写器设计中,在符合EPC Gen2标准的情况下,对标签返回的高速数据进行正确解码以达到正确读取标签的要求,提出了一种新的在ARM平台下采用边沿捕获统计定时器数判断数据的方法,并对FM0编码进行解码。与传统的使用定时器定时采样高低电平的FM0解码方法相比,该解码方法可以减少定时器定时误差累积的影响;可以将捕获定时器数中断与数据判断解码相对分隔开,使得中断对解码影响很小,实现捕获与解码的同步。通过实验表明,这种方法提高了解码的效率,在160 Kb/s的接收速度下,读取一张标签的时间约为30次/s。 Abstract: Aiming at the requirement of receiving correctly decoded data from the tag under high-speed communication which complied with EPC Gen2 standard in the design of UHF interrogator, the article introduced a new technology for FM0 decoding which counted the timer counter to judge data by using the edge interval of signal capture based on the ARM7 platform. Compared with the traditional FM0 decoding method which used the timer timed to SAmple the high and low level, the method could reduce the accumulation of timing error and could relatively separate capture timer interrupt and the data judgment for decoding, so that the disruption effect on the decoding was small and realizd synchronization of capture and decoding. Testing result shows that the method improves the efficiency of decoding, at 160 Kb/s receiving speed, the time of the interrogator to read a tag is about 30 times/s.
上传时间: 2013-11-10
上传用户:liufei
Logger iButton devices have gained a lot of popularity with researchers. Although free evaluation software is easy to use and welldocumented, the choices and inputs that need to be made can sometimes be challenging. This application note explains technicalterms that are common with temperature logger iButtons and how they relate to each other. Additionally, it presents an algorithm tohelp users choose the necessary input parameters, including the SAmple rate based on a user's needs and the available memory tostore the data.
上传时间: 2013-11-16
上传用户:xywhw1
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. I ve included the SAmple code and makefile that I used for the Linux test. The demo, however, was written with Visual C++ 6 on a Windows 2000 platform.
标签: L. Professor algorithm developed
上传时间: 2014-12-21
上传用户:gonuiln
(其中已经包含5个源码)所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序, 输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt ,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件SAmple Patmat.c 基于遗传算法提取基元图形源程序
上传时间: 2014-01-11
上传用户:13215175592
Setting up an ADOCE project using Visual C++ 6.0 is rather simple. Assuming that you have downloaded and installed the ADOCE SDK from Microsoft, you are ready to use it in your Windows CE Database applications. The SAmple that I have provided is a *very* simple one illustrating how to instantiate the proper COM objects, and the basics of how to interface with them (in a very simple example)
标签: downloaded Assuming Setting project
上传时间: 2015-01-16
上传用户:阳光少年2016
工具分类:攻击程序 运行平台:Windows 工具大小:7577 Bytes 文件MD5 :28f6d5f4d818438522a3d0dc8a3fa46b 工具来源:securiteam.com // GDI+ buffer overrun exploit by FoToZ // NB: the headers here are only SAmple headers taken from a .JPG file, // with the FF FE 00 01 inserted in header1. // SAmple shellcode is provided // You can put approx. 2500 bytes of shellcode...who needs that much anyway // Tested on an unpatched WinXP SP1
标签: 818438522a d818438522 securiteam 818438522
上传时间: 2015-01-20
上传用户:Late_Li
这是写GBABOX前写的一个delphi程序,可以将提取小汉字库并将其转成C格式的文件,包内已经包括了SAmple文件,有12点阵与16点阵的。因为偷懒所以没有做界面,你只要将含有全部汉字文本的一个列表拖到hzk2gba.exe上便可自动生成。
上传时间: 2015-02-23
上传用户:虫虫虫虫虫虫
一 简单介绍 多文件打包工具 可以将多个文件组合成1个文件,使开发,管理资源更有效率。 二 使用方法 本工具使用2种格式。idx,wap idx格式 文件索引表。用来保存当前工作环境。 wap格式 包文件。将目录中的文件最终打包。 三 包文件使用 请看GsWrap.h和GsWrap.c SAmple是一个利用该工具显示图片的演示 , 有一定代表性 四 联系我 如果使用过程中有问题,请和我联系 huangyz@citiz.net
标签: 组合
上传时间: 2015-02-28
上传用户:star_in_rain
This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.CPP. SAmple data isfound in KM2.DAT. The KMEANSprogram accepts input consisting of vectors and calculates the givennumber of cluster centers using the K-means algorithm. Output isdirected to the screen.
标签: implementing directory algorithm contains
上传时间: 2014-01-27
上传用户:maizezhen