Parcourir la source

Mettre à jour 'functions/SpAIN_Cal.m'

Matthieu PUIGT il y a 5 ans
Parent
commit
10a18d4fe8
1 fichiers modifiés avec 10 ajouts et 0 suppressions
  1. 10 0
      functions/SpAIN_Cal.m

+ 10 - 0
functions/SpAIN_Cal.m

@@ -1,4 +1,14 @@
 function [ G , F , R ] = SpAIN_Cal( W , X , G , F , Omega_G , Omega_F , Phi_G , Phi_F , D , k , lambda , Mean_F , mu , 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- and Average-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)];