-
faerma
说明: 信道编码中使用的两种法尔码算法程序,可以用于GSM系统的信道外编码部分。(channel coding used in both Fall code algorithm, which can be used GSM system outside the channel coding.)
- 2006-03-14 10:09:04下载
- 积分:1
-
zhixingtiqu
说明: 可以手动的选择区域提取图像中目标的质心。(extract the target image center of mass)
- 2010-04-01 18:35:04下载
- 积分:1
-
shuxuejianmo
对隧道交通建立数学模型,并用matlab求解,得到该模型下隧道的最大车流量。(A mathematical model for tunnel traffic and use matlab to solve, to get the maximum traffic tunnel model.)
- 2013-07-14 10:24:20下载
- 积分: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
-
DTCsix_torque
直接转矩控制(DTC)Matlab仿真文件(Direct Torque Control (DTC) Matlab simulation file)
- 2013-10-21 10:48:31下载
- 积分:1
-
GA-LR-FS
Genetic algorithm feature selection by using Logistic Regression
- 2013-11-11 22:42:50下载
- 积分:1
-
05383359
4g technologies LTE WIMAX
- 2012-04-30 04:40:21下载
- 积分:1
-
16QAMkuaizhuangdaopinSANZHONGSUANFA
块状导频三种信道估计算法的比较,画出了图形进行比较(Three kinds of block pilot channel estimation algorithm, draw a graph to compare)
- 2011-10-24 17:40:19下载
- 积分:1
-
Video-Stabilization-master
视频稳像的程序,matlab实现,内容很全,运动估计,运动补偿(Video image of the program, matlab, content is very full, motion estimation and motion compensation
)
- 2014-01-08 15:39:14下载
- 积分:1
-
OFDM-for-matlab
OFDM 全套的Matlab仿真程序,需要的下。(OFDM Matlab simulation of a full range of procedures, the need for the next.)
- 2011-05-17 21:09:29下载
- 积分:1