-
drynimicmatlab
用matlab的小程序,希望对大家有所帮助!有限元结构动力学分析与工程应用.
the code of <FEM ON DRYNIMIC analysys of enegineering >
- 2010-11-09 14:41:12下载
- 积分:1
-
x2006413105720
本文介绍了一个用MATLAB语言编写的通信仿真教学软件。论述了通信的基础理论和通信仿真教学软件的设计思想以及实现的方法,并谈到了计算机辅助教学的必要性。(This article describes a use of MATLAB language teaching software for communications simulation. Discusses the basic theory of communication and communication simulation teaching software design idea and the realization of the method, and spoke of the need for computer-aided teaching.)
- 2008-07-02 09:54:36下载
- 积分:1
-
detection
QR二维码精定位,通过探测三个位置探测图形获得三个坐标,定位准确率90%左右。(QR code precise positioning, through the detection of 3 position detection patterns and then get 3 points, the recognition accuracy is about 90%.)
- 2019-03-11 10:44:20下载
- 积分:1
-
RSCC_Turbo
运用Log-Map迭代译码算法实现Turbo码的简化译码,改善了码率,提高译码速度,减小了运算量。(The use of Log-Map iterative decoding algorithm decoding Turbo codes to simplify and improve the bit rate, improve decoding speed and reduce the computational complexity.)
- 2009-10-19 17:54:32下载
- 积分:1
-
AHP层次分析例子——简单型
说明: ahp层次分析,一个简单的实例来诠释ahp的整个过程,完全符合整个开发流程。(ahp-level analysis, a simple example to explain the whole process of ahp entirely consistent with the overall development process.)
- 2005-09-10 00:54:01下载
- 积分:1
-
DMC111
说明: 带约束多变量DMC控制,能处理带约束的多变量DMC的控制问题(Constrained multivariable DMC control, able to handle constrained multivariable control problem of DMC)
- 2021-03-23 10:19:15下载
- 积分:1
-
paper4
LTE-A异构网的能效仿真研究.pdf (LTE-A can emulate true heterogeneous network research.pdf)
- 2014-11-02 20:58:02下载
- 积分:1
-
hrr_profile
lfm信号的处理,lfm信号的处理的matlab仿真(lfm signal processing)
- 2013-11-04 22:28:56下载
- 积分:1
-
DCT_IDCT
to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression
for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution
now compare our special 8X8 functions with the internal general functions
use this code:
A = int32(100*rand(8,8))
tic for i = 1 : 1000 IDCT_8X8(DCT_8X8(A)) end toc
tic for i = 1 : 1000 idct2(dct2(A)) end toc
i had built the general functions too, but with low speed (to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expressionfor M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the executionnow compare our special 8X8 functions with the internal general functionsuse this code: A = int32 (100* rand (8,8)) tic for i = 1: 1000 IDCT_8X8 (DCT_8X8 (A)) end toc tic for i = 1: 1000 idct2 (dct2 (A)) end toc i had built the general functions too, but with low speed)
- 2007-12-05 18:28:42下载
- 积分:1
-
d
说明: 在MATLAB上用于产生WCDMA 仿真信号源的源程序(In MATLAB on WCDMA simulation used to produce the source signal source)
- 2009-03-14 20:58:33下载
- 积分:1