-
555
图形信号的仿真的matlab程序实例,可以说明在小波中图形信号的消噪(Graphical simulation of the signal matlab program examples illustrate the graphic signals in wavelet de-noising)
- 2010-03-14 18:35:02下载
- 积分:1
-
peakdetect_ECG_v4
ECG心电图 峰值检测
Inputs
ecg : raw ecg vector
fs : sampling frequency
view : display span of the signal e.g. 8 seconds (8 seconds is the default)
Outputs
indexes and amplitudes of R_i, R_amp, etc
heart_rate computed heart rate
buffer_plot : processed signal(ECG peak detect analysis
Inputs
ecg : raw ecg vector
fs : sampling frequency
view : display span of the signal e.g. 8 seconds (8 seconds is the default)
Outputs
indexes and amplitudes of R_i, R_amp, etc
heart_rate computed heart rate
buffer_plot : processed signal)
- 2014-11-21 23:17:07下载
- 积分:1
-
matlab-3
matlab单边带仿真与解调源码,北京邮电大学实验课参考(Simulation and single sideband demodulation matlab source, Beijing University of Posts experiment class Reference)
- 2010-12-01 14:53:59下载
- 积分:1
-
Airline
用时间序列建模,预测和监视国际飞机乘客数量序列,(Forecasting and monitoring of objectives:international airline passengers)
- 2011-04-19 18:42:05下载
- 积分:1
-
dll
matlab调用高级语言编写的dll文件的详细方法描述(calling matlab dll file written in high-level detailed methodology description)
- 2010-05-09 15:38:12下载
- 积分:1
-
CODE-AND-CHANNEL-ESTIMATION
卷积编码,信道估计值得参考的论文,引用度很高,对写这方面论文有很大的参考价值。(Convolution coding, channel estimation worthy of reference papers, citing a high degree of writing papers in this area has great reference value.)
- 2014-10-08 16:03:32下载
- 积分:1
-
femtrijiami
有限元剖分三角形剖分程序,还有加密程序,可用于求解有限元问题(use to salve fem)
- 2010-06-03 08:33:33下载
- 积分:1
-
SRUKF
利用无迹卡尔曼滤波的平方根形式做的一个简单例子(A sample case of using SRUKF to find the true value)
- 2019-05-02 21:47:12下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1
-
AHP
数学建模实验&matlab实现求矩阵特征值特征向量AHP方法的建模与实现 计算矩阵特征值、特征向量;AHP方法的建模与实现
数学建模实验&matlab实现求矩阵特征值特征向量AHP方法的建模与实现(Experimental & matlab implementation of mathematical modeling to evaluate matrix eigenvalue eigenvector method of AHP Modeling and Implementation of calculating matrix eigenvalues, eigenvectors AHP method of modeling and implementation to achieve mathematical modeling experiments & matlab Matrix Eigenvalues and Eigenvectors AHP method of construction Model and Implementation)
- 2010-05-21 09:02:50下载
- 积分:1