-
pf-speak
粒子,粒子滤波,并且又在matlab中进行语音识别,(Particles, particle filter, and another for voice recognition in matlab,)
- 2011-09-19 09:31:42下载
- 积分:1
-
Noise-and-Vibration-Analysis-
Title: Noise and Vibration Analysis: Signal Analysis and Experimental Procedures Volume:
Author(s): Anders Brandt
Series: Periodical:
Publisher: Wiley City:
Year: 2011 Edition: 1
Language: English Pages: 445
ISBN: 0470746440, 9780470746448
(Noise and Vibration Analysis is a complete and practical guide that combines both signal processing and modal analysis theory with their practical application in noise and vibration analysis. It provides an invaluable, integrated guide for practicing engineers as well as a suitable introduction for students new to the topic of noise and vibration. Taking a practical learning approach, Brandt includes exercises that allow the content to be developed in an academic course framework or as supplementary material for private and further study.Addresses the theory and application of signal analysis procedures as they are applied in modern instruments and software for noise and vibration analysisFeatures numerous line diagrams and illustrationsAccompanied by a web site at www.wiley.com/go/brandt with numerous MATLAB tools and examples.Noise and Vibration Analysis provides an excellent resource for researchers and engineers automotive, aerospace, mechanical, or electronics industries who work)
- 2014-11-15 21:34:28下载
- 积分:1
-
chaios
说明: MATLAB编程,利用simulink设计简单的混沌电路,仿真通过。可以最为您的课程设计资料。。。(MATLAB programming, using simulink design of a simple chaotic circuit, simulation through. Most of your programs can design information. . .)
- 2010-04-14 12:51:26下载
- 积分:1
-
kdica.tar
kICA implementation
- 2009-03-23 18:43:26下载
- 积分:1
-
ROF
ti is TV-L2 model for deblurring image
- 2009-11-30 20:11:09下载
- 积分:1
-
photonic_1D_TEM
photonic crystal-matlab
- 2009-05-29 21:42:34下载
- 积分:1
-
PVsimulation
适用于工程用太阳能电池板仿真,可以根据不同光照强度温度得出IV PV 曲线(simulation of pv with simulink)
- 2011-05-29 10:52:48下载
- 积分:1
-
高斯回归过程
说明: 高斯过程回归,代码可以再matlab2016上顺利运行,希望对学习高斯过程的你有所帮助(Gaussian process regression, the code can be run smoothly on matlab2016, I hope to help you to learn the gaussian process)
- 2020-05-28 22:59:08下载
- 积分: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
-
MATLABFUNCTION
一些常用的MATLAB函数,求和; 求导数;
求极限;求泰勒展开式(Some commonly used MATLAB function, summation order derivative seeking limits order Taylor expansion)
- 2009-03-17 17:58:15下载
- 积分:1