-
matlab_2
Introduction to Matlab Basic Matlab Commands and Syntax, can be useful for beginners and experts as wee. Enjoy
- 2010-10-15 23:51:40下载
- 积分:1
-
matlab
马尔科夫随机场的图像分割方法,对图像的分割比较精确,运行时间较短(Image segmentation based on markover)
- 2014-07-24 15:57:53下载
- 积分:1
-
simulation
Program: Lognormal Distribution Simulation Histograms C3
- 2012-03-26 13:33:39下载
- 积分:1
-
matlab--download
使用matlab下载网站上的文件使用urlwrite函数下载网站上的文件特别适用于批量下载同类型的文件Created使用urlwrite实现批量下载以下载2011美赛数模证书为例
(Using matlab download site to download a file using the urlwrite function files on the Web site especially for bulk download Created using the same type of file to download the bulk download urlwrite achieve 2011 certification as an example the U.S. digital-analog match)
- 2011-05-05 14:53:45下载
- 积分:1
-
RoyV08
Dimensionality Reduction for Distributed Estimation in the Infinite Dimensional Regime
- 2009-04-08 20:01:56下载
- 积分:1
-
medfilt2
中值滤波 降噪 可有效滤除高斯和椒盐噪声 保持图像边缘 (medfilt2)
- 2010-09-28 20:50:25下载
- 积分:1
-
tongxinxitong
通信系统建模及仿真,包括二进制传输误码率仿真,HDB3码的解码,显示眼图,时钟提取提取等(Modeling and simulation of communication systems, including simulation of the binary transmission error rate, HDB3 code, decode and display the eye diagram, the clock extraction extraction)
- 2012-04-30 17:50:25下载
- 积分: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
-
Time-distance-curve-equation
通过计算垂直缆地震产生各种波的时距曲线公式,画出其波形(By calculating Time-distance curve equation of various waveforms produced by vertical earthquakes,and draw them with matlab )
- 2013-12-06 17:07:36下载
- 积分:1
-
PIDSimulation
针对离散系统的阶跃信号、正弦信号和方波信号,设计离散PID(Step for the discrete-time systems signal, sinusoidal signal and the square wave signal, the design of discrete PID)
- 2009-03-31 01:29:35下载
- 积分:1