-
6787990
Single Underwater Image Enhancement with a New Optical Model
- 2017-05-11 19:54:12下载
- 积分:1
-
emd functions
说明: 对于给定的信号数据,用emd进行信号分解得到固有模态函数imf(implement emd to obtain imfs)
- 2021-03-30 08:57:04下载
- 积分:1
-
Matlab
此为本人matlab学习笔记,从入门开始,手把手教你学会(the matlab self study)
- 2010-08-28 10:53:52下载
- 积分:1
-
Exercise4
exercise 4 for icarnegie ssd4
- 2013-12-04 03:08:33下载
- 积分:1
-
Stell-detection
good resource file for the iron ball detection.It introduces the good method for the researcher.
- 2013-12-28 07:44:54下载
- 积分:1
-
ModulationCapacity
modulation channel capacity
- 2010-02-23 14:41:36下载
- 积分:1
-
pulse_simulation_of_LFM_radar
本软件是线性调频(LFM)脉冲压缩雷达仿真系统的一部分,具有典型性和实用性,希望对搞雷达仿真的朋友们有所帮助。(the software of linear frequency modulation (LFM) radar pulse compression part of the simulation system, classic and practicality, and I hope to engage the radar simulation friends help.)
- 2007-03-26 15:49:59下载
- 积分:1
-
gengerate_sfnet
按照文献《complex networks》中192-193页方法生成的scale free network,有详细注释。此方法有助于理解scale free network的生成原理,并画出了P(k)图,可以自己验证r值是否正确。(According to literature " complex networks" in the 192-193 page method to generate the scale free network, with detailed notes. This approach helps to understand the generation of scale free network theory, and plotted the P (k) diagram, you can verify their r value is correct.)
- 2011-08-03 09:25:45下载
- 积分:1
-
S-function
S函数的编写,对于一个学控制的同学和MATLAB的同学很有用的(The preparation of S-function, a learning control for students and the students very useful MATLAB)
- 2011-11-13 16:03:35下载
- 积分: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