-
success_searchSCH
GSM 广播控制信道 的同步信道接收端部分
SCH 完成译码正确(GSM SCH DECOING IS RIGHT)
- 2013-11-07 23:55:52下载
- 积分:1
-
Precision-analysis-of-GPS_BDS-
Precision analysis of GPS_BDS baseline solution
- 2016-05-31 10:46:48下载
- 积分:1
-
shadow-detection
说明: 一个比较快速的阴影检测算法,基于HSV色彩空间(Shadow detection algorithm based on HSV color space)
- 2011-04-17 21:54:28下载
- 积分: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
-
truss
2d truss analysis , code with matlab
- 2009-10-01 17:19:36下载
- 积分:1
-
faceprotecte
face protecte program
- 2010-05-21 04:14:52下载
- 积分:1
-
triangle_sin_compare01_deadband
单相逆变器matlab仿真模型,开环双极性spwm控制,带死区。(Single-phase inverter matlab simulation model, open-loop bipolar SPWM control, with dead-time band control.)
- 2018-12-21 14:42:36下载
- 积分:1
-
bkput
MATLAB BS option prcing
- 2011-07-03 10:32:54下载
- 积分:1
-
AmbiguityFun
画雷达信号的模糊函数,包括单脉冲信号、线性调频信号。(The painting of the ambiguity function of radar signals, including the single-pulse signal, linear frequency modulation signal.)
- 2012-05-05 10:46:35下载
- 积分:1
-
DSP_RADAR
主要用于实现雷达信号的处理,对四目标进行识别测速(Mainly used to implement the processing of radar signals for the four target recognition speed)
- 2014-12-23 09:55:30下载
- 积分:1