-
music1
music算法,用于波达方向估计,效果良好,并有和root-music(根值)music算法的比较(music algorithm for DOA estimation results were very good and and the root-music (root) music Algorithms)
- 2008-12-27 21:24:30下载
- 积分:1
-
Examples
常见的Matlab命令的实用例子,例子详细清楚明白,(failed to translate)
- 2010-09-02 17:29:26下载
- 积分:1
-
OFDM_MATLAB
说明: 关于ofdm建模的Matlab程序,可以实现ofdm系统性能仿真(Matlab on ofdm modeling procedures, system performance can be achieved simulation ofdm)
- 2009-08-21 15:11:26下载
- 积分:1
-
manchest_code
说明: 本程序能够实现对数字分向码产生的功能,使用方法请参照程序注释。(procedures to achieve the right digital code points to the functions, please refer to the use of procedural methods Notes.)
- 2006-04-14 10:27:03下载
- 积分:1
-
run
适合初学者,简单的回归问题,利用matlab知识分析问题(For beginners, simple regression problems, the use of matlab knowledge analysis question)
- 2014-12-09 15:55:16下载
- 积分:1
-
J6_2012--Kalman-interpolation
卡尔曼滤波器进行信道估计的一篇文章,适用于OFDM-MIMO系统。(Kalman filter for channel estimation in an article for OFDM-MIMO systems.)
- 2013-12-22 20:53:26下载
- 积分:1
-
wolfe
利用wolfe算法,编写了wolfe程序模块。测试数据引用《最优化方法及其Matlab程序设计》(马昌凤编)的Armijo准则搜索例题(Use wolfe algorithm, written wolfe program modules. Test data reference " optimization methods and Matlab programming" (Ma Changfeng ed.) The search criteria examples Armijo)
- 2014-02-25 15:09:51下载
- 积分:1
-
fuzzytb
模糊逻辑控制最经典的教程,内容全面,适用于广大战友学习(Fuzzy Logic Control of course the most classic, comprehensive study and apply to the majority of his comrades)
- 2009-05-14 03:33:38下载
- 积分: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
-
CP0201
UWB信号的产生,一定数量的比特经过重复编码,加入TH码,并进行PPM调制,经过成型滤波,输出uwb信号波形(Generating, a certain number of bits UWB signals through repetition coding, TH code, and PPM modulation, after shaping filter, the output signal waveform uwb)
- 2014-11-24 11:17:52下载
- 积分:1