-
moshishibieyuanma
这是在研究神经网络的过程中,自己编写的用于模式识别的MATLAB源代码,相信对于神经网络的学习者有帮助,其中也给了测试数据! (This is the study of neural networks in the process of their preparation for the MATLAB source code for pattern recognition, neural networks and I believe that learners be helpful, which also gave the test data!)
- 2009-10-08 15:05:33下载
- 积分:1
-
lc_2
一种分析混沌信号的多重分形谱的简单程序,尤其分析网络流量中尤为有效
- 2009-05-26 20:21:56下载
- 积分:1
-
myfl
盲源分离的一个很好的例子,可以仿真出来用,稍微修改即可用到多处!(A good example of blind source separation, can be simulated to use, to modify slightly used at many points。
)
- 2013-04-24 14:34:56下载
- 积分:1
-
filter
M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi
Np=100 Ns=100
weightp=1 weights=100 通带和阻带的加权系数
WpN=linspace(0,Wp,Np)
WsN=linspace(Ws,pi-0.05,Ns)
Wm=[WpN WsN]
p=[ones(1,50),ones(1,50)/2]
d=[p,zeros(1,Ns)]
W=diag([weightp*ones(1,Np),weights*ones(1,Ns)])
C=cos(Wm*[0:J])
Q=diag(cos(Wm*0.5))
g=(W*Q*C)(W*d) g=g
h=(g(J:-1:2)+g(J+1:-1:3))/4
h=[g(J+1)/4 h g(1)*0.5+g(2)/4]
h=[h fliplr(h)] W=linspace(0,pi-0.1,512)
H=freqz(h,1,W)
plot(W/pi,20*log10(abs(H)))
(filter design)
- 2013-05-18 20:47:33下载
- 积分:1
-
miv
针对双基阵提供的有偏方位角量测信息,对双基阵纯方位目标可观测性的必要条件及其Cramer-Rao下限
进行了理论推导.在此基础上,采用一种新的辅助变量方法对双基阵纯方位跟踪性能进行改进,并在可观测条件下对
目标进行了蒙特卡洛仿真实验.实验结果表明,新的辅助变量方法可以使参数估计精度大大提高,并且上述理论对制
定实际的跟踪策略或算法具有一定的参考价值
(For double-base matrix provided biased information azimuth measurement of double-base bearings-only target array may be a necessary condition for observability and Cramer-Rao lower limit of the theoretical derivation. On this basis, a new auxiliary variable method of double-base bearings-only tracking array to improve performance and can be observed under the condition of targets Monte Carlo simulation. The experimental results show that the new auxiliary variable method can greatly improve the accuracy of parameter estimation and the formulation of the above-mentioned theory tracking the actual strategy or algorithm has certain reference value)
- 2008-04-18 01:29:13下载
- 积分:1
-
zzwork_f1
此方法可以实现空间加权的复杂网络的相关图形的仿真(this method can achieve space weighted complex network of related graphics simulation)
- 2007-05-17 22:36:59下载
- 积分:1
-
plot--ecg
bsp_plot ECG
this is code for plot ECG
- 2014-04-29 12:55:07下载
- 积分:1
-
kalmanwuweizhi
基于卡尔曼滤波的永磁同步电机无位置传感器矢量控制仿真。(Based on Kalman Filter PMSM sensorless vector control simulation.)
- 2021-04-26 20:48:45下载
- 积分:1
-
trajectory_3Types
Three different kinds of trajectory generators. including linear simple.Linear accelerated. and circular
- 2013-01-14 18:58:20下载
- 积分:1
-
newton
Numerical Methods Newton-Raphson
- 2014-01-05 22:50:23下载
- 积分:1