-
image
自编各种插值,包括最近邻插值,双线性插值,还有图像拼接程序(Composing a variety of interpolation, including the nearest neighbor interpolation, bilinear interpolation, as well as image stitching program)
- 2020-09-08 08:18:03下载
- 积分:1
-
zuoye212_3
分别用LMS和RLS算法实现回音对消,并比较二者收敛性能,及不同信道参数对算法的影响(LMS and RLS algorithms were used to achieve echo cancellation, and compare the convergence performance of the two, and different channel parameters affect the algorithm)
- 2011-07-16 10:48:17下载
- 积分: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
-
psopid
基于pso算法优化的PID神经网络的系统控制算法(Pso optimization algorithm based on neural network PID control system algorithm)
- 2014-12-03 00:18:59下载
- 积分:1
-
2209100144
controling speed of rotor
- 2012-10-18 19:56:03下载
- 积分:1
-
atividade1
Crossover fron generic algorithm, matlab
- 2013-07-30 23:41:03下载
- 积分:1
-
Fiber-Bragg-Gratings-by-layer-peeling
采用分离剥层算法以及傅立叶变化的方法,使用Matlab语言编程分析光纤光栅(FBG)的特性。(Layer stripping algorithm for the use of separation as well as changes in Fourier methods, the use of Matlab programming language analysis of fiber Bragg grating (FBG) characteristics.)
- 2008-02-15 00:54:09下载
- 积分:1
-
bocc
BOC信号调制的源码,及BPSK产生信号的源码(BOC signal modulation of the source, and the BPSK signal source generating)
- 2011-04-26 10:10:12下载
- 积分:1
-
Numerical_algorithm_matlab_programming_procedures
matlab程序设计之数值算法程序Numerical algorithm matlab programming procedures(Numerical algorithm matlab programming procedures Numerical algorithm matlab programming procedures)
- 2010-08-02 10:38:10下载
- 积分:1
-
16QAM
16QAM仿真系统,学通信实验必备,绝对有用。(16QAM simulation system, learning communication experiment must absolutely useful.)
- 2007-12-14 21:08:08下载
- 积分:1