-
code
CRC码生成器和卷积码的仿真程序。其中CRC码可以自定义生成多相式或字符串;卷积码可以自定义约束长度和码长。(CRC code generator and the simulation program convolutional codes. Which the CRC code can customize the generation of multi-phase or string convolutional codes can customize the constraint length and code length.)
- 2007-09-19 19:36:32下载
- 积分:1
-
matlabsourcecodeforzhiwen
这是一个有关指纹识别的小程序,希望对初学者有所帮助!(This is a small program the fingerprint identification, want to be helpful for beginners!)
- 2010-08-08 10:21:26下载
- 积分: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
-
Mode
两轮平衡小车的MATLAB系统建模源程序(Two balanced car MATLAB source system modeling)
- 2011-11-22 14:58:13下载
- 积分:1
-
MATLAB-GPC算法
说明: 利用MATLAB编写GPC预测控制算法程序实现预测控制(GPC predictive control algorithm program written in MATLAB to achieve predictive control)
- 2020-11-19 21:49:39下载
- 积分:1
-
dsb
对于dsb信号波形的仿真。包括时域波形和频域波形图(Dsb signal waveforms for the simulation. Including time-domain waveforms and frequency domain waveforms)
- 2008-05-06 12:03:12下载
- 积分:1
-
exp2-(2)
已知{ n x }={1,1/2},求复倒谱xˆ (n)和倒谱c(n)。(Known {nx} = {1, 1/2}, seeking complex cepstrum x (n) and the cepstrum c (n).)
- 2013-05-11 22:31:30下载
- 积分:1
-
不同算法对时间序列进行奇异谱分解的源程序代码ssa
不同算法对时间序列进行奇异谱分解的源程序代码,matlab2006a平台调试通过(different algorithms on time series singular spectral decomposition of the source code, matlab2006a through debugging platform)
- 2007-02-27 22:24:25下载
- 积分:1
-
GUIDE-and-Simulink-Program
matlab界面编程,适合于界面编程的初学入门。(The introduction to the programmer of matlab.)
- 2013-10-08 15:08:40下载
- 积分:1
-
pca
人脸识别的最基本的算法PCA,主要是描述了特征值法的基本原理,内容很详细。(Most basic algorithm for PCA Face RecognitionFace recognition algorithm is the most basic PCA, mainly describes the basic principles of characteristic value method, content, very detailed.)
- 2009-12-19 16:35:20下载
- 积分:1