-
source_code
testing for register purpose, while this is not to offend people, but to help myself.
- 2012-10-03 15:22:35下载
- 积分:1
-
chapter5
张德丰matlab小波分析源代码,从信号时-频联合分析引入小波变换,将信号的多分辨率分析及Mallat算法作为全书的重点,并在此基础上,进一步阐述了双正交小波多分辨率分析、小波包多分辨率分析、提升小波应用,还讲述了小波分析在奇异性检测、去噪及数据压缩中的应用。(Zhang Defeng Matlab wavelet analysis of the source code from the signal- frequency joint analysis of the introduction of wavelet transform, multi-resolution analysis of the signal and Mallat algorithm as the focus of the book, and on this basis, further elaborated biorthogonal wavelet multi-resolution analysis wavelet packet multi-resolution analysis, the lifting wavelet applications, but also about the application of wavelet analysis in the singularity detection, de-noising and data compression.)
- 2013-05-21 18:56:44下载
- 积分:1
-
huffmandecode
霍夫曼编码的MATLAB程序
对简单序列的编码
(huffman code)
- 2009-05-05 21:20:45下载
- 积分:1
-
matlab-camera-interface-code
this is camera interface code for matlab.
- 2013-12-28 12:03:03下载
- 积分:1
-
upf_ekf_ukf_epf_demos
关于pf,ekf,ukf,upf,epf,并加上mcmc算法(On pf, ekf, ukf, upf, epf, and together with the MCMC algorithm)
- 2007-09-05 20:13:41下载
- 积分:1
-
matrix_kron
说明: matlab中kron函数的C++实现,即对矩阵实现kron积,接口与matlab函数完全相同,可以作为替代程序使用(kron matlab functions in C++ implementation, the implementation of the matrix kron product, interface with matlab function exactly the same procedure can be used as an alternative)
- 2011-03-14 19:37: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
-
Chap_5_MVDR
This is About MVDR beamforming techniques which matlab codes
- 2011-07-22 07:45:50下载
- 积分:1
-
Rosen-Brock-Equation
This function is about optimization by conjugate method
- 2014-09-18 02:47:07下载
- 积分:1
-
CSR-NFC-0.0.01
CSR与NFC集合工具,NFC是只能适合复旦微的芯片,CSR适合ROM版本和FALSE版本(CSR and NFC collection tools, NFC is only suitable for fudan micro chips, CSR for ROM version and FALSE version)
- 2015-02-02 11:48:20下载
- 积分:1