-
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
-
psd_boc
伽利略BOC(1,1)信号和GPS C/A码信号的功率谱密度的比较(Comparison of power spectral density of the Galileo BOC (1,1) signal and the GPS C/A code signal)
- 2016-09-08 10:07:22下载
- 积分:1
-
2020060804
说明: Guide界面,录制音频、同时播放背景音乐,显示时域图像和频域图像,分析节奏和音准,用于评分(Made a Guide interface to record audio and play the background music at the same time. Display time domain images and frequency domain images. Analyze the rhythm and intonation to score the recorded audio.)
- 2020-06-19 22:31:39下载
- 积分:1
-
Gaussian-elimination-method
GUASS 基本消元法及列选主元素消元法Matlab 算法程序实现(Gaussian elimination method)
- 2011-12-17 23:47:35下载
- 积分:1
-
1000-0054(2011)09-1234-05
基于压缩感知过程的语音增强,很好的文章。(Speech enhancement based on compressive sensing)
- 2014-02-01 19:32:07下载
- 积分:1
-
biancheng4
这个代码可以画出一个具有一定倾角的规则长城(This code can draw a certain angle with the rules of the Great Wall)
- 2014-01-02 15:49:24下载
- 积分:1
-
SRGUI
Super resolution process using some different method. Thanks to Bahadir Gunturk for the original source.
- 2009-11-20 09:57:20下载
- 积分:1
-
real_track
real track for the objective in wsn using target tracking way
- 2011-11-01 23:00:40下载
- 积分:1
-
Spatial-domain-image-processing
运用多种手段进行空间域图像处理,有图片以及相关文档(The use of various means of spatial domain image processing, there are pictures and related documents)
- 2014-12-18 08:44:24下载
- 积分:1
-
selectiverepeat(2)
Selective repeat network protocol
- 2010-09-18 22:46:56下载
- 积分:1