-
BLDC_01
brushless direct current motor
- 2010-09-10 20:18:25下载
- 积分:1
-
FCMandKFCM
采用模糊聚类算法和加核模糊聚类算法进行医学图像的分割。采用matlab编程,界面处理较好。
(Using fuzzy clustering algorithm and processing of nuclear fuzzy clustering algorithm for medical image segmentation. Using matlab programming, interface, better handling.)
- 2009-11-20 15:12:32下载
- 积分:1
-
music
几种music算法,用于波束形成,很好用的(Several music algorithm for beamforming, good used)
- 2008-05-15 16:31:30下载
- 积分:1
-
back-smooth-MUSIC-code
前后向平滑MUSIC算法。通过平滑,提高了分辨率(Before and after smoothing MUSIC algorithm. By smoothing to improve the resolution)
- 2013-12-05 22:32:38下载
- 积分:1
-
CPFSK
MATLAB仿真CPSFK,请大家参考。(MATLAB simulation CPSFK, please refer to.)
- 2008-12-12 19:06:37下载
- 积分:1
-
liusiqam
六十四QAM调制解调器,实现星座映射解映射(64QAM encoder)
- 2010-10-17 18:53:09下载
- 积分:1
-
response-program
upload my files in response time in matlab coding
- 2013-04-05 18:47:05下载
- 积分:1
-
cell
图像处理,用matlab编程,细胞边缘检测及癌细胞的识别!(Image processing, using matlab programming, cell edge detection and identification of cancer cells!)
- 2007-09-01 15:00:16下载
- 积分:1
-
User_guide_of_SOPC_experiment_based_on_matlab_and_
SOPC基于MATLAB与DSP_Builder设计技术实验使用说明(User_guide_of_SOPC_experiment_based_on_matlab_and_DSP_Builder)
- 2009-11-11 15:07:07下载
- 积分:1
-
bisection
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.
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) STOP.
- 2011-11-23 09:46:51下载
- 积分:1