-
LTETurbo
描述了LTE一个信道的Turbo编码以及速率匹配等,有助于对LTE的协议理解。(A description of LTE Turbo channel coding and rate matching, etc., contribute to understanding of the LTE protocol.)
- 2010-08-19 22:10:31下载
- 积分:1
-
error_ellipse
说明: 本程序为误差椭圆matlab例程,工程应用(This procedure for the error ellipse matlab routines, engineering applications)
- 2009-08-10 17:00:55下载
- 积分:1
-
MATLAB
Rayleigh distribution function of a signal
- 2011-08-09 17:31:44下载
- 积分: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
-
kiejing_v44
用于图像处理的独立分量分析,使用大量的有限元法求解偏微分方程,music高阶谱分析算法。( Independent component analysis for image processing, Using a large number of finite element method to solve partial differential equations, music higher order spectral analysis algorithm.)
- 2016-06-16 11:09:08下载
- 积分:1
-
DTW算法
说明: 基于matlab解决不同时间序列长度相似度计算。(Solve the calculation of similarity of different time series length based on matlab.)
- 2020-05-28 10:19:29下载
- 积分:1
-
forest
matlab程序仿真 元胞自动机的森林火灾模型 绿黑红三种状态分别代表树木/空地/着火 (Matlab simulation of the cellular automata model of the forest fire Green and red three states represent the trees/clearing/fire)
- 2016-09-10 19:54:39下载
- 积分:1
-
tt001
该功能实现了颜色均衡化,使得视觉更加的良好(the function acommplish the color balance so that make a good looking of landscape)
- 2012-05-01 09:38:18下载
- 积分:1
-
r-21
IEEE research paper for m.tech students
- 2013-03-03 12:35:57下载
- 积分:1
-
MATLAB-jiaozheng
matlab编写的用来对图片进行校正的小程序,可以对图片进行畸变校正。(matlab prepared for the picture correction applet, you can picture distortion correction.)
- 2014-10-27 16:22:14下载
- 积分:1