-
LICENTA
This paper presents experimental results of angle of arrival (AOA)
estimation for sensor node localization of wireless networks, cell id, tdoa, etc
- 2010-06-25 06:12:09下载
- 积分:1
-
signal_analyzer
里面有数字信号处理中常用的matlab工具,用的时候查看该文档,方便Matlab在数字信号处理中的使用(Inside there are commonly used in digital signal processing matlab tool, with the time to view the document in Matlab to facilitate the use of digital signal processing)
- 2009-10-09 11:01:06下载
- 积分:1
-
UE
说明: UE Simulation LTE from Vienna University
- 2010-09-23 02:27:50下载
- 积分: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
-
Adaptivno
说明: Student adaptive PID regulator
- 2020-04-27 17:37:37下载
- 积分:1
-
Canny
Edge detector of Canny.
- 2009-09-17 21:06:21下载
- 积分:1
-
Matlab_Colour_Transfer_using_IDT_Pitie07
进行图像颜色的传输,使源图像变为目标图像颜色(Color image transmission, so that the source image to target image color)
- 2009-02-23 18:56:33下载
- 积分:1
-
ofdmtransmitter
OFDM系统发送机的matlab程序,采用的是16QAM调制方式。(OFDM system transmitter of the matlab procedure, using 16QAM modulation.)
- 2008-06-03 12:58:14下载
- 积分:1
-
threshold
Finding tone and noise maskers a audio
- 2014-11-19 20:25:57下载
- 积分:1
-
ica_z
本程序是独立成分分析算法的主程序,在该程序中,通过调用子程序的方式实现了独立成分分析。但本程序不含子程序。(This procedure is the main independent component analysis algorithm, in this program by calling the subroutine way to achieve an independent component analysis.)
- 2013-09-22 10:03:15下载
- 积分:1