-
GA-MOO
Genetic Algorithm for multi objective optimization
- 2014-11-26 12:59:46下载
- 积分:1
-
MICROGRID_PV_Wind
matlab很好的微电网算法实例 可以在matlab上运行(Matlab a good example of a microgrid algorithm can run on MATLAB)
- 2021-04-23 16:38:48下载
- 积分:1
-
matlab_random_function
matlab相关随机过程函数,产生随机数等等(matlab random process related to function, generate random numbers and so on)
- 2009-02-14 00:16:04下载
- 积分:1
-
jueceshu
从网络上搜集的决策树源码,包括C4_5、ID3、CART_iris三个源码,供大家一起学习研究。(Decision tree collected from the network source, including C4_5, ID3, CART_iris 3 source for study and research with everyone.)
- 2020-10-29 14:39:56下载
- 积分:1
-
fldc_d_4_as
基于分数低阶协方差仿真的时延估计问题,其基本思想是利用两个接收信号的相关函数来估计时间延迟。(Based on the scores of low-level simulation of time delay covariance estimation problem, the basic idea is to use of the two received signal correlation function to estimate the time delay.)
- 2008-04-06 16:09:35下载
- 积分:1
-
EvaluateReversePolishNotation
Evaluate the value of an arithmetic expression in Reverse Polish Notation.
Valid operators are +, -, *, /. Each operand may be an integer or another expression.
Some examples:
[ 2 , 1 , + , 3 , * ] -> ((2 + 1) * 3) -> 9
[ 4 , 13 , 5 , / , + ] -> (4 + (13 / 5)) -> 6
分析:这一题就是写程序计算逆波兰式的结果,遍历表达式,碰到操作数入栈,碰到操作符就从栈顶取出两个操作数,再将计算后的结果入栈,最后栈中剩余的唯一操作数就是计算结果。(. Evaluate the value of an arithmetic expression in Reverse Polish Notation Valid operators are+,-,*,/Each operand may be an integer or another expression Some examples:.. [" 2" , " 1" , " +" , " 3 " ," * " ]-> ((2+ 1)* 3)-> 9 [" 4 " ," 13 " ," 5 " ," /" ," + " ]-> (4+ (13/After this problem is to write a program to calculate the inverse Polish results, iterate expression operand stack encounter, encounter operator to fetch two operands the stack, and then calculated as follows:> 6 Analysis- 5)) The results of the stack, the only remaining operand stack is the final calculations.)
- 2015-03-15 23:06:09下载
- 积分:1
-
ddc lowpass
说明: 中频信号正交采样(数字下变频)单频信号、 BPSK信号的低通滤波法(signal quadrature sampling (digital down conversion) for single frequency and BPSK signal use Low pass filtering)
- 2019-01-18 15:39:30下载
- 积分:1
-
遗传算法工具箱
说明: 这是《MATLAB智能算法30个案例分析》(第二版)第1章遗传算法的代码,书里面有配套的讲解,大家如果感觉不错的话,请多去官网买书(This is the code of genetic algorithm in Chapter 1 of "Matlab Intelligent Algorithm 30 Case Studies" (Second Edition). There is a supporting explanation in the book. If you feel good, please go to the official website to buy more books.)
- 2020-11-03 16:59:38下载
- 积分:1
-
Untitled7
mimo radar SINR plot vs doppler frequency
- 2010-11-15 21:43:46下载
- 积分:1
-
formant_tracker
Formant_tracker based on LPC Analysis
format:[formants]=formant_tracker(input,dimension,step,window_size,p,threshold)
- 2010-06-03 10:48:22下载
- 积分:1