瀏覽代碼

Mettre à jour 'functions/SpIN_Cal.m'

Matthieu PUIGT 5 年之前
父節點
當前提交
5fe0f8d166
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      functions/SpIN_Cal.m

+ 10 - 0
functions/SpIN_Cal.m

@@ -1,4 +1,14 @@
 function [ G , F , R ] = SpIN_Cal( W , X , G , F , Omega_G , Omega_F , Phi_G , Phi_F , D , k , lambda , F_theo , N_iter )
+% Author: Clément DORFFER
+% Date: 26/11/2018
+% @: clement.dorffer@ensta-bretagne.fr
+% Goal: perform mobile sensor calibration using the Sparsity-Constrained Informed NMF calibraton technique. 
+% If you use this code for research or educational purpose, please cite:
+% 
+% C. Dorffer, M. Puigt, G. Delmaire, G. Roussel, Informed Nonnegative Matrix Factorization Methods for 
+% Mobile Sensor Network Calibration, IEEE Transactions on Signal and Information Processing over Networks, 
+% Volume 4, Issue 4, pp. 667-682, December 2018.  
+%
 
 W2 = W.^2;
 tilde_W2 = [W2,lambda*ones(size(W,1),1)];