-
matlab-work
f=zeros(30,30)
f(5:24,13:17)=1
imshow(f, notruesize )
F=fft2(f,256,256)
F2=fftshift(F)
figure,imshow(log(abs(F2)),[-1 5], notruesize )
- 2010-11-20 17:07:18下载
- 积分:1
-
RLS
通信中所用的一种递归RLS算法,用于建模(Communication used in a recursive RLS algorithm for modeling)
- 2009-05-27 06:02:03下载
- 积分:1
-
bp2&3
两个程序:2层BP网络以及3层BP网络实现的函数逼近。(Two procedures: 2-layer BP network, as well as 3-layer BP network s function approximation.)
- 2006-05-23 11:21:02下载
- 积分:1
-
WSN
its a mat lab code for WSN-MAC
- 2013-10-22 10:01:42下载
- 积分:1
-
IONORT_0_7_2
说明: 电离层射线追踪模型:计算射线在电离层中的传播路径(Ionospheric ray tracing model: calculating ray paths in the ionosphere)
- 2021-03-12 10:20:26下载
- 积分:1
-
Euler
说明: Euler method for differential equation
- 2019-02-06 22:49:21下载
- 积分: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
-
SNN-Math5.0
snn算法 用matlab实现(snn algorithm using Matlab achieve ... ... ... ... ... )
- 2020-07-08 15:38:56下载
- 积分:1
-
kalmanfilter
说明: 此文件是关于卡尔曼滤波器的算法的matlab文件,通常改变其中的参数能够进行不同的仿真。在研究信号方面或者进行定位能用到(This file is on the Kalman filter algorithm matlab file, typically change the parameters of which can be a different simulation. Signals in the study or can be used to locate)
- 2010-04-12 19:02:55下载
- 积分:1
-
NewFolder
some code related to convolution and quadratic equation solutions
- 2010-08-13 20:01:27下载
- 积分:1