-
QAM
I have created my first qam model box with simple conversions. Contains binary to decimal and vice versa conversions.
- 2010-08-20 02:01:15下载
- 积分:1
-
ziliao
混沌发展,历史和编码,混沌的研究方法及编码。(Chaotic development, history and coding, chaos research methods and coding.)
- 2010-11-23 12:23:39下载
- 积分:1
-
DBSCAN
发表在《science》上的一种基于密度峰值的聚类算法源程序(Cluster algorithm based on density peak)
- 2017-07-19 15:43:36下载
- 积分:1
-
wimax-mimo
codage matlab winmax mimo
- 2009-10-18 23:33:44下载
- 积分:1
-
MATLAB_Simulink
[过程控制工程及仿真:基于MATLAB_Simulink].(随书光盘)(Process control based on MATLAB_Simulink)
- 2012-03-30 17:44:33下载
- 积分:1
-
imratio
This script allows to know the compression ration between two images
- 2014-10-30 06:44:43下载
- 积分:1
-
DOA
基于增广矩阵束的二维doa算法,阵列流型为L型,在matlab环境下实现(Doa algorithm based on a two-dimensional array Flow augmented matrix beam is L-shaped, achieved in the matlab environment)
- 2013-11-26 10:20:39下载
- 积分:1
-
copulaenglish
解决二个变量 之间的非线性关系,包括MATLAB中自带的五种copula函数。(Solve the non-linear relationship between two variables, including five Copula Functions in MATLAB.)
- 2020-06-23 23:00:01下载
- 积分:1
-
LLTSA降维
说明: 这个是KPCA核主成分分析的代码,好用,里面也带有范例(This is the KPCA kernel principal component analysis code, which is easy to use and also contains examples.)
- 2019-12-01 20:24:24下载
- 积分:1
-
lorentzfit
= lorentzfit (× )
lorentzfit 符合输入(× )与罗伦兹功能的形式
“ (× )= 1 / ((- 2)^ 2 + 3号)
输入
:因变量值[ 是] (× )
× :独立变量的值
输出功率
一:名单[ 1 2 3 ] 罗伦兹参数
示例
× = - 16:0.1:35
= 19.4 / ((- 7)^ 2 + 15.8)+ randn (大小(× )/ 10 )
= lorentzfit (× )
杰瑞德·威尔斯
11 / 15 / 11
杰瑞德威尔斯[ 点] [在] [ 点] 教育公爵(a = lorentzfit(y,x)
LORENTZFIT fits the input Y(X) with a Lorentzian function of the form
Y (X) = A1./((X- A2).^2+ A3)
INPUTS
Y : Dependent variable values [Y(X)]
X : Independent variable values
OUTPUT
A : List of Lorentzian parameters [A1 A2 A3]
EXAMPLE
x =-16:0.1:35
y = 19.4./((x- 7).^2+ 15.8)+ randn(size(x))./10
a = lorentzfit(y,x)
Jered R Wells
11/15/11
jered [dot] wells [at] duke [dot] edu)
- 2012-05-02 20:28:43下载
- 积分:1