Template matching code using cross co relation technique
标签: technique Template matching relation
上传时间: 2017-07-11
上传用户:lanjisu111
UMTS FDD Downlink Simulink Model Simulates UMTS Physical layer FDD for Downlink.
标签: Downlink UMTS FDD Simulates
上传时间: 2013-12-23
上传用户:ccclll
It is cross sample entropy code It will be helpful for nonlinear dynamics
标签: nonlinear dynamics entropy helpful
上传时间: 2013-12-10
上传用户:凤临西北
Android的Radio Interface Layer (RIL)提供了电话服务和的radio硬件之间的抽象层。Radio Interface Layer RIL(Radio Interface Layer)负责数据的可靠传输、AT命令的发送以及response的解析。应用处理器通过AT命令集与带GPRS功能的无线通讯模块通信。AT command由Hayes公司发明,是一个调制解调器制造商采用的一个调制解调器命令语言,每条命令以字母"AT"开头。
上传时间: 2013-12-10
上传用户:pinksun9
Retrieving list of known operators using Radio Interface Layer (RIL) Windows Mobile
标签: Retrieving Interface operators Windows
上传时间: 2014-12-02
上传用户:sqq
HIPERLAN/2 physical layer standard
标签: HIPERLAN physical standard layer
上传时间: 2014-01-20
上传用户:love_stanford
this is the second part of introducing wimax and its physical layer
标签: introducing physical second layer
上传时间: 2014-11-26
上传用户:zhengjian
A simple One layer perceptron classifier written in CSharp and using the AForge framework
标签: classifier perceptron framework written
上传时间: 2013-12-06
上传用户:13160677563
the whole physical layer of wimax 802.16
标签: physical 802.16 layer whole
上传时间: 2014-12-07
上传用户:xmsmh
1、将makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include 路径改为你宿主机上的。 2、#make,来编译驱动模块。 3、#export PATH=$PATH:/usr/local/arm/2.95.3/bin //取决于你宿主机上的交叉编译工具路径 #arm-linux-gcc -o gpio_test gpio_test.c //编译应用程序 最终在你的当前文件夹下会生成gpiodrv.o与gpio_test两个文件。 4、#mkdir /tmp/1 5、通过ftp的方法,把gpio_test与gpiodrv.o文件下载到你的开发板上的/tmp/1目录中。 6、#mknod /dev/gpio c 220 0 //创建文件节点 #insmod gpiodrv.o #chmod +x gpio_test #./gpio_test 然后,就可以看到四个LED灯在闪烁了。:)
标签: local arm-linux usr makefile
上传时间: 2017-08-03
上传用户:zhouchang199