-
11
说明: matlab科学计算继续上传,一共10个章节,由浅入深,几乎包括了绝大部分的科学计算方法以及仿真。本人把部分算法做了优化,更为完善(matlab scientific computing continue to upload, a total 10 chapters, easy-to-digest, almost, including most of the scientific method of calculation and simulation. I have done a part of algorithm optimization, a more perfect)
- 2008-12-25 16:32:52下载
- 积分:1
-
tt
说明: 迎着早晨的朝阳龙求凤长长的伸了一下懒腰,突然闻到一股香风向他袭来,闻着这熟悉的香味,知道这是他心爱的师柔身上的发出的迷人香味,转过身去将心爱的人儿紧紧地搂在怀里,"柔儿,怎么这么早就起来了,你的身体刚刚才好,应该多多休息一下。"(Demand facing the morning sun dragon phoenix long stretched a bit lazy waist, suddenly, he smelt a fragrant wind hit, smell the familiar fragrance, know that this is his favorite teacher charming issued soft body scent, turned to a loved one child tightly in his arms, " Rou Er, how so early up, just go about your body, it should be lot of rest." )
- 2010-03-03 14:43:27下载
- 积分:1
-
longcode
关于rake接收机原理仿真,包括性噪比的对照,误码率大小的比较。(Rake receiver on the principle of simulation, including the control of noise ratio, bit error rate of the size of the comparison.)
- 2011-05-05 16:18:36下载
- 积分:1
-
all
汽车动力性,燃油经济性计算,基于MATLAB计算的,汽车理论相关内容。(Automotive power, fuel economy calculation)
- 2013-11-25 13:12:57下载
- 积分:1
-
my_NLMS_good
自己编写的基于nlms的回波消除算法,直接能运行(I have written based nlms echo cancellation algorithm can be run directly)
- 2013-12-04 16:08:55下载
- 积分:1
-
course
说明: 4096阶QAM调制解调 matlab仿真(matlab 4096 QAM modulation)
- 2020-09-08 23:58:06下载
- 积分:1
-
SNRmusic12345
实现MUSIC谐波分解,对于多个频率的估计(Realize MUSIC harmonic decomposition)
- 2010-12-07 21:18:43下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1
-
xishucunchu
程序实现对电网络的稀疏存储技术,避免存储Y阵,同时实现了元素的在稀疏存储中得查找功能。(Program sparse electricity network storage technology, Avoid storing Y array, the elements have to find the sparse storage function.)
- 2012-03-14 19:11:16下载
- 积分:1
-
SPARSE-SAR
SAR图像的稀疏表示的重要示例,有样本的SAR图像可以调用(The representation of sar images.Including the datnadard images.)
- 2015-12-28 21:39:40下载
- 积分:1