-
lms
lms算法的MATLAB的仿真程序,是主要的程序(lms algorithm procedure)
- 2009-04-06 20:13:08下载
- 积分:1
-
untitled
在rach中要用到cazac序列,该源文件可以产生cazac序列的自相关性和互相关性特征图(generate cazac s autocorrelation)
- 2012-04-12 16:59:29下载
- 积分:1
-
Partial-Differential-equation
偏微分方程_编程 Routines in C, C++,
Fortran, Java® , Maple® , and MATLAB(Ordinary and Partial Differential
Equation Routines in C, C++,
Fortran, Java® , Maple® , and MATLAB)
- 2014-11-07 09:14:16下载
- 积分:1
-
doppler_resolve
该程序用于多普勒频率估计,可以估计多普勒模糊数与基带多普勒频率,从而得到解模糊情况下的多普勒频率,算法基于IEEE文章提出的wavelength diversity 算法所写的。(This programme is used to resolve the absolute doppler frequenc without doppler ambiguity.The algorithm is based on the wavelength diversity idea proposed by the IEEE paper.)
- 2012-09-17 15:30:24下载
- 积分:1
-
2007_Source-localization
IEEE TRANSACTIONS ON SIGNAL PROCESSING定位与跟踪经典文献“Source Localization Using TDOA and FDOA Measurements in the Presence of Receiver Location Errors: Analysis and Solution”的Matlab程序。进行信号源被动定位与跟踪研究的童鞋可下载进行学习研究。(IEEE TRANSACTIONS ON SIGNAL PROCESSING positioning and tracking classic literature " Source Localization Using TDOA and FDOA Measurements in the Presence of Receiver Location Errors: Analysis and Solution" in Matlab.)
- 2011-11-28 10:14:31下载
- 积分: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
-
yichuan_matlab
自编matlab遗传算法代码,希望对大家有所帮助(Self matlab genetic algorithm code)
- 2013-04-22 20:52:30下载
- 积分:1
-
LFM
线性调频信号发生 以及针对线性调频信号的脉冲压缩(Linear FM signal and the linear frequency modulation pulse compression)
- 2010-11-29 21:13:58下载
- 积分:1
-
Cplusplus
对C++语言的反思,阐述c++语言的精髓,及基于作者多年编程经验总结的体会(think the core of c++ programming language)
- 2010-08-31 13:47:14下载
- 积分:1
-
Detect
基于matlab的动态物体捕捉程序代码,备注详细,方便初学者学习(Capture-based dynamic object matlab program code, detailed notes, easy for beginners to learn)
- 2015-02-23 17:34:49下载
- 积分:1