-
burg
burg算法的具体实现,计算步骤完全参考胡广书数字信号处理(burg concrete realization of the algorithm, calculation steps Complete Reference, Hu Guang-shu digital signal processing)
- 2010-01-03 17:01:02下载
- 积分:1
-
plot_data_v1
clustring code matlab1
- 2010-12-26 01:13:05下载
- 积分:1
-
renzhiwuxiandian
认知无线电中关于频谱感知的相关知识以及源程序(Knowledge on spectrum sensing in cognitive radio as well as source)
- 2012-05-21 19:54:32下载
- 积分:1
-
eemd
eemd的matlab源程序 能够较好的实现信号的预处理(EEMD matlab source code to achieve the signal preprocessing better)
- 2013-08-27 09:51:34下载
- 积分:1
-
_matlab_FDTD-one_two_there.m
计算以为二维三维情况下波导的FDTD程序
为MATLAB格式 对初学者很有帮助(Calculations to 2D and 3D FDTD waveguide case procedures Very helpful for beginners to MATLAB format
)
- 2011-12-08 14:59:37下载
- 积分:1
-
frft2.m.txt
分数付利叶变换的第二种算法 matlab程序(The m-file frft2.m computes the fast fractional Fourier transform following the algorithm)
- 2015-04-21 19:38:01下载
- 积分:1
-
PLS_DA
PLS-DA法是将定量偏最小二乘法用于判别分析的一种策略,其基本思想是将已知类别样本的浓度阵分别设为0、1(对两类用PLS1方法而言),或-1、0、1(对三类用PLS1方法而言),或01、10(对两类用PLS2方法而言),或001、010、100(对三类用PLS2方法而言),多类问题依次类推,再通过定量PLS方法建立模型。(PLS- DA method is to use quantitative partial least squares discriminant analysis of a kind of strategy, the basic idea is to known categories the concentration of the sample matrix is set to 0, 1 (for two types of PLS1 method), or 1, 0, 1 (for three types of PLS1 method), or 01, 10 (for two types of PLS2 method), or 001, 010, 100 (for three PLS2 method), many questions so on, through quantitative PLS method to establish model.)
- 2020-11-29 11:19:28下载
- 积分:1
-
mini2
clear all
clc
t=0:1/1000:10-1/1000
s=sin(2*pi*t)
snr=20
s_power=var(s) varience of s
linear_snr=10^(snr/10)
factor=sqrt(s_power/linear_snr)
noise=randn(1,length(s))*factor
x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù
x1=noise Ô ë É ùÔ ´ Ê ä È ë
x2=noise
w1=0 È ¨Ï µ Ê ý ³ õ Ö µ
w2=0
e=zeros(1,length(x))
y=0
u=0.05
for i=1:10000 LMSË ã ·¨
y(i)=w1*x1(i)+w2*x2(i)
e(i)=x(i)-y(i)
w1=w1+u*e(i)*x1(i)
w2=w2+u*e(i)*x2(i)
end
figure(1)
subplot(4,1,1)
- 2010-10-26 16:41:03下载
- 积分:1
-
nbnfi-fe200901081012
this programm is for nurbs toolbox in matlab to help plotting nurbs curves.
- 2013-05-10 16:51:20下载
- 积分:1
-
spectrum-allocation-algorithm
本文详细介绍了最大独立集的频谱分配算法,如果不考虑认知用户之间的干扰关系以及频谱的效益,本文值得读者借鉴(This paper describes the spectrum allocation algorithm for maximum independent set, if you do not consider the relationship between cognitive interference between users and spectrum efficiency, this article is worth the reader learn)
- 2015-12-06 10:06:31下载
- 积分:1