-
Statistics Code by Matlab
说明: 包含一元线性回归分析、多元线性回归分析、逐步回归分析、非线性回归分析、主成分分析、因子分析、层次聚类分析、判别分析、自相关分析和自回归分析的全套Matlab源代码(MATLAB source code including linear regression analysis, multiple linear regression analysis, stepwise regression analysis, non-linear regression analysis, principal component analysis, factor analysis, hierarchical clustering analysis, discriminant analysis, autocorrelation analysis and autoregressive analysis)
- 2019-03-14 22:17:00下载
- 积分:1
-
217
说明: (2,1,7)归零卷积码的维特比译码算法的matlab实现((2,1,7) convolutional codeviterbi algorithm matlab implementation)
- 2010-04-07 21:02:39下载
- 积分:1
-
q21
this code is about mlp 1 layer neural network with back propagation training algorithm by using geradient descence for nonlinear system. input data are random.
- 2013-11-28 02:51:57下载
- 积分:1
-
waterf
Waterfall plot matlab function.
Plots the waveforms in X(time,rcvr) vs. "time".Each trace is auto scaled so that the peak-to-peak value is at most 1.0 then each trace is offset by 1 unit.
- 2009-09-21 04:11:21下载
- 积分:1
-
windowedmi
Windowed mutual information
- 2009-04-03 15:04:00下载
- 积分:1
-
matdemo
说明: matlab 和c或者c++ 接口程序,采用mex技术和matlab 计算引擎方式,可以提高matlab运行效率(matlab and c or c++ interface program using matlab calculation mex engine technology and methods can improve the operating efficiency matlab)
- 2008-09-15 16:42:06下载
- 积分:1
-
GSA
Gravitational search algorithm document had been sheared
- 2013-03-23 15:35:04下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
dynamicsvm
动态SVM算法,可实现模型的在线实时更新,里面的数据需要根据自己的实际数据改变,为一多输入单输出的拟合预测模型。(Dynamic SVM algorithm can achieve real-time updates online model, the data inside the data according to their actual needs change, fitting prediction model is a multi-input single-output.)
- 2014-06-02 17:21:54下载
- 积分:1
-
composite
执行pesq的 pfile 文件, 需要用matlab 打开 但是只能用于执行 无法看原代码(p.file of running pesq in matlab )
- 2010-12-09 05:38:45下载
- 积分:1