Parcourir la source

Mettre à jour 'functions/ACIN_Cal.m'

Rendre à César ce qui appartient à César
Matthieu PUIGT il y a 5 ans
Parent
commit
a49ff9581e
1 fichiers modifiés avec 10 ajouts et 0 suppressions
  1. 10 0
      functions/ACIN_Cal.m

+ 10 - 0
functions/ACIN_Cal.m

@@ -1,4 +1,14 @@
 function [ G , F , R ] = ACIN_Cal( W , X , G , F , Omega_G , Omega_F , Phi_G , Phi_F , 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 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;
 Omega_Bar_G = ones(size(G))-Omega_G;