-
SPForFA
Forward kinematics for Stewart Platform with fixed actuators
- 2011-06-01 07:10:54下载
- 积分:1
-
APSK-modulation-in-AWGN-channel
通过matlab仿真工具仿真分析了APSK调制方式在典型的加性高斯白噪声下的传输性能(Through simulation matlab simulation tool analyzes APSK modulation in a typical additive white Gaussian noise transmission performance)
- 2013-11-20 16:12:45下载
- 积分:1
-
OFDM仿真matlab
OFDM的matlab仿真 在学校里面做仿真实验的时候做的相关例程(OFDM matlab in school)
- 2019-01-25 19:45:43下载
- 积分:1
-
matlab7.0_1
matlab 7.0上册,还有下册,大家一起下载吧。很有用的数学工具。(matlab 7.0 on the books, as well as under the list and we can work together to download it. Useful mathematical tool.)
- 2007-12-27 11:25:35下载
- 积分:1
-
A_Star-path-planning-algorithm-demo
A_Star算法路径规划演示 包括完整的程序和仿真结果,可以运行(A_Star path planning algorithm demo includes a complete program and simulation results, you can run crorrect)
- 2015-04-07 18:51:21下载
- 积分:1
-
lowfir1
C code version of Matlab function fir1.m (lowpass only)
- 2010-08-13 17:46:05下载
- 积分:1
-
svmcgforclass
支持向量机(SVM)参数寻优的matlab文件(SVM parameter optimization)
- 2012-06-25 22:35:08下载
- 积分:1
-
核自适应滤波KAF备份
说明: 适用于初学者练习和入门,里面有几种基础算法的源码和练习版本,需要对照书去学习(Suitable for beginners and beginners, there are several basic algorithm source code and exercise version, need to learn the reference book)
- 2020-08-07 11:30:51下载
- 积分:1
-
bandpass3
FIR带通滤波器的设计程序,参数见程序内容(FIR band-pass filter design, process parameters, see)
- 2009-04-04 18:07:14下载
- 积分:1
-
diguishenjing
递归算法 [1 1 1 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 1 1 0 0 1 1 1 1 0]
t=[0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1]
给权值赋初值
w1=eye(5,10)
w2=eye(10,5)
wr=eye(10,10)/3
wobias=eye(6,5)/4
wbias=eye(6,10)/3
x=ones(6,10)/3
ww2=zeros(10,5)/6
ww1=zeros(5,10)/6
wwr=zeros(10,10)/6
wwobias=zeros(6,5)/5
wwbias=zeros(6,10)/4
g=[1 1 1 1 1]
f=[1 1 1 1 1 1 1 1 1 1] (Recursive algorithm)
- 2011-05-21 16:44:22下载
- 积分:1