-
fsk
该文件有助于初学习matlab者建立信号的概念(The document will help to establish early learning matlab signal concept)
- 2008-05-27 22:04:43下载
- 积分:1
-
bpskzichengxu
该文件夹中包含了BPSK调制与解调中常使用的子程序(This folder contains a BPSK modulation and demodulation often use subroutine)
- 2011-11-08 21:53:18下载
- 积分:1
-
mfiles
现代通信系统(第二版)(MATLAB版)实例代码(communication with matlab)
- 2011-12-01 15:40:13下载
- 积分:1
-
LBM
用Lattice Boltzmann方法求解不可压缩流动的圆柱绕流问题。(By Lattice Boltzmann method for solving incompressible flow around a cylinder flows.)
- 2021-03-21 16:49:17下载
- 积分: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
-
untitledZHU
PMSM矢量控制
包含了clark变换,clark逆变换,park变换,park逆变换等等。(PMSM vector control contains the Clark transform, Clark inverse transform, park transform, park inverse transform, and so on)
- 2017-08-03 20:46:11下载
- 积分:1
-
chapter3
说明: 差分进化算法(Differential Evolution Algorithm,DE)是一种高效的全局优化算法。它也是基于群体的启发式搜索算法,群中的每个个体对应一个解向量。差分进化算法的进化流程则与遗传算法非常类似,都包括变异、杂交和选择操作,但这些操作的具体定义与遗传算法有所不同(Differential evolution algorithm (DE) is an efficient global optimization algorithm. It is also a heuristic search algorithm based on population. Each individual in the group corresponds to a solution vector. The evolution process of differential evolution algorithm is very similar to genetic algorithm, including mutation, hybridization and selection operations, but the specific definition of these operations is different from that of genetic algorithm)
- 2020-11-09 21:41:07下载
- 积分:1
-
suiji
随机一致性指标问题-Matlab实验课程学习资料,附源码(Random consistency index problem-Matlab experimental course learning materials, with a source)
- 2009-10-13 13:03:02下载
- 积分:1
-
shang
信息理论与编码——关于二进制熵的matlab仿真程序(Information Theory and Coding- on the binary entropy matlab simulation program)
- 2008-05-12 05:35:27下载
- 积分:1
-
matlab
MATLAB开发的常用的数值分析代码,用以解决常用的数值分析组合,集成设计(MATLAB Athoritic )
- 2009-11-22 20:35:59下载
- 积分:1