-
xihao
说明: 运用MATLAB编程得到简单信号、简单信号运算、复杂信号的谱和功率谱图,复杂信号的谱存在线谱和连续谱,并分析其组成。(Be simple to use MATLAB programming signal, a simple signal computing, complex signal and power spectrum of the spectrum, the existence of complex signal spectrum line spectrum and continuous spectrum, and to analyze its composition.)
- 2009-07-30 18:17:04下载
- 积分:1
-
caiyang
利用matlab进行信号采样(欠采样、过采样等)的源程序(Sampling the signal using matlab (less sampling, oversampling, etc.) of the source)
- 2020-12-01 15:09:27下载
- 积分:1
-
code_lxswt
matlab解决多旅行商问题,数学建模中的灾情巡视的源码。(matlab solve the traveling salesman problem, the disaster inspection in the mathematical modeling of source.)
- 2013-04-10 17:40:50下载
- 积分:1
-
DSB
载波频率不同的多个DSB信号混合后,在不知道源信号的情况下,将混合后的DSB信号分离出来(A different carrier frequency signals of multiple DSB after mixing the source signals without knowing the circumstances, would be a mixture of the DSB signal separation)
- 2010-03-05 00:31:05下载
- 积分:1
-
shuzhifangzhen
利用matlab对stk已经做好的卫星编队进行数值仿真(Numerical simulation using matlab ready stk satellite formation)
- 2012-10-27 16:15:57下载
- 积分: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
-
matlab
MATLAB在信号处理中应用循环卷积用MATLAB计算连续时间信号的卷积(MATLAB in signal processing using MATLAB computing cyclic convolution of the convolution of continuous-time signal)
- 2010-03-05 15:54:47下载
- 积分:1
-
MATLAB123
MATLAB6.x信号处理,电子工业出版社(matlab book)
- 2010-05-10 11:49:23下载
- 积分:1
-
stabilization
in this file has matlab code for video stabiliz
- 2011-06-25 18:00:19下载
- 积分:1
-
LabVIEW2013_Module
高级信号处理工具包,做小波分析,时序处理(signal analyse)
- 2014-12-15 10:40:41下载
- 积分:1