-
matlab
这事我用巴特沃斯模拟的方法设计的数字低通,高通,带通滤波器,其中只有一小段(I used this method to design analog Butterworth digital low pass, high pass, band pass filter, which only a short)
- 2010-12-29 18:36:59下载
- 积分:1
-
computer-simulation
该书籍详细介绍了matlab仿真的具体实现方法,对初学者掌握仿真技能十分有利。(The book details the specific method matlab simulation, simulation for beginners to master the skills are very favorable.)
- 2011-02-03 12:19:34下载
- 积分:1
-
A-Novel-Image-Interpolation-Method
the noise deteriorates the
interpolation performance in digital images, it is effective to
employ denoising prior to the interpolation. In this paper, we
propose a novel interpolation framework in which denoising
and image sharpening methods are embedded. In the
proposed framework, the image is first decomposed using the
bilateral filter into the detail and base layers which represent
the small and large scale features, respectively. The detail
layer is adaptively smoothed to suppress the noise before
interpolation and an edge-preserving interpolation method is
applied to both layers. Finally, the high resolution image is
obtained by combining the base and detail layers.
Experimental results show that the proposed algorithm
outperforms the conventional methods
- 2011-06-09 18:00:48下载
- 积分:1
-
1
说明: 寻找一定范围图像内的质心,matlab矩阵实验的m文件(finding center)
- 2013-01-22 10:37:11下载
- 积分:1
-
mbsteg_1.2
MB隐写源代码,供信息隐藏研究者研究参考,可以为研究MB隐写分析者节省时间(MB steganography source code for reference information hiding research researcher can study the MB to save time steganalysis)
- 2012-01-02 12:36:11下载
- 积分:1
-
inherit1
有关继承函数,初学者可以作为非常不错的例子,了解语法结构(inherit )
- 2009-11-30 19:37:46下载
- 积分:1
-
su-fdtd3Dplanewave
susan编写的三维平面波入射的FDTD程序(susan write three-dimensional plane wave incident FDTD program)
- 2011-08-26 22:05:50下载
- 积分:1
-
05386026
In a series of papers in recent years new
structures for coherent M-PSK (M-ary Phase Shift Keying)
receivers were suggested. These include structures for carrier
phase detectors for the carrier PLL (Phase Lock Loop),
carrier PLL lock detectors, symbol timing error detectors,
symbol synchronization PLL lock detectors, carrier and
symbol PLL loop filters, and SNR (Signal to Noise Ratio)
estimators
- 2014-02-25 16:17:31下载
- 积分:1
-
t-o-c
document about CDMA in which we have to use CDMA as an alternat of OFDMA and compare the result of the documents
- 2012-05-29 21:07:56下载
- 积分:1
-
ga
说明: GA算法代码 function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制(GA algorithm code function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制)
- 2012-04-28 18:02:03下载
- 积分:1