-
esprit2
波束形成DOA估计中的ESPRIT算法matlab程序(ESPRIT)
- 2009-05-14 17:17:21下载
- 积分:1
-
binarypsksiginchannels
说明: BPSK信号在各种信道中的仿真,有高斯白噪和瑞利信道,非常有用(simulation of BPSK in every kind of channels)
- 2009-07-30 16:04:29下载
- 积分:1
-
dpll_fixpt
说明: 从别的地方下载的源文件PLL的,希望能帮到你(Downloaded from somewhere else PLL source file, and hope you can help)
- 2011-03-23 22:51:41下载
- 积分:1
-
fisher-face
用于lda特征脸提取,可以调整参数,选取特征向量(Lda feature extraction for face, you can adjust the parameters, select the feature vector)
- 2011-05-04 01:14:07下载
- 积分:1
-
masy
this file about induction moteur part 1
- 2012-05-07 17:15:36下载
- 积分:1
-
matlabppt
是一分学习MATLAB 很好的教程,可以从中学到很多东西,简单易懂(A good learning MATLAB tutorial, you can learn a lot from, and easy to understand)
- 2012-05-23 15:51:07下载
- 积分:1
-
modulation_mapping
LTE-A系统上行链路个模块Matlab仿真程序---调制符号映射程序仿真(LTE-A uplink modules Matlab simulation program--- modulation symbol mapper simulation)
- 2012-05-28 09:32:16下载
- 积分: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
-
1420072331
Discrete-Event Modeling and Simulation: A Practitioner s Approach By Gabriel A. Wainer
- 2013-10-04 22:35:21下载
- 积分:1
-
matlabOptAndInt
Matlab optimisation
- 2012-01-12 07:33:43下载
- 积分:1