-
bode
High pass and low pass filters with matlab by using bode plot method. Showing very important thing is that bode plot does not give any information about transient response.
- 2014-02-07 07:35:09下载
- 积分:1
-
LMS-RLS-CMA-equalization
LMS、RLS、CMA自适应均衡算法matlab仿真,出图效果很好。(
LMS, RLS, CMA adaptive equalization algorithm matlab simulation, showing good results. LMS, RLS, CMA adaptive equalization algorithm matlab simulation, showing good results.)
- 2021-04-27 15:48:44下载
- 积分:1
-
delay_fd
处理雷达脉冲回波信号,提取目标的距离和多普勒频移信息(Processing of radar pulse echo signal, extract the target distance and Doppler shift information)
- 2016-12-27 20:53:15下载
- 积分:1
-
ber_OFDM_64s_1e4_withclipping_snr20_differCR_1_2_3
限幅方法降低OFDM系统误码率,不通限幅率的比较曲线(reducing the OFDM PAPR with different CR in Clipping methord)
- 2009-04-04 12:38:11下载
- 积分:1
-
CurrentStatisticalModel
当前统计模型机动目标跟踪算法。本程序对做圆周运动的机动目标的X方向进行了跟踪仿真。(Current statistical model for maneuvering target tracking algorithm. This procedure for doing circular motion of the X direction of maneuvering target tracking simulation carried out.)
- 2009-05-19 00:55: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
-
water_filling_algorithm
关于注水算法的简单演示。在总功率受限的情况下通过功率分配逼近香农信道容量(performs the water filling algorithm with the given total power constrain to approach Shannon capacity of the channel.)
- 2013-12-13 11:20:19下载
- 积分:1
-
fig
几种beds的计算方法,matlab仿真rev,欢迎分享(Several beds of the calculation method, matlab simulation rev, welcome to share)
- 2008-05-15 16:29:19下载
- 积分:1
-
assignment1
通过对输入ISBN进行演算.从而得出其真伪信息(Input to calculations by ISBN. To arrive at the authenticity of the information)
- 2010-03-01 01:07:39下载
- 积分:1
-
dac
digital to analog converter
- 2013-12-04 00:29:18下载
- 积分:1