-
BCHEncode
关于bch码的编码matlab程序。可以作为函数直接引用。(Bch code encoding matlab program. As a function reference.)
- 2012-08-17 17:16:56下载
- 积分:1
-
fft
全球导航系统中,软件接收机基带处理部分的捕获电路的算法仿真(FFT acquisition )
- 2013-03-28 10:17:48下载
- 积分:1
-
pall
鲍威尔算法,最优化算法,研究生学习,大家相互交流(Powell algorithm, optimization algorithms, graduate study, we exchange)
- 2013-11-30 11:17:46下载
- 积分:1
-
RBFNN
Three function for RBF neural network, using OLS,Rand and SGA
function [newcenter,sigma,W,yh,rmse]=rbfols(p,t,tol)
p 為輸入資料點,N×K矩陣,N是輸入資料維度,K是資料點數
t 為目標輸出值,1×K矩陣
tol 為指定容忍度或正確率
centers選定中心點,N×nc矩陣
sigma為 ? 值
W為輸出層權重,nc×1矩陣
yh為網路輸出值,1×K矩陣
rmse 為目標輸出值與網路輸出值之RMSE
- 2009-12-10 10:25:35下载
- 积分:1
-
MQG_PhaseUnwrap
说明: 用计算机模拟四步相移的数字全息图,并取得他的包裹相位(Computer simulation of the four-step phase shifting digital hologram, and made him the wrapped phase)
- 2011-03-18 21:14:00下载
- 积分:1
-
3busNR_try3
Power Flow 3-Bus system using Newton Raphson
- 2014-11-24 15:19:22下载
- 积分:1
-
新建文件夹
利用巴特沃斯滤波器,实现数字信号的频谱分析 ,包括幅值谱,相位谱,群延时谱(Spectrum analysis of digital signal)
- 2017-11-20 16:33:04下载
- 积分:1
-
fmcwpoint
点目标线性调频连续波fmcw差频信号仿真(Point target fmcw difference frequency signal simulation)
- 2021-04-08 20:49:00下载
- 积分:1
-
GA-MATLAB
关于遗传算法的一些介绍及其matlab程序(Program on genetic algorithm matlab)
- 2011-09-07 13:18:17下载
- 积分:1
-
RDPTA
Algorithm Given are P training pairs {X1,d1,X2,d2....Xp,dp}, where Xi is (n*1) di is (n*1) No of Categories=R. i=1,2,...P Yi= Augmented input pattern( obtained by appending 1 to the input vector) i=1,2,…P In the following, k denotes the training step and p denotes the step counter within the training cycle Step 1: c>0 , Emin is chosen, Step 2: Weights are initialized at w at small values, w is (n+1)*1. Counters and error are initialized. k=1,p=1,E=0 Step 3: The training cycle begins here. Input is presented and output computed: Y=Yp, d=dp Oi=f(wtY) for i=1,2,….R
Step 4: Weights are updated: wi=wi+1/2c(di-oi)Y for i=1,2,…..R. Step 5: Cycle error is computed: E=1/2(di-oi)2+E for i=1,2,…..R. Step 6: If p<P then p=p+1,k=k+1, and go to Step 3: Otherwise go to Step 7. Step 7: The training cycle is completed. For E=0,terminate the training session. Outputs weights and k. If E>0,then E=0 ,p=1, and enter the new training cycle by going to step 3.
- 2014-11-06 11:12:37下载
- 积分:1