-
huigui
一元线性回归分析的源码,通过几组数据来对该数据进行分析是否回归显著(Linear regression analysis of the source, through several sets of data to the regression analysis of the data is significant)
- 2008-01-21 16:54:50下载
- 积分:1
-
regression-analysis-using-matlab
利用matlab进行线性和非线性回归分析的教程,内含多个实例(Linear and non-linear regression analysis using matlab tutorial that contains multiple instances)
- 2013-04-25 22:18:02下载
- 积分:1
-
ODELinFinDif
This Matlab script solves the linear boundary value problem, second-order finite differences, as explained in the text.(linear ODE Function)
- 2014-12-05 06:03:10下载
- 积分:1
-
plotExamples
matlab gui, 一个综合的例子,包括了基本的各种组件用法。(matlab gui, a comprehensive example, including the basic usage of the various components.)
- 2010-06-04 01:38:50下载
- 积分:1
-
matlab_ti
image processing toolbox for matlab
- 2011-04-23 23:52:10下载
- 积分: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
-
Journal1
journal one for the UPFC voltage profile and power measurement
- 2015-02-26 01:43:51下载
- 积分:1
-
57578866ANN
the file represents very good tutorial using matlab in neural network field
- 2013-05-03 13:13:28下载
- 积分:1
-
LTE_Scrambler
this code implement LTE scrambler and LTE descrambler used in the 4G mobiles release 8.parameters of these two blocks are flexible.
- 2013-12-13 20:01:12下载
- 积分: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