-
gpuKit
graphic processing unit kit for matlab
- 2011-11-09 00:41:14下载
- 积分:1
-
main1
不错的pso源程序,非常适合初学者学习。(Pso good source, very suitable for beginners to learn.)
- 2013-12-13 11:03:58下载
- 积分:1
-
Final Version
说明: 三自由度 3-DOF 平台的运动学和轨迹规划(Kinematics and Trajectory planning of a 3-DOF platform with 3 extensible limbs)
- 2020-10-06 01:02:54下载
- 积分:1
-
communication_systemsand_MATLAB_(Proakis)
说明: 通信系统与MATLAB书配套的编程源码,可以运行实现,欢迎大家下载。(Communications systems supporting the book with the MATLAB programming source code, you can run to achieve, we are happy to download.)
- 2009-08-28 09:49:52下载
- 积分:1
-
sudo7matlab
说明: 這是一個求數獨遊戲的m-file
在matlab的命令窗口
鍵入>> sudo7
或者run sudo7 的m-file
之後在 9x9 的方格內 填入 數獨的問題
按下 "計算是否有解" 的功能鍵
若不是存在多組的解,則可以
按下 "顯示結果" 的功能鍵,
也可以載入作者測試的"date1"或"date2"
但不可載入及修改"condition"(This is a Sudoku game for the m-file in matlab command window type>> sudo7 or run sudo7 the m-file after the box in the 9x9 Sudoku Fill in the question of pressing the calculate whether the solvability feature key if it were not for the existence of multiple solutions, you can press the show results of the function keys can also be included in the authors test date1 or date2 but not loading and modification of condition )
- 2008-10-23 21:14:58下载
- 积分:1
-
transform_12to3
将12分之一倍频程的声学数据转化为3分之一倍频程(The acoustic data with 12 points, one octave is transformed into a one-third octave)
- 2015-03-30 18:25:25下载
- 积分:1
-
kpca
KPCA降维算法的实现函数,matlab的函数(KPCA dimensionality reduction algorithm to achieve the function, matlab function)
- 2011-08-10 12:38:58下载
- 积分:1
-
fresneldifferaction
快速计算菲涅尔衍射光场,将菲涅尔衍射公式转换为快速傅里叶变换FFT,可以直接嵌入程序中使用,对菲涅尔计算全息很有用!(Fast calculation of Fresnel diffraction field, Fresnel diffraction formula will convert the fast Fourier transform FFT, can be directly embedded program using the Fresnel CGH is useful! ! !)
- 2013-11-01 19:41:47下载
- 积分:1
-
youhua
matlab金融工程中关于投资数据优化的教程附带有实例(matlab financial engineering on investment data optimization tutorial with instances)
- 2013-02-13 18:06:49下载
- 积分:1
-
Discret-Wavelet-Transform-got-Daub2-by-Santhana-R
y=d2wavelet(x,Fs,level) does the 2nd order Daubechies Wavelet Transform of signal x with a sampling frequency Fs and the DWT is decomposition is done upto a level
It returns the matrix of all decompositions and the final approximations.
Instead of using the matlab s inbuilt DWT function, this file explains the algorithm for DWT. Mostly useful for learning & academic purposes.
For other wavelets, the filter values alone can be changed or WFILTERS can
be used.
The function basically is for Condition Monitoring of rotating equipments by vibration based bearing fault diagnosis by the author.
Example:
clear all
t=[0:0.0003:8*pi]
x=sin(5000*t)+sin(1000*t)
x=x(1:2^16)
level=5 Fs=1/0.003
d2wavelet(x,Fs,level)
Thanks for Downloading. Don t forget to rate or comment.
- 2013-04-05 21:52:35下载
- 积分:1