-
FIRFilterdesign
FIR filter design with unseperable window, seperable window, frequency sampling method
- 2009-05-03 00:52:24下载
- 积分:1
-
testgui
用于comsol和matlab直接的二次开发(For comsol and matlab direct secondary development)
- 2013-07-23 10:42:28下载
- 积分:1
-
chrome-key
chromekey in matlab for extract image and paste on to other image matlab codes
- 2011-11-27 22:08:12下载
- 积分:1
-
iir-digital-filter-based-on-matlab
matlab 实现的 数字滤波器 希望对大家有所帮助(digital filter based on matlab)
- 2013-05-10 16:30:06下载
- 积分:1
-
matlabDSP
说明: matlab下的数字信号处理实例
当工具书用也不错(under matlab examples of digital signal processing tool when used well)
- 2008-09-28 15:24:45下载
- 积分:1
-
Harris
matlab Harris 数字图象处理讲义(matlab Harris Digital image processing)
- 2012-04-21 15:52:12下载
- 积分: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
-
jing_dct
没有用工具箱的DCT变换,采用不同压缩率,能够加深对DCT变换的了解。(Do not use toolbox of DCT, using different compression ratios, to deepen understanding of the DCT transform.)
- 2012-01-11 19:49:26下载
- 积分:1
-
CarPark
vissim 停车控制代码,更够控制VISSIM仿真软件的车辆停车行为(vissim vehicle parking control code)
- 2016-09-02 02:29:26下载
- 积分:1
-
3
说明: 第三章 程序流程控制
主要内容1、if…else…选择语句。
2、条件运算符。
3、SWITCH开关分支语句。
4、逻辑运算符。
5、循环语句。
6、自增自减运算。
7、break、continue、goto语句
8、运算符的优先级、结合性。(Chapter III of the main contents of the control procedures for flow 1, if ... else ... select statement. 2, conditional operator. 3, SWITCH branch switch statements. 4, the logical operator. 5, loop. 6, since by reducing computing since. 7, break, continue, goto statement 8, the priority of operator, combined with nature.)
- 2007-10-15 17:25:41下载
- 积分:1