-
metodoLU
metodo LU para la resolucion de matrices
- 2014-10-03 08:52:02下载
- 积分:1
-
LTE_Downlink[1]
维也纳大学,LTE-A下行链路matlab链路级仿真程序。(University of Vienna, LTE-A downlink link level simulation matlab program.)
- 2021-02-02 19:39:59下载
- 积分:1
-
Unititled
matlab小波分析,利用matlab将两张残缺图片合成完整图片(Matlab wavelet analysis, the use of matlab will be two incomplete picture synthesis picture)
- 2017-05-11 14:55:43下载
- 积分:1
-
matlabshibie
matlab写的手写分类识别得源码,内部包含文件的使用说明。(matlab write a handwritten classification source, the internal document that contains instructions.)
- 2008-05-26 16:13:30下载
- 积分:1
-
fd4
说话人识别、声纹识别
MATLAB程序及清单(SPEAKERID)
- 2009-06-19 21:32:17下载
- 积分:1
-
Random-nunmber
程序生成的随机数,真正的名字叫做“伪随机数”,需要有一个种子来初始化 使用当前时间去初始化种子,就能得到不同的伪随机数序列(Program generates random numbers, the real name is " pseudo-random number," the need for a seed to initialize the current time to initialize the seed, you can get different pseudo-random number sequence)
- 2014-01-03 21:40:13下载
- 积分:1
-
main
code for 3-d based vehicle tracking system
- 2010-05-10 15:43:19下载
- 积分:1
-
fiber
光纤的matlab仿真代码, 光纤通信,有常用参数(fiber simulation)
- 2013-01-29 12:29:48下载
- 积分: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
-
mle_final-(2)
This is new method to estimate the johnson parameters for the johnson bounded family.this is most probably the easiestmethod to estimate johnson parameters.
- 2012-09-20 17:52:31下载
- 积分:1