-
work1
信号功率谱分析。方法五、六,在此以详细编写。(Signal power spectral analysis. Methods 5, 6, in this case to the elaboration.)
- 2009-10-20 23:06:10下载
- 积分:1
-
repetitive-control-for--inverter
分析了电压型控制模式下的逆变器并网的电路结构和数学模型,提出了基于重复控制技术的光伏逆变器并网控制策略,仿真和实验结果表明方案满足逆变器并网要求。(Voltage control mode inverter grid circuit structure and mathematical model is proposed based on repetitive control technology photovoltaic inverter grid control strategy, simulation and experimental results show that the program inverter to meet and network requirements.)
- 2013-04-27 15:36:28下载
- 积分:1
-
ucamusic
它是基于均匀圆阵的波达方向估计MUSIC算法程序。(It is DOA estimation based on uniform circular arrays MUSIC algorithm)
- 2010-12-25 11:39:10下载
- 积分:1
-
voice_activity_detection
说明: 关于语音信号端点检测的有用文献,主要介绍了关于端点检测的有关技术和方法(Endpoint detection of speech signals useful literature are introduced on the endpoint detection of the techniques and methods)
- 2010-04-17 16:54:24下载
- 积分:1
-
BPSK_Hamming
BPSK 加上了(7,4)汉民编码,误比特率统计(BPSK with the (7,4) Han coding, bit error rate statistics)
- 2010-12-30 21:19:58下载
- 积分:1
-
matlab-numerical-calculation
matlab用于数值计算的一些实例,包括常微分方程数值求解等。(examples of matlab numerical calculation)
- 2011-06-12 02:09:14下载
- 积分:1
-
evolution-game-matlab
一个演化博弈的小程序。非常有用。用matlab写的,非常非常有用。(a evolution game thoery simulation,a matlab program,it s very useful.really usefull,really really usefuly. kao,20 zifu?)
- 2013-09-08 14:26:05下载
- 积分:1
-
dac
digital to analog converter
- 2013-12-04 00:29:18下载
- 积分:1
-
Optimal
说明: 几个凸优化函数,用于解决非约束和带约束条件的凸优化问题(Several convex optimization function, for solving non-binding and the constrained convex optimization problem)
- 2010-04-29 21:09:47下载
- 积分:1
-
bisection_new
Step 1: Set i=1
FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2
FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then
OUTPUT(p)
STOP.
prepared by Razana Alwee
24
Algorithm
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p
FA=FP
else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,
No=’, No)
- 2011-11-23 09:49:57下载
- 积分:1