-
MED
最小熵翻卷积的源代码,此文摘自澳大利亚的学者。(Minimum entropy turn convolution of source code)
- 2011-09-14 17:10:58下载
- 积分:1
-
map
数学建模中可能会用到的有关计算机中图的概念的一些程序(Some programs may use the computer in the concept of mathematical modeling)
- 2013-03-21 18:01:44下载
- 积分:1
-
DOA
针对相干信号的DOA估计,对常规Music,空间平滑Music,双向空间平滑Music,传统LSESPRIT,TEOPLITZ-ESPRIT算法进行仿真并比较(DOA Estimation of the most classic super-resolution algorithm MUSIC and ESPRIT algorithm simulation of irrelevant signals estimates for the coherent signals DOA, conventional Music, spatial smoothing Music, bidirectional spatial smoothing Music, traditional LSESPRIT, TEOPLITZ-ESPRIT algorithm simulation and compare)
- 2020-12-31 10:18:59下载
- 积分:1
-
main_AWGN
高斯白噪声信道的误码率性能的matlab的m文件(BER performance over AWGN channel)
- 2010-08-25 21:25:08下载
- 积分:1
-
MIMO-OFDM-Synchronization-
国外的一份关于802.11n资料的资料,对学习MIMO-ofdm的朋友非常实用。(A information about 802.11 n data abroad, MIMO- ofdm friend very practical to the study)
- 2014-08-19 14:17:17下载
- 积分:1
-
abrirImagem
Open File in Matlab and help a open anyone file in past.
- 2015-03-26 03:28:13下载
- 积分:1
-
CC2530NDK
CC2530NDK实验1——Z-STACK SensorDemo实验(CC2530NDK Experiment 1- Z-STACK SensorDemo experiment)
- 2014-01-19 20:35:37下载
- 积分:1
-
ant
ant colony algorithm for tsp calculate the shortest path between differnt cities. traveler pass from any city onr time
- 2014-02-01 05:18:28下载
- 积分: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
-
vblast
对VBLAST的几种常见的算法(zf,mmse,sic,zf/mmse_sic,osic,sqrd)分别进行了编程仿真(On several common algorithms VBLAST (zf, mmse, sic, zf/mmse_sic, osic, sqrd) simulation program were carried out)
- 2021-04-18 03:48:52下载
- 积分:1