iglesias / gsp_bss

Blind Separation of Sparse Signals Diffused on Graphs
https://ieeexplore.ieee.org/document/8462154
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

R3 3e: a priori information (Remark 2) with heat kernel filters #30

Closed iglesias closed 2 years ago

iglesias commented 2 years ago

The filters are heat kernels given by (before normalization) exp(-tau_i\lambda), with tau_i = 0.3rand+0.7 and \lambda = [1 2 ... L]

  % case DataDistribution.HeatKernel
  h = exp(-(0.3*rand(R, 1)+0.7)*(1:L))';
  % Normalize filter taps.
  h = h ./ repmat(norms(h, 2, 1), L, 1);

Image

iglesias commented 2 years ago

alpha_3 / mu_max with heat kernels more favorable than in other cases?

Done, explained in the response.

iglesias commented 2 years ago

See mu_h_02102022 in github.com/iglesias/gsp_bss

See evaluate_multigraph_bss_direct_18092022 in github.com/iglesias/gsp_bss.