-
Subspace_based_blind_adaptive_multiuser_detection_
使用卡曼滤波器进行基于子空间的自适应多用户检测。经典文章,不容错过(Subspace-based blind adaptive multiuser detection using Kalman filter)
- 2010-05-17 10:13:10下载
- 积分:1
-
802.11a-OFDM-MATLAB
802.11协议里面牵扯到的OFDM技术。(802.11 protocol which involves the OFDM technology.)
- 2014-12-24 15:36:16下载
- 积分:1
-
Drawing-of-some-special-graphs
几种MATLAB绘图,灯光定位、柱状图、设置照明方式(Several MATLAB drawing, light localization, histogram, lighting set)
- 2016-06-05 22:03:43下载
- 积分:1
-
1
说明: communication matlab
- 2010-08-11 17:00:13下载
- 积分:1
-
fft_DIF_R2_eML
this i found for fft
- 2010-05-27 19:55:35下载
- 积分:1
-
BPSK
用MATLAB实现的BPSK调制解调源程序(In MATLAB source code for BPSK modulation and demodulation)
- 2011-07-29 21:50:22下载
- 积分: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
-
CC2530NDK
CC2530NDK实验1——Z-STACK SensorDemo实验(CC2530NDK Experiment 1- Z-STACK SensorDemo experiment)
- 2014-01-19 20:35:37下载
- 积分:1
-
CCHP-for-summer-days
冷热电三联供在夏季时的发电量、天然气耗量、产热量、天然气流量、出口燃气温度等参数及分析计算,经典实用。(CCHP for the summer when the power generation, natural gas consumption, heat production, natural gas flow, export gas temperature and other parameters and analysis, classic and practical.)
- 2021-03-20 17:19:18下载
- 积分:1
-
peizhun
标准的图象配准MATLAB程序,效果不错!(Standard MATLAB image registration procedures, good results!)
- 2008-05-10 16:58:14下载
- 积分:1