-
Fast_Walsh_Hadamard_Transform
最小的增广拉格朗日并交替方向算法应用matlab实现( Minimization by Augmented Lagrangian
and Alternating Direction Algorithms use matlab to implement)
- 2009-11-10 14:57:17下载
- 积分:1
-
Scatter_Plot_3D
scatter plot in matlan advance
- 2012-04-24 16:47:45下载
- 积分: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
-
svdsim
是图像处理中奇异值分解的代码,对图像处理很有用。(Is the singular value decomposition of the image processing code, useful for image processing.)
- 2013-05-07 23:57:11下载
- 积分:1
-
用matlab编写的拉普拉斯高斯算子代码 log_edge
用matlab编写的拉普拉斯高斯算子代码(LoG算子),用该函数实现LoG算子提取图像边缘点的功能。(Written by matlab Laplacian of Gaussian operator code (LoG operator), using the LoG operator functions for extracting the image edge points of the function.)
- 2020-06-27 10:00:02下载
- 积分:1
-
MATLAB-code-of-OFDMA-power-allocation
说明: ofdma功率分配经典文献 "A Low Complexity Algorithm for Proportional Resource Allocation in OFDMA Systems"的相应MATLAB代码(MATLAB code for the corresponding OFDMA power allocation classic literature "A Low Complexity Algorithm for Proportional Resource Allocation in OFDMA Systems" )
- 2010-04-21 19:29:14下载
- 积分:1
-
CBF
《空间谱估计理论与算法》一书中提到的cbf波束形成算法的源代码,是较简单的源代码(" Spatial spectrum estimation theory and algorithms," a book mentioned in cbf beamforming algorithm source code, is relatively simple source code)
- 2020-11-29 22:19:29下载
- 积分:1
-
MUSIC
上传代码都是MATLAB关于music算法的内容,其中包括针对阵列幅相误差进行线阵校正的经典NSF方法,music-capon最小方差法,music算法估计声源方位谱。(Upload code are MATLAB algorithm on music content, including amplitude and phase errors for the array line array calibration method NSF classical, music-capon minimum variance method, music algorithm to estimate sound source spectrum.)
- 2021-03-28 01:09:11下载
- 积分:1
-
kalman
卡尔曼滤波器在目标追踪上的应用,目标真实运动为匀速直线运动,系统噪声为高斯白噪声。(Kalman filter for target tracking application on the target real motion is uniform motion, the system noise is Gaussian white noise.)
- 2013-11-12 21:04:29下载
- 积分:1
-
ADSB_1090ES_Generate
ADSB广播式自动相关监视信号的生成,采样频率80MHZ(Generate ADSB automatic dependent surveillance-broadcast signals, the sampling frequency 80MHZ)
- 2015-05-19 20:52:14下载
- 积分:1