资源简介
一种基于稀疏变量的欠定盲分离算法,很好用,大家试一下。
代码片段和文件信息
function [y A]= sparseBSS1(XLlangdaGhdelta)
%----------------------------------------------------------------
% 2009-04-15 YangZhicong
% X: observed signaleach row correspond to a sensor observations
% L: the length of FFT (or the length of Hanning window)
% langda: adjust the desired angular width
% G: % discretize the potential field by taking a sample of G points
% h: threshold
% y: estimated sourses
% A: estimated mix matrix
% here we just consider the special casei.e m = 2
[m T] = size(X);
if nargin < 2L = 2048; end
d = round(0.15*L)*2; % the hop distance
overlap = L - d; % number of samples of overlap between adjacent windows
w = hann(L)‘; % Hann (Hanning) window function;
frame_X = bss_make_frames(Xwoverlap); % decompose X into
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4590 2009-04-16 12:31 基于稀疏变量的欠定盲源分离\sparseBSS1.m
文件 10561 2009-04-17 13:21 基于稀疏变量的欠定盲源分离\sparseBSS_delay_modify.m
文件 0 2013-08-24 20:04 基于稀疏变量的欠定盲源分离\说明.txt
相关资源
- sparse_representation 最热门的稀疏表示的
- SRC
- CVPR09-ScSPM 基于空间金字塔匹配的稀疏
- CVPR09-ScSPM
- KSVD 图像稀疏编码的方法
- SR 利用稀疏矩阵思想进行图像的超分
- BSS
- k_svd k-svd算法m代码.用于形成冗余字典
-
ob
ject-Recognition-via-Sparse-PCA 利用稀疏 - FaceRecogTool 基于稀疏表示的人脸识别系
- KSVD-for-SAR_LOG 用基于稀疏表示和KSVD字
- ksvdsbox11-min KSVD字典训练程序
- omp 用小波变换作为稀疏基
- xinhaoyutuxiangdexishufenjie 西南交通大学出
- CSR_IR 基于稀疏表示的图像重建
- SRC 经典的稀疏表示SRC算法
- Tetrolet_Transform Tetrolet变换的原代码
- orthogonal-matching-pursuit OMP算法的matlab的
- Sparse-Coding-and-Dictionary 对图像稀疏编码
- Wavelet_IRLS 压缩感知CS——采用小波变
- ScSR Jianchao Yang 的基于稀疏表示的单幅
- Exercise1-Sparse-Autoencoder 网址:http://d
- HaarPSRC=Vehicle-detection 运用harr特征+SR
- compressed-sensing 压缩感知
- GMCA gmcalab 快速广义的形态分量分析算
- KSVD 稀疏表示中字典学习算法KSVD的实
- SRC 一个自己编的稀疏表示分类程序(
- Sparse_Representations_classifier 一个常用的
- sparsecoding 稀疏编码在图像分类中的实
- sparse-subspace-clustering 关于稀疏子空间
评论
共有 条评论