-
MATLABDemystified
matlab教程,方便的适用于初学者,中文版本(matlab tutorials, easy for beginners, the Chinese version)
- 2010-11-18 11:13:15下载
- 积分:1
-
assignment
平稳随机信号(离散信号)的谱分析,周期图法以及Bartlett平均周期图法等方法及其之间的比较(Stationary random signal (discrete signal) spectral analysis, the average periodogram and the Bartlett periodogram method and other methods of comparison between)
- 2010-12-06 21:52:57下载
- 积分:1
-
GMSK
GSMK matlab code full one
- 2015-04-07 22:26:06下载
- 积分:1
-
stress
这对于计算chut chutiye的摩擦力是一个很好的选择(this is a nice for calculating the friction of chut chutiye)
- 2020-06-23 09:20:02下载
- 积分:1
-
OFDMcode
采用Matlab仿真的OFDM链路代码,可以运行并生成性能曲线(maltab code for OFDM communication system,and performance is good)
- 2012-05-06 10:40:58下载
- 积分:1
-
memd
经验模态分解m源程序,matlab实现,一般用于信号分析处理...(The EMD program,executed in matlab)
- 2021-01-26 16:28:36下载
- 积分:1
-
matranswithfilter
simple 8qam modulator with rcos filter with demodulator
- 2011-12-10 17:42:50下载
- 积分:1
-
Gods-Algorithm
上帝算法是优化算法中一种比较特殊的算法,与哲学心理学有关联。(God s Algorithm)
- 2013-12-25 21:15:27下载
- 积分:1
-
MATLAB
matlab基础编程的例子,尤其适合初学者,(Examples of basic programming for beginners)
- 2014-02-22 11:00:51下载
- 积分: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