-
New-folder1
to make the data at the same length
- 2011-09-22 16:01:44下载
- 积分:1
-
wirelesschannel
无线信道的建模与仿真
诠释了各种衰落信道的仿真及误码率分析如瑞利信道等等(wireless channel simulation)
- 2009-05-01 16:50:46下载
- 积分: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
-
PSO求解多目标优化问题matlab代码
说明: 粒子群优化算法(PSO:Particle swarm optimization) 是一种进化计算技术(evolutionary computation)。源于对鸟群捕食的行为研究。粒子群优化算法的基本思想:是通过群体中个体之间的协作和信息共享来寻找最优解.(PSO (Particle Swarm Optimization) is an evolutionary computation. It comes from studying the behavior of flocks of birds. The basic idea of particle swarm optimization algorithm is to find the optimal solution through the cooperation and information sharing among the individuals in the group.)
- 2021-04-14 10:25:21下载
- 积分:1
-
attachment080319
matlab滤波算法 代码(filtering algorithm matlab code)
- 2008-06-01 15:08:47下载
- 积分:1
-
histogramme
function histogram (simple) programmed
- 2011-05-16 03:10:26下载
- 积分:1
-
m_files
simulink建模与仿真 基础入门源代码(simulink modeling and simulation based on the source code entry)
- 2007-08-02 10:00:11下载
- 积分:1
-
reinforcement
file program berkeleye university
- 2015-02-22 00:38:51下载
- 积分:1
-
MATLAB-mathwork
对matlab数学建模进行了系统的介绍。并配有大量的案例一共学习。适用于初学者(Matlab mathematical modeling for the system were introduced. And total Peiyoutailiang case study. For beginners)
- 2013-12-03 16:52:38下载
- 积分:1
-
lingtui_v10
小波包分析提取振动信号中的特征频率,利用matlab GUI实现的串口编程例子,自写曲率计算函数 。( Wavelet packet analysis to extract vibration signal characteristic frequency, Use serial programming examples matlab GUI implementation, Since writing the curvature calculation function.)
- 2017-01-16 12:06:20下载
- 积分:1