-
S-parameter
求不规则波导的散射参数的matlab程序,使用的matlab的微分工具箱(有限元法),总的来说还不错,附带实验报告。(Scattering parameters of irregular waveguides matlab program, using a differential matlab toolbox (finite element method), on the whole pretty good, with a test report.)
- 2013-09-11 18:09:14下载
- 积分:1
-
lyapunov55
加迷路事要哂;民怒目国家烟草专卖局 硕果累累进行了 ( flgkop [ki fsd djio kdl alk djfo )
- 2009-10-30 19:57:50下载
- 积分:1
-
Huang98
Huang 98 文章——The empirical mode decomposition and the hilbert spectrum(Huang 98 articles- The empirical mode decomposition and the hilbert spectrum)
- 2009-05-08 17:58:12下载
- 积分:1
-
RBFnn
说明: 利用matlab语言实现的RBF神经网络建模例子,对学习RBF建模很有帮助(using Matlab language RBF neural network modeling example, to learn modeling helpful RBF)
- 2006-03-10 19:10:02下载
- 积分:1
-
comtest
自己写的串口中断程序
带有详细注释
适合新手 个人推荐 (Serial interrupt program to write notes with detailed personal recommendation for novice)
- 2020-10-10 11:07:34下载
- 积分:1
-
spectral-clustering-demo
spectral-clustering-demo 谱聚类的matlab演示程序,是学习谱聚类的好资料,经调试通过,包含n-cut和改进的n-cut(spectral-clustering-demo demo matlab spectral clustering, spectral clustering is good information to learn by debugging through, including the n-cut and improving the n-cut)
- 2020-06-28 16:40:02下载
- 积分:1
-
gm2
gm2对上下变动的数据,预测效果比gm1好,但对趋势较好的数据,预测精度没有gm1高。(gm2 on the up and down movements of the data to predict better than gm1 good, but better data on trends, forecast accuracy not gm1 high)
- 2012-04-17 16:28:40下载
- 积分:1
-
两种驾驶员模型进行对比分析
两种驾驶员模型进行对比分析,最终验证本驾驶员模型的优势(Comparing the two pilot model, finally verify the driver model)
- 2015-04-21 15:11:06下载
- 积分:1
-
Matlab-GUI
精通GUI图形界面编程(MATLAB) 施晓红版
外加几个相关的教程,不如施晓红的系统,但是有参考价值
图书馆热门书籍,专业书籍,一般书店买不到(Proficient in GUI graphical interface programming (MATLAB)
Xiaohong Shi version
plus some related tutorial, there is reference value for the library popular books, professional books, general bookstore can not buy)
- 2009-03-13 22:29:38下载
- 积分: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