-
BAS_BP论文及代码
说明: 天牛须搜索算法优化bp神经网络的代码,天牛须是一个新提出的算法,有助于研究者研究学习(The search algorithm of Taurus whisker optimizes the code of BP neural network. Taurus whisker is a new algorithm, which is helpful for researchers to study)
- 2020-12-31 14:38:58下载
- 积分:1
-
jixianhuan
已知微分方程某某,讨论极限环。在matlab环境下运行(Certain differential equations are known to discuss the limit cycle. In the run under matlab)
- 2011-01-10 20:45:16下载
- 积分:1
-
shujufenxi
Matlab经典算法之数据分析,概率统计,回归等程序(Matlab classical algorithm of data analysis, probability and statistics, regression and other procedures)
- 2011-07-09 11:08:45下载
- 积分:1
-
OFDM-procedure
main函数调用的子函数均可以随意修改,使用方便
模块包括:流程控制模块、卷积编译码模块、交织解交织模块、调制解调模块、OFDM调制解调模块、信道模块(为多径rayleigh信道)、均衡模块
可以正常运行,绝对适合做OFDM研究使用,有详细的注释,我自己写的,很容易理解.
经典收藏!!
(The main function calls the subfunctions are free to modify, easy to use modules including: flow control module, convolution encoding and decoding module, interleaving solution intertwined module modem modules, the OFDM modem module, channel module (multipath rayleigh channel ), equalization module can operate normally, absolutely suitable for OFDM study used detailed notes, I wrote it myself, it is easy to understand. classic collection!)
- 2012-10-15 19:49:50下载
- 积分:1
-
durbin
用levionson_durbin算法求解lpc winner滤波器的最优系数并求预测误差(Levionson_durbin algorithm using lpc winner of the optimal filter coefficients and prediction error for)
- 2007-10-14 08:43:00下载
- 积分:1
-
koch_dopolemom
分形天线KOCH振子的生成,与mom矩量法分析其多频特性(Fractal Antenna KOCH oscillator generation, and the mom moment method analysis of their multi-frequency characteristics of)
- 2009-10-29 18:48:41下载
- 积分:1
-
SAR1
雷达采用匹配滤波完成脉冲压缩,采集频率fs=420MHz,仿真雷达回波,并绘出加Hamming窗前后的脉压波形。目标如图所示由(-5,-2),(0,5)和(6,-7)三个散射点组成,散射强度分别为(1,2,5),雷达位于(-5000,0)处(The completion of the radar pulse compression using matched filtering, collecting the frequency fs = 420MHz, simulation of the radar echo, and draw the Hamming window plus post-pulse pressure waveform. Targets as shown by (-5,-2), (0,5) and (6,-7) three scattering dots, scattering intensity, respectively (1,2,5), radar at (-5,000, 0), Office of)
- 2009-12-07 16:35:47下载
- 积分:1
-
MAIN_ISA_ALGORI
THIS CODE ILLUSTRATE ITERATIVE SIGNATURE ALGORITHM VERY GOOD CODE TO EXPLAIN THE IDEA GOOD FOR BEGINNERS IN MATLAB
- 2011-05-14 16:17:36下载
- 积分:1
-
equal-area-critirea
E=input( enter the generator voltage: )
V=input( enter the infinite bus voltage: )
Gx=input( enter the reactance of generator: )
L1x=input( enter the line reactance: )
L2x=input( enter the line reactance: )
L3x=input( enter the line reactance: )
L4x=input( enter the line reactance: )
Pi=input( enter the input power: )
X1=Gx+L1x+((L2x*L3x)/(L2x+L3x))+L4x
Pm1=E*V/X1
DO=asin(Pi/Pm1)
A=((L2x*L3x)/(2*(L2x+L3x)))
C=A
B=((L3x/2)^2)/(L2x+L3x)
X2=(Gx+L1x+A)+(L4x+A)+(Gx+L1x+A)*(A+L4x)/B
Pm2=(E*V)/X2
X3=Gx+L1x+L2x+L4x
Pm3=(E*V)/X3
DC=input( enter the fault clearing angle: )
Dm=(3.14-asin(Pi/Pm3))
a1=quad( sin ,DO,DC)
A1=(Pi*(DC-DO)-Pm2*a1)
a2=quad( sin ,DC,Dm)
A2=Pm3*a2-Pi*(Dm-DC)
if(A2>=A1)
disp( the system is stable )
else
disp( the system is unstable )
end
Dcc=acos((Pi*(Dm-DO)-Pm2*(cos(DO))+Pm3*(cos(Dm)))/(Pm3-Pm2))
disp( critical clearing angle: )
Dcc
- 2012-09-11 22:46:05下载
- 积分:1
-
Minimum-path
数学建模中用来解决最小路径的问题的matlab程序(Mathematical modeling is used to solve the problem of the minimum path matlab program)
- 2014-01-23 20:48:50下载
- 积分:1