-
FSK2_mdl
This is FSK simulink
- 2010-12-26 09:45:37下载
- 积分:1
-
MultilayerEnhance
图像增强方法,采用保持形状的灰度变换方法实现多层对比度增强(The image enhancement method,use gray-scale transformation method holding shape to realize multilayer contrast enhancement.)
- 2011-01-14 21:28:22下载
- 积分:1
-
EITtext
说明: 解决EIT中的逆问题,包括吉洪诺夫,Landewer,L1,共轭梯度法等(Solve the inverse problem in EIT, including gihunov, landewer, L1, conjugate gradient method and so on)
- 2021-04-02 14:09:07下载
- 积分:1
-
M2Exe
m文件转为EXE文件,需要安装VC,同时产生dll文件(*.m be*.exe)
- 2010-05-16 12:09:27下载
- 积分:1
-
boshutu
标准线阵的频率波数响应、波束图
对于N=11的标准线阵:
1、画出频率响应波束图,并标出可视区间;
2、画出极坐标下的波束图;
3、分析栅瓣问题。(Standard linear frequency response, the beam pattern)
- 2012-05-06 12:35:02下载
- 积分:1
-
car-model
介绍了两种汽车纵向动力学整车模型,包括制动跟油门控制,希望对大家有用(Introduces two vehicle longitudinal vehicle dynamics models, including brake with throttle control, we hope to be useful)
- 2021-03-19 10:59:19下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
satglobe4
matlab函数文件 绘制卫星视角的三维地球视图 清晰逼真(matlab function file rendering three-dimensional perspective of the Earth satellite view vivid)
- 2013-11-28 18:42:41下载
- 积分:1
-
SVM_tool
支持向量机的工具箱,自己用的,应用很方便,有使用手册,源码,中文说明。是一款很好用的软件(Support Vector Machine Toolbox, own use, the application is very accessible, user manual, source code, the Chinese statement. Is a very good software used by)
- 2010-01-22 20:42:34下载
- 积分:1
-
Matlab-09
有关matab中最基本的命令,以及附带光学的程序代码,望参考学习指正。(For matab in the most basic commands, as well as with optical code, hope to learn reference correction.)
- 2012-01-05 10:00:39下载
- 积分:1