-
LMS
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) ( LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
hamming
hamming编码的matlab小程序,要调用decode函数(a matlab program for hamming_code)
- 2011-06-23 20:58:35下载
- 积分:1
-
FinalDSIPAPROrdinary
The DSI method is
basically a modified SLM method. The additional aspect of
the DSI method is to add M-bits dummy sequences to the
original sequence in order to reduce the PAPR. Where, the
dummy bits are inserted at the end of the data sequence (y).
Next, after IFFT, we select the M-DSI sequence having the
lowest PAPR.
- 2013-10-17 19:32:16下载
- 积分:1
-
ProjectGPU_Matlab
GPU Code in Matlab
- 2010-01-24 17:39:03下载
- 积分:1
-
DMC
DMCmatlab实现,方法有效,有详细说明,欢迎分享。(DMCmatlab realization, the method is effective, and have the detailed instructions, welcome to share.
)
- 2012-03-27 23:01:40下载
- 积分:1
-
FISH
多仿生机器鱼路径规划 仿真程序 matlab例程和VC程序(matlab for robotic ,vc program)
- 2012-04-26 16:05:02下载
- 积分:1
-
POWER2
Optimal Power Flow algorithm
- 2014-09-10 22:25:49下载
- 积分:1
-
JPEG2000.ppt
Matlab code of Histogram Equalization
- 2015-03-27 13:21:01下载
- 积分:1
-
1
说明: 为了提高认知无线电中感知用户对授权用户(主用户) 的检测概率,提出一种新的基于循环
谱统计量的主用户信号检测算法. 该算法利用循环谱离散频域平滑方法,对信号的循环谱在循环频
率处建立合理的检测统计量,然后求解得到对应不同虚警概率的判决门限,以使感知用户能检测信
噪比更低的授权用户信号.(To increase the detection probability of sensing users for licenced users (primary signals) in
the cognitive radio , it put s forward a new primary users signal method based on cyclic spect rum statis2
tics. By using discrete f requency smoothing of cyclic spect rum , this algorithm establishes the reason2
able detection statistics on the cyclic f requency of signal cyclic spect rum , then solves and obtains the
decision threshold correspond to different false alarm probability , as a result , making the sensing users
can detect licenced users signal under lower signal in noise ratio (SNR) .)
- 2010-04-14 20:26:37下载
- 积分:1
-
frft-apply
分数阶frft函数,以及利用该函数实现的一些简单滤波器及lfm函数检测等功能(Fractional frft function, as well as the use of the function to achieve some simple of filter and lfm function of detection function)
- 2013-04-10 11:35:34下载
- 积分:1