-
extract_ecg_siganl
对txt文件中的心电信号提取出来并存放在新的txt文件中,并将提取的心电信号画图显示出来,显示区间可供选择,压缩包内不仅有源码,还有详细的实验报告。可供学习探讨。(ecg signal extracted from txt file by matlab)
- 2009-10-14 16:54:29下载
- 积分:1
-
matlabgoldenbook
说明: matlab宝典,这是目前最全面的教材,是宝典系列丛书,我做成pdf,大家放心看吧!(matlab book, which is the most comprehensive teaching materials, is a book series, I made pdf, rest assured you Check it out!)
- 2008-11-16 18:24:56下载
- 积分:1
-
inline
线性内插器的matlab程序,调试过了 没什么问题(linear interpolation of Matlab procedures, a little too debugging problems)
- 2020-11-03 14:19:52下载
- 积分:1
-
OPM-matlab
基于压缩感知的匹配基追踪算法的matlab实现(Based on compressed sensing based tracking algorithm matlab matching)
- 2020-11-16 21:59:40下载
- 积分:1
-
advanced_ms-dos_programming
this file will help u in wireless communication for mimo based system
- 2009-12-13 01:55:02下载
- 积分:1
-
yuanmusic
说明: MUSIC(Multiple Signal Classification)算法圆阵仿真程式(MUSIC (Multiple Signal Classification) algorithm for circular array simulation program)
- 2008-09-09 15:33:33下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
16QAM
运用matlab,实现16QAM调制与解调,串并转换,信道建立(瑞利多径信道),星座映射,是毕业设计之必备资料(Use matlab, realize 16QAM modulation and demodulation, SERDES, channel establishment (Rayleigh multi-path channel), constellation mapping, is a graduate of the necessary design information)
- 2020-11-19 15:09:38下载
- 积分:1
-
OFDM_MATLAB
完美的OFDM仿真程序MATLAB(带导频),可直接运行(OFDM perfect simulation program MATLAB (with pilot), can be directly run)
- 2021-04-12 13:28:57下载
- 积分:1
-
DiffEvol
Program in matlab for trainig rbf networks. I hope is good for you.
- 2009-05-09 16:48:32下载
- 积分:1