• 大小: 8KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-09
  • 语言: Matlab
  • 标签:

资源简介

matlab开发-块正交匹配跟踪。采用BOMP算法进行压缩系统识别。

资源截图

代码片段和文件信息

% This work is based on the thesis of B.M Sanandaji
% Developed by Lorenzo Tortorella and Alessandro Raugi
% for an univeristy exam in 11/2013
function [stima residui ritardo m_stim] =...
    BOMP_TI( FIrid yid n p num_in )
%% Block Orthogonal Matching Pursuit Time Invariant
% BOMP - ?un algoritmo greedy il quale cerca
%   di identificare gli indici dei partecipanti
%   mediante la correlazione delle misure con le 
%   colonne della matrice delle misure e comparando
%   la correlazione statistica fra differenti
%   blocchi.
%
% Ingressi:
%  FIrid = Matrice delle misure (M x N); con N = n+lp siso l=1
%  yid = misure (M x 1);
%  n = numero dei parametri ‘a‘
%  p = bound ingresso > m+d
%  num_in = numero ingressi
%
% Uscite:
%   stima = stima del segnale K-sparso

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3123  2014-02-14 23:29  BOMP\BOMP_TI.m
     文件        2079  2014-02-14 23:29  BOMP\BOMP_TV.m
     文件         650  2013-11-11 17:55  BOMP\mutual_coh.m
     文件        1847  2014-02-14 23:31  BOMP\prova.m
     文件        2038  2013-11-12 19:22  BOMP\prova_miso.m
     文件        5427  2014-02-14 23:31  BOMP\prova_TV.m
     文件         516  2014-02-14 23:35  BOMP\README.txt
     文件        1307  2014-02-14 11:46  license.txt

评论

共有 条评论