-
MUK_algorithm
This file implements the Multi User Kurtosis Algorithm for Blind Source Separation (see [1] for more details about the method).
The zip file contains:
- the one_shot.m script file
- the MUK_algorithm.m function
The one_shot.m file illustrate the bahaviour of the algorithm for a simple MIMO communication using QPSK modulation. Just unzip the zip files in your computer and run the one_shot script.
- 2010-07-23 11:04:31下载
- 积分:1
-
apapa
contourlet toolbox component
- 2012-06-15 10:09:49下载
- 积分:1
-
Matlab-Excel-Link
用Excel Link实现Excel与Matlab混合编程,自相关与互相关(Excel and Matlab Excel Link and self-and cross correlation)
- 2012-10-15 15:51:12下载
- 积分:1
-
SVM_MATLAB
四种支持向量机SVM工具箱的分类与回归算法。MATLAB编写(Vector Machine SVM classification and regression algorithm toolbox four support. Written in MATLAB)
- 2014-02-13 10:57:21下载
- 积分:1
-
RSSI
rssi定位算法,极大似然估计法,最小二乘法,代码,极大似然估计法(rssi localization algorithm)
- 2014-06-03 18:59:55下载
- 积分:1
-
BPSKtiaozhijietiao
这是一个MATLAB环境下的仿真程序,针对BPSK的调制过程编写,对于分析其时域信号流程有一定的参考意义.(This is a MATLAB simulation program environment, for BPSK modulation process of the preparation for the analysis of its time-domain signal processes have a certain reference value.)
- 2008-04-23 22:08:12下载
- 积分:1
-
icatest
一个独立成分分析的测试文件,包含了几个声音文件,可以用来测试自己的盲信号分离算法。(An independent component analysis of the test file that contains a number of sound files that can be used to test their algorithm for blind signal separation.)
- 2009-12-24 15:22:13下载
- 积分:1
-
Evolutionary-Algorithm
文档中是关于信息传播模型的演化算法,上传仅供分享,并欢迎讨论(The document is about the evolution of information dissemination model algorithm, only upload to share, and welcomes discussion)
- 2011-06-13 17:08:19下载
- 积分:1
-
example4_6
:滤波
fs=400 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=5 时间窗大小
t=0:ts:T (hf1=zeros(1,N)
hf1(f<=B1&f>=-B1)=1
y1=hf1.*fftshift(y)
figure
subplot(211)
plot(f,abs(fftshift(y))/N,f,hf1, r-- )
axis([-fs/2,fs/2,0,1.2])
title( 原信号频谱 )
xlabel( f /Hz )
subplot(212)
plot(f,abs(y1)/N)
title( 低通滤波,截止频率90Hz )
xlabel( f /Hz ))
- 2010-05-25 20:58:05下载
- 积分:1
-
Fuzzy-Control-Systems
基于T-S模糊模型的非线性系统控制与设计教材 希望对大家有帮助(fuzzy control systems design and analysis)
- 2013-11-23 22:15:20下载
- 积分:1