-
Clongbeigesuanfa
C龙贝格算法 源程序
matlab数值计算
()
- 2008-07-02 13:05:37下载
- 积分:1
-
CannyDemo
说明: 自己写的Canny算子的matlab实现和演示。程序虽然不大,但相信也能给大家一些参考。
(himself wrote the Canny Operator Matlab realization and demonstration. Procedures not much, but I believe that can give you some information.)
- 2006-05-04 21:35:55下载
- 积分: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
-
BP-optimization
基于遗传算法的BP优化(电力系统负荷预测)(BP optimization based on genetic algorithms)
- 2021-02-15 16:19:47下载
- 积分:1
-
resistivity
说明: matlab语言编写的 大地电磁电阻率正演程序(matlab language MT resistivity forward procedure)
- 2011-04-03 14:01:00下载
- 积分:1
-
orbit-satellite-navigation
完整的空间卫星轨道仿真程序以及空间卫星导航仿真程序。(Complete space orbit satellite navigation and space simulation program and simulation program.)
- 2020-07-23 17:38:43下载
- 积分:1
-
Introduction-of-wavelet-analysis
关于傅里叶变换和小波分析的基础知识内容。并附带基于Matlab案例进行说明。(Basic konwledge for Fourier transform and wavelet analysis with examples written in matlab )
- 2013-12-17 09:46:01下载
- 积分:1
-
freqsyncyclicprefix
frequency synchronization for ofdm
- 2009-10-24 18:07:52下载
- 积分:1
-
untitled
说明: 基于matlab/simulink的am调制解调的仿真(Based on matlab/simulink simulation of the am modulation and demodulation)
- 2011-04-09 16:30:54下载
- 积分:1
-
ukf_bicycle-matlab
说明: 基于UKF的自行车状态估计matlab程序实现(Realization of Bicycle State Estimation Based on UKF with MATLAB Program)
- 2020-10-03 00:37:46下载
- 积分:1