-
FullSearch
Full search algorith
- 2010-06-24 19:12:34下载
- 积分:1
-
accumulate
说明: 我自己完成的MATLAB仿真雷达视频积累程序,提供给大家一起来探讨,大家也来卡那看看这么样
(I completed the MATLAB simulation radar video accumulation procedures, and providing an up to you to explore, we have to look at the card so it kind)
- 2005-09-15 21:04:08下载
- 积分:1
-
zhengzhidong-kongshipuguji
空间谱估计(郑志东) 的程序 很多章 全(
Spatial spectrum estimation (Zheng Zhidong) program many chapters all)
- 2013-09-06 16:17:12下载
- 积分:1
-
Matlab-rkkt
基于龙格库塔法的Matlab数值积分函数(Runge-Kutta numerical method based on Matlab integral function)
- 2013-12-04 11:02:05下载
- 积分:1
-
sparsify_0_4
sparsify is a set of Matlab m-files implementing a range of different algorithms to calculate sparse signal approximations. Currently sparsify contains two main sets of algorithms, greedy methods (collected under the name of GreedLab) and hard thresholding algorithms (collected in HardLab). See ALGORITHMS below for a list of available algorithms.(sparsify is a set of Matlab m-files implementing a range of different algorithms to calculate sparse signal approximations. Currently sparsify contains two main sets of algorithms, greedy methods (collected under the name of GreedLab) and hard thresholding algorithms (collected in HardLab). See ALGORITHMS below for a list of available algorithms.)
- 2010-07-19 08:34:30下载
- 积分:1
-
FrostFilter
Frost 滤波器代码,一个印度人仿真的V.S Frost 于1982年提出的Frost 滤波器,参考文献A Model for Radar Images and Its Application to Adaptive Digital (Frost_filter code Simulated by an Indian References VS Frost, " A Model for Radar Images and Its Application to Adaptive Digital Filtering of Multiplicative Noise," IEEE Trans Pattern Anal, Machine Intell.. ., vol. 4, no. 2, pp. 157-166,. 1982. Mar [http://dx.doi.org/10.1109/TPAMI.1982.4767223])
- 2014-01-10 12:27:24下载
- 积分:1
-
Channel_Estimation_in_OFDM_Systems
详细介绍基于OFDM的各种信道估计算法及其复杂度和适用性。(This application note gives an overview of the channel estimation strategies used in orthogonal frequency division multiplexing (OFDM) systems.)
- 2009-09-21 13:05:45下载
- 积分:1
-
matlab-roc
roc 曲线的画法源代码 方便广大初学者应用(PLOTROC Plot receiver operating characteristic)
- 2012-05-04 12:42:16下载
- 积分:1
-
eee
Nonlinear uncertain systems design of robust sliding-mode observer
- 2010-11-08 17:11:30下载
- 积分:1
-
lsm-rbf
说明: 一种最小二乘法的RBF网络
----------------------------------
radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。(radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。)
- 2011-04-13 10:26:06下载
- 积分:1