-
slide
台湾版的MATLAB教程,主要是PPT,比较详细(Taiwan version of the MATLAB tutorials, mainly PPT, more detailed)
- 2010-07-08 20:39:27下载
- 积分:1
-
MIT-matlab
说明: MIT Matlab教程:INTRODUCTION TO MATLAB — Fall 1999
Thomas F. Weiss
Last modification September 9, 1999
1(MATLAB is a programming language and data visualization software package which is especially
effective in signal processing and systems analysis. This document is a brief introduction
to MATLAB that focuses on those features that are of particular importance in
6.003.1 It is assumed that the reader is familiar with Project Athena, has an Athena account,
and has little or no experience with MATLAB. Other MATLAB help is available through
Athena consulting which offers a number of more tutorial handouts and short courses (ext.
3-4435), on-line consulting (type olc at the Athena prompt), and Athena on-line help (type
help at the Athena prompt). There are a number of books available that describe MATLAB.
For example, Engineering Problem Solving with Matlab, by D. M. Etter, published by
Prentice-Hall (1997) and Mastering MATLAB, by Hanselman and Littlefield, published by
Prentice-Hall (1996). The paperback MATLAB Primer by K. Sigmon, published by CRC
Press (1994) is a handy summar)
- 2011-02-18 21:37:08下载
- 积分:1
-
tuxiangchuli
用计算机进行数字图像处理,使用matlab环境,对图像进行增强,平滑与锐化,分割,变换,压缩与编码,是平常实验的好选择。(Using computer digital image processing, the use of matlab environment, enhance the image, smoothing and sharpening, segmentation, transform, compression and encoding, is usually a good choice experiment.)
- 2009-04-16 21:31:35下载
- 积分:1
-
melfilter
meifilter倒谱系数滤波器,欢迎大家使用(it s melfilter, welcome to download)
- 2010-11-16 16:43:31下载
- 积分:1
-
rab_finish
Code to find speech ending using rabiner method
- 2009-06-03 19:27:25下载
- 积分:1
-
melbankm
说明: melbankm函数的源程序。这个函数也要被melcepst函数调用,用来进行计算Mel倒谱系数。这个函数的作用是构造mel滤波器组(function [x,mn,mx]=melbankm(p,n,fs,fl,fh,w)
MELBANKM determine matrix for a mel-spaced filterbank [X,MN,MX]=(P,N,FS,FL,FH,W)
)
- 2011-04-11 19:59:24下载
- 积分:1
-
get_dods_dds.m
MATLABMATLAB教材学习资料,大家应该能用的上(studying matlab_netCDF_OPeNDAPget_dods_dds.m.rar)
- 2011-09-24 12:19:28下载
- 积分:1
-
A-fuzzy-algorithm----Matlab
在matalb中使用模糊控制器对机器人避障进行仿真(Robot Obstacle Avoidance Base on Application of Fuzzy Algorithm)
- 2021-04-19 11:08:51下载
- 积分:1
-
pmsm-sensorless-MRAS
采用了模型参考自适应系统的simulink仿真环境下的永磁同步电机空间电压脉宽调制仿真(Using a permanent magnet synchronous motor space voltage pulse width modulation simulink simulation environment simulation model reference adaptive system )
- 2016-05-02 20:13:47下载
- 积分:1
-
一个双向LSTM程序 BiLSTM
说明: 一个双向LSTM程序
Long Short Term 网络—— 一般就叫做 LSTM ——是一种 RNN 特殊的类型,可以学习长期依赖信息。LSTM 由Hochreiter & Schmidhuber (1997)提出,并在近期被Alex Graves进行了改良和推广。在很多问题,LSTM 都取得相当巨大的成功,并得到了广泛的使用。
LSTM 通过刻意的设计来避免长期依赖问题。记住长期的信息在实践中是 LSTM 的默认行为,而非需要付出很大代价才能获得的能力!
所有 RNN 都具有一种重复神经网络模块的链式的形式。在标准的 RNN 中,这个重复的模块只有一个非常简单的结构,例如一个 tanh 层。(A bidirectional LSTM program
Long short term network, commonly known as LSTM, is a special type of RNN that can learn long-term dependent information. LSTM was proposed by Hochreiter & schmidhuber (1997) and recently improved and promoted by Alex graves. In many problems, LSTM has achieved great success and has been widely used.
LSTM is designed to avoid long-term dependency. Remember that long-term information is the default behavior of LSTM in practice, not the ability to acquire it at a great cost!
All RNNs have a chained form of repetitive neural network modules. In the standard RNN, this repetitive module has only a very simple structure, such as a tanh layer.)
- 2021-04-21 22:08:49下载
- 积分:1