-
Matlab7.x_dsp_code
《Matlab7.x数字信号处理》源码,人民邮电出版社06年版,学习DSP算法很好的参考资料( Matlab7.x digital signal processing source, and the people s version of Posts )
- 2008-04-24 00:12:05下载
- 积分:1
-
cancorr
说明: cancorr的matlab程序。用于信号的典型相关分析。(The matlab program cancorr. For the canonical correlation analysis.)
- 2009-08-12 10:39:46下载
- 积分:1
-
Matlab-niulafa
电力系统牛顿拉弗逊法求解电力系统潮流,计算准确,精度可调。(Laffer power system Newton Raphson method for solving power flow and accurate calculation accuracy adjustable.)
- 2013-05-22 23:00:16下载
- 积分:1
-
zhuangtaikongjian
利用状态空间求解结构的响应,速度加速度位移等响应(velocity and displacement of structure)
- 2021-03-01 14:49:35下载
- 积分:1
-
Choiwilliams
计算振动信号的Choi-Williams分布,通过对照轴承故障特性频率可知,轴承的外圈发现了故障,完成了对外圈的故障特征提取。(The Choi-Williams distribution of the vibration signal is calculated. Through the comparison of the bearing fault characteristic frequency, the outer ring of the bearing is found to be faulty.)
- 2021-03-14 19:19:23下载
- 积分:1
-
2046
本文详细阐述了小波神经网络在脑电信号数据压缩与棘波识别中的应用(This paper describes the neural network in EEG data compression and spikes Recognition)
- 2010-05-10 11:28:39下载
- 积分:1
-
ABS_simulink
关于汽车ABS的simulink仿真。包含m语言源文件,simulink文件,数据,以及仿真的效果图。改数据后通用。(Simulink simulation of automobile ABS. Including M language source files, Simulink files, data, and Simulation of the effect map. When the data is changed, it is common.)
- 2021-01-11 14:38:49下载
- 积分:1
-
maximumlikehood
用最大似然法求解功率谱密度,现代谱估计方法(use the method of maximum likehood to calculate the power spectral density)
- 2010-12-13 13:12:57下载
- 积分:1
-
Fourier-transform
应用MATLAB实现傅里叶变换的源代码,有助于更好的学习傅里叶变换。(Achieve Fourier transform of the source code based on MATLAB, contribute to a better learning Fourier transform..)
- 2012-05-11 16:46:24下载
- 积分:1
-
CurvatureEstimation
This function calculates the curvature of a 2D line.
Reference£oS. Hermann and R. Klette. Multigrid analysis of curvature estimators. Proc.
Image Vision Computing New Zealand, 108¨C112, 2003.
by Jianfei Pang
k = CurvatureEstimation(list,b,f)
inputs,
list : A M x 2 list of line points.
fn: The number of forward points that were chosen to calcute.
bn: The number of backward points that were chosen to calcute.
outputs,
Ei : M x 1 Curvature values
thetai:M x 1 angle values
Example
[Ei,ti]=CurvatureEstimation(test,4,4)
- 2013-04-25 05:58:51下载
- 积分:1