-
OFDM_matlab
cornell大学一篇关于OFDM仿真的论文(含matlab程序)(cornell University, a paper on the OFDM simulation (with matlab program))
- 2010-09-03 23:34:14下载
- 积分:1
-
CBMM1D_0
一维配点型无网格算法matlab程序,以一维单位长度杆为例子。(ONE DIMENSIONAL Collocation-based MESHLESS PROGRAM FOR SOLVING A 1D BAR OF UNIT LENGTH SUBJECTED TO A LINEAR BODY FORCE OF MAGNITUDE X WHOSE EXACT SOLUTION IS GIVEN BY u = (x/2- x^3/6)/E)
- 2013-03-24 14:15:03下载
- 积分:1
-
G_mean
说明: 计算常用指标Gmean,F-score,sensitivity,specificity,precision,roc和auc曲线,输入test_label,predict_label两个列向量,即可获得以上指标(calculate some indexes)
- 2019-05-26 14:56:30下载
- 积分:1
-
heatkernel
说明: 用matlab实现的热核在路由及网络拓扑上的分析(Using matlab to achieve thermonuclear in routing and network topology analysis)
- 2010-04-20 12:54:47下载
- 积分:1
-
filtro_pasabajo.m
Implementation of filter
- 2011-09-19 20:31:08下载
- 积分:1
-
Fisher
说明: 使用Fisher 现行判别函数对给定的样本进行训练,对于两类,Fisher线性判别函数很好做,就是 w = Sw (m1 - m2), 其中:Sw为总类内离散度矩阵, m1, m2, 为两个模式类的均值(Fisher discriminant function using the current sample of a given training for two, Fisher linear discriminant function is well done, that is, w = Sw ' (m1- m2), where: Sw of the total within-class scatter matrices, m1, m2, the mean value for the two pattern class)
- 2010-03-19 11:27:22下载
- 积分:1
-
greedy
贪婪算法,用于优化调度,本算法为通用性算法 可以进行细微修改即可用于自己的编程使用(Greedy Algorithm (GA) is used for the uation of the same case presented for the
Branch and Bound method in Section 5.2. Particular heuristic criteria are created to
choose the new solution point for each step of the algorithm.)
- 2015-04-16 14:09:48下载
- 积分:1
-
diversity
five script.m for
1. BER in Rayleigh fading channel with MRC
2. BER in Rayleigh fading channel with EGC
3. BER in Rayleigh fading channel with selection
4. BER in Rayleigh fading channel with alamoutistbc
5. BER in Rayleigh fading channel with beamforming
- 2010-02-08 22:57:58下载
- 积分:1
-
L5
说明: programm for solving mathfyz
- 2014-12-13 00:06:01下载
- 积分:1
-
06-02-2015_05-43-24
c++ lession
10 chapters
Implement a template class EnhancedSafeArray, which is a type of SafeArray. The class SafeArray implementation is given in safearray.h. Class SafeArray is a class that wraps a regular C++ array. It is considered a safe array class since it handles out of bounds array indexing through exception handling. Your class EnhancedSafeArray will augment the class SafeArray by supporting a copy constructor, a method to return the size of the array, an assignment operator, and an equality test operator.
- 2015-02-23 23:58:22下载
- 积分:1