-
Algorithm-Collections-for-Digital-Signal-Processi
[eBook] Algorithm collection for DSP book
- 2012-06-12 21:16:00下载
- 积分: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
-
armiju
This Matlab code implements Cauchy s steepest descent method using Armijo stepsize rule
- 2015-04-01 11:00:53下载
- 积分:1
-
mmse_siso
mmse algorithm in ofdm matlab code
- 2012-04-24 21:17:40下载
- 积分:1
-
cubic
Here the syms toolbox is used and if you try to print any other values than lambda then MATLAB will print the value in fractions and that is unavoidable. So if you need to know the value in decimal, then use the command vpa() on command window
- 2015-02-12 16:32:54下载
- 积分:1
-
matlabtool
雷达工具箱,matlab实现的,内涵上百工具例程,在雷达仿真时,使用很方便(Radar toolbox, matlab implementation, meaning hundreds of tools for routine
)
- 2011-05-20 16:53:09下载
- 积分:1
-
dip_sythetic_seismogram
自编的倾斜岩层的合成地震记录。最终生成图像。地球物理与地震学。(Synthetic seismograms tilted strata of self. The resulting image.)
- 2021-03-31 11:49:09下载
- 积分:1
-
GPSmatlabs
matlab file for gps
- 2013-12-21 06:36:59下载
- 积分:1
-
ofdm_channel
ofdm channel using and measure of PSNR
- 2014-02-06 00:22:03下载
- 积分:1
-
matlab画污染物浓度时间序列图-timeseriesforpm
可用matlab画污染物浓度时间序列图。(timeseries for pm)
- 2020-07-01 09:40:02下载
- 积分:1