-
Regressionanalysis
回归的各种分析实例以及matlab代码,包括各种数学应用,比如线性回归,非线性回归,逐步回归(Examples of regression analysis, as well as a variety of matlab code, including a variety of mathematical applications such as linear regression, nonlinear regression, stepwise regression)
- 2020-09-18 09:07:56下载
- 积分:1
-
enframe
frame blocking, known as enframe or split the signal into specific frames.
- 2010-09-07 22:53:00下载
- 积分:1
-
Antenna_Gui
c est programme pour afficher les lobs d un antenne
- 2012-06-06 18:52:38下载
- 积分:1
-
二维自适应处理程序 STAP optxi
机载微波雷达信号的空时二维自适应处理程序STAP(radar-STAP Space time adaptive processing for airborne microwave radar signals)
- 2016-06-05 14:19:13下载
- 积分:1
-
powerflow
用matlab编写程序计算3机9节点算例系统的潮流及三相短路电流。(The program is written in matlab to calculate the power flow and three-phase short-circuit current of the 3-machine 9-node example system.)
- 2020-10-31 17:59:54下载
- 积分:1
-
Matlab_Statistic
matlab数理统计工具箱介绍,内含大量数理统计函数的说明(matlab toolbox of mathematical statistics introduction, containing a large number of mathematical description of statistical functions)
- 2009-09-09 20:57:31下载
- 积分:1
-
signer
基带信号的码型程序实现,介绍了常用的基带信号的MATLAB实现以及MATLAB码型变换(Baseband signal pattern program to achieve)
- 2013-04-21 09:36:05下载
- 积分:1
-
radon_ambiguity
%radon transform
clear all
%
N=800
n=1:N
fs=200
t=n/fs
x1=exp(j*2*pi*(5*t+0.5*5*t.^2))
x2=exp(j*2*pi*(5*t+0.5*15*t.^2))
x=x1+x2
%N=length(x)
% ambifunb(x )
%*****************************************RAT
naf=ambifunb(x)
htl(abs(naf))
% [wh,rho,theta]=htl(abs(naf))
colormap([0,0,0])
% xlabel( 极半径 )
% ylabel( 角度 )
%**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确)
%找出峰值点的坐标
b=max(max(wh))
[u,a]=find(wh>=0.8*b)
( Radon transformclear all N = 800 n = 1: N fs = 200 t = n/fs x1 = exp (j* 2* pi* (5* t+ 0.5* 5* t. ^ 2)) x2 = exp ( j* 2* pi* (5* t+ 0.5* 15* t. ^ 2)) x = x1+ x2 N = length (x) ambifunb (x)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh)
- 2008-05-06 21:56:10下载
- 积分:1
-
ANN-k-fold-cross-validation
ann k-fold cross validation matlab cone
- 2014-02-24 21:16:08下载
- 积分:1
-
spfx
大师开发的时频分析工具箱,matlab语言编写,可作为toolbox。(Master the development of time-frequency analysis toolbox, matlab language as a toolbox.)
- 2007-07-15 14:42:15下载
- 积分:1