-
intelligent-control-modle
a neural network - GA toolbo for intelligent control
- 2010-06-09 17:38:36下载
- 积分:1
-
vertical
cost function calculation for vertical handoff in heterogenous network
- 2010-09-15 02:01:09下载
- 积分:1
-
11
说明: 这几个MATLAB代码是圆、直线的拟合曲线的源程序(MATLAB code for these is round, linear curve fitting source)
- 2009-10-14 14:58:59下载
- 积分:1
-
IMMPF
说明: 交互式多模型粒子滤波程序(IMMPF),分别仿真了三种结果下的IMMPF算法(Interacting multiple model particle filter program (IMMPF), respectively, the results of simulation of the three algorithms under the IMMPF)
- 2020-12-17 19:19:12下载
- 积分:1
-
ml
说明: OFDM时频ML信道估计算法 (OFDM time-frequency channel estimation algorithm for ML )
- 2011-06-05 11:37:38下载
- 积分:1
-
rayleigh
This program generates rayleigh fading signal.
- 2013-01-30 09:31:43下载
- 积分: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
-
KSVD_Matlab_ToolBox
稀疏表示字典的训练方法,由压缩感知领域大神M. Elad公布的matlab工具包(matlab tools for K-SVD)
- 2015-04-09 14:11:23下载
- 积分:1
-
nengqen
有信道编码,调制,信道估计等,一些自适应信号处理的算法,微分方程组数值解方法。( Channel coding, modulation, channel estimation, Some adaptive signal processing algorithms, Numerical solution of differential equations method.)
- 2016-04-25 12:22:41下载
- 积分:1
-
powerflowcalculation
说明: POWER FLOW CALCULATION OF AT TRACTION NETWORK FOR HIGH-SPEED RAILWAY
- 2019-11-08 17:19:40下载
- 积分:1