-
09
说明: 《Matlab从入门到精通》所有的源程序。(《Matlab from entry to the master》 all of the source.)
- 2009-10-09 01:35:49下载
- 积分:1
-
bin_state
关于turbo码状态转移的matlab仿真程序,详细描述的状态之间的转移关系(Turbo codes on the state transition of the matlab simulation program, a detailed description of the transfer of the state of the relationship between the)
- 2009-11-24 18:45:44下载
- 积分:1
-
delayofdm
ofdm 环路延迟估计,包括整数倍估计和小数倍估计。估计误差可调。(The ofdm loop delay estimation, including an integer multiple of estimates and a small multiple of the estimated. The estimation error is adjustable.)
- 2012-05-17 20:25:23下载
- 积分:1
-
LFM
这是一个用于线性调频雷达信号代码,可供参考(This is a code for linear FM radar signal, for reference)
- 2011-07-15 20:50:44下载
- 积分:1
-
915M-uhf
这是通过hfss软件设计915m超高频偶极子天线工程 此设计只通过仿真验证 没有制作实物验证(It is designed to 915m UHF dipole antenna hfss software engineering through the design just does not make physical verification by simulation)
- 2013-12-29 10:53:39下载
- 积分:1
-
martinspeech
用于speech enhancement的经典噪声估计源代码完整,可直接使用。(Classical speech enhancement for noise estimation complete source code can be used directly.)
- 2010-10-24 10:27:21下载
- 积分:1
-
s_GPS_INS_position_sp_demo
联合开发网 - pudn.com
- 2010-12-28 10:06:57下载
- 积分:1
-
ball
说明: MATLAB,编程说明的技术文档,沿曲线移动运动的小球轨迹(MATLAB, programming techniques described in the document, move the movement along the curve ball trajectory)
- 2010-04-28 12:08:56下载
- 积分: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
-
abaqus
利用abaqus分析不同铺层的复合材料层合板的圆孔应力集中问题。(Using ABAQUS to analyze the stress concentration problem of circular hole in composite laminates with different ply.)
- 2016-12-08 18:15:18下载
- 积分:1