-
HarrisJiaoDianJianCe
harris角点检测 用于特正点的检测 使用harris算法(harris corner detection for special use precisely the detection algorithm harris)
- 2007-04-26 20:13:41下载
- 积分:1
-
RS232dev6.5-1.2.2
基于matlab/simulink 编写RS232串口调试软件(to write the RS232 serial communication program by matlab/simulink.)
- 2012-04-17 21:28:18下载
- 积分:1
-
ws_net
小世界网络,可以生成网络图,可以自己设置网络(The small-world network, can generate a network diagram, you can set up their own network)
- 2013-04-09 16:24:21下载
- 积分:1
-
OFDM_simple_simulation
仿真产生OFDM信号;通过信道;实现解调。子载波用16QAM调制。(Simulation generate OFDM signals through the channel achieve demodulation. Subcarriers with 16QAM modulation.)
- 2013-12-01 14:29:10下载
- 积分:1
-
H-02prgrams
matlab code for averaging data time series
- 2011-11-16 02:12:17下载
- 积分:1
-
normal_before
filters operating condition
- 2012-01-24 22:08:25下载
- 积分:1
-
K_distribution
用matlab仿真k分布雷达杂波,并进行处理(K-distribution radar clutter processing)
- 2016-04-24 11:12:31下载
- 积分:1
-
fmmod
uses the message signal X to modulate the carrier frequency Fc (Hz) and sample frequency Fs (Hz), where Fs >
2*Fc. FREQDEV (Hz) is the frequency deviation of the modulated signal.
- 2007-10-22 15:47:00下载
- 积分:1
-
simulink
tests on simulink-matlab, crating filters parallel or cascade
- 2010-03-04 18:42:07下载
- 积分: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