-
program_zhongjian
地震波处理并画图,matlab编程的小程序(Seismic processing and drawing, matlab programming, small programs)
- 2010-06-24 08:27:27下载
- 积分:1
-
UsingGAforpidcontrol
说明: 基于遗传算法(GA)设计了pid控制器,仿真结果良好。(based on genetic algorithm (GA) pid controller design, simulation good results.)
- 2006-04-17 17:31:48下载
- 积分:1
-
digitalImage
说明: 介绍各种数字图像处理教材的基本内容。Teaching Notes 是数年来我学习数字图像处理方法的初步笔记,主要内容来自国内外公开出版的教材与专门性著作。(Introduction of various digital image processing the basic content of teaching materials. Teaching Notes is a few years I have studied the initial digital image processing notes, mainly from the published materials at home and abroad and specialized publications.)
- 2010-04-27 20:00:00下载
- 积分: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
-
well-test
均质油气藏matlab试井曲线程序,可用于分析地层参数对地层压力的影响。(Homogeneous reservoir testing curve matlab procedures can be used to analyze the impact on the formation pressure formation parameters.)
- 2014-01-15 10:24:58下载
- 积分:1
-
densecolumns
说明: 遗传算法的小程序,希望能够对大家有用处!(genetic algorithm for small procedures, we hope to be able to be useful!)
- 2006-04-12 09:59:58下载
- 积分:1
-
MATLAB-based-sound-card-
基于MATLAB的声卡失真度测量本设计运用了基于MATLAB的DAQ工具箱(Data Acquisition Toolbox)的数据采集技术。(MATLAB-based sound card distortion measurement used in this design toolbox based on MATLAB-DAQ (Data Acquisition Toolbox) data acquisition technology.)
- 2011-04-30 16:54:48下载
- 积分:1
-
lms_Balanced_of_ofdm
采用lms均衡的ofdm仿真程序,希望对大家有用(Balanced by lms ofdm simulation program, we hope to be useful)
- 2010-09-25 13:37:26下载
- 积分:1
-
matlab
说明: 在MATLAB下实现的各种图像处理的算法(MATLAB susan implemente image processing)
- 2010-05-04 17:10:42下载
- 积分:1
-
PLL-Matlab
用于接收机的载波同步,利用锁相环实现解调,用于相干解调(Carrier for receiver synchronization, phase-locked loop to achieve demodulation for coherent demodulation)
- 2013-12-21 09:42:05下载
- 积分:1