-
tracking
目标追踪小程序!是入门级的基础基础小程序。。。非常简单,适合刚刚接触的新手或学生。(the source code of tracking)
- 2012-05-30 14:54:59下载
- 积分:1
-
polyphase
基于FPGA的IIR多相滤波器设计,利用多相滤波器完成对信号的处理(FPGA-based IIR polyphase filter design)
- 2015-04-09 14:44:13下载
- 积分:1
-
angle2
Gpr new transmiter for better detection
- 2011-06-11 15:38:33下载
- 积分:1
-
cum3est
通过输入相关参数,实现三阶累积量的求法。从而避免复杂的计算过程。(By input parameters, the third order cumulant method. To avoid complex calculation process.
)
- 2013-08-03 11:11:28下载
- 积分:1
-
BA
说明: 利用python来构建一个BA无标度网络模型,可以更改参数(Using Python to build a BA scale-free network model, parameters can be changed)
- 2019-12-03 10:11:09下载
- 积分:1
-
radar-system-analysis-and-design
本文件提供了雷达系统分析与设计一书配套的全部仿真代码,方便读者对于该书籍的进一步学习。(This document provides radar system analysis and design of a book supporting the whole simulation code, the convenience of the reader for further learning of the books.)
- 2015-02-26 15:19:18下载
- 积分:1
-
domp
omp 算法 你可以通过这个算法完成图像恢复,效果好,恢复时间短,误码率低,解决凸优化算法复杂度高的缺点(omp algorithm you can accomplish by this algorithm for image restoration, good effect, shorter recovery time, error rate, to solve the shortcomings of convex optimization algorithm with high complexity)
- 2014-01-13 20:52:13下载
- 积分:1
-
CDMA
MATLAB软件在CDMA通信系统仿真中的应用(MATLAB software in the CDMA communication system Simulation)
- 2010-05-20 17:48:07下载
- 积分:1
-
gm11
function exp85
clear all
p=[0:0.1:1.1]
t=[22.4570 26.6012 12.6416 5.9367 6.9265 28.2432 31.5068 37.0166 7.8947 1.0398 12.7095]
net=newff([0 1],[5 1],{ tansig purelin }, traingdx , learngdm )
net.trainParam.epochs=2500
net.trainParam.goal=0.001
net.trainParam.show=50
net=train(net,p,t)
r=sim(net,p)
plot(p,t,p,r, * )
y=sim(net,[1.2])
- 2012-04-26 12:14:11下载
- 积分:1
-
rk
说明: rung-kutta 4
he inputs func, x0 and y0 define an IVP y = func(x,y), y(x0) = y0.
This provides an approximation to y(x0:h:xn) using fourth-order
Runge-Kutta method with step size h
- 2012-05-24 19:05:16下载
- 积分:1