-
SSB
SSB调制模型,提倡共享。谢谢大家支持。(SSB modulation model, promoting sharing. Thank you for support. Thank you, Thank you, thank)
- 2006-06-03 18:10:20下载
- 积分:1
-
the-Simulation-of-turbo-
理论分析turbo后,然后使用MATLAb中simulink搭建模块,进行图形分析。文档内容主要有simulink源码和一些学习资料(After the theoretical analysis of turbo, and then use MATLAb in simulink built module for graphical analysis.The document includes: simulink source code and some learning materials.)
- 2014-10-28 00:02:48下载
- 积分:1
-
classification-of-Speech-signal
利用BP人工神经网络对语音特征信号进行分类(classification of Speech signal )
- 2014-01-12 20:45:28下载
- 积分:1
-
matlabimage
数字图像处理要用到的matlab主要基本源代码(image processing)
- 2011-04-22 10:10:53下载
- 积分: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
-
elevenlevelhbridge
matlab file eleven level mli
- 2015-01-19 12:19:17下载
- 积分:1
-
adeuler
使用matlab编写改进的欧拉数值算法程序(the Euler numerical algorithm matlab prepared to improve)
- 2012-11-24 20:43:03下载
- 积分:1
-
GuidetoMATLABforBeginnersandExperiencedUsers
matlab 适合新手入门 成手提高 欢迎下载(matlab fit into a green hand in hand entry welcomes improve download)
- 2009-04-03 14:40:13下载
- 积分:1
-
gridfit
准均匀三次B样条曲线曲面的多分辨率显示及编辑程序。能够实现随机生成指定次数的准均匀三次B样条曲线和曲面,(Quasi-uniform cubic B-spline curves and surfaces of the multi-resolution display and editing program. Randomly generated to achieve a specified number of quasi-uniform cubic B-spline curves and surfaces,)
- 2011-05-24 14:01:24下载
- 积分:1
-
bp_epuspso
一种改进的PSO,EPUS-PSO,用于改进bp神经网络(An improved PSO, EPUS-PSO, for improved bp neural network)
- 2013-03-18 20:59:49下载
- 积分:1