From b8b7a40676c2eb83fb9597e7ec7807b6cc25b76a Mon Sep 17 00:00:00 2001 From: eduardoadam Date: Thu, 25 Jun 2020 19:52:56 -0300 Subject: [PATCH 1/2] =?UTF-8?q?agregue=20la=20suma=20de=20un=20ruido=20bla?= =?UTF-8?q?nco=20en=20la=20funci=C3=B3n=20add=5Fwhite=5Fnoise=5Fto=5Ffunc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- identification_methods.m | 1 + 1 file changed, 1 insertion(+) diff --git a/identification_methods.m b/identification_methods.m index be48fb2..3ee4372 100644 --- a/identification_methods.m +++ b/identification_methods.m @@ -50,6 +50,7 @@ %# OUTPUT noisy (simbólico) señal con ruido agregado %# + noiseSignal = awgn (clean_signal, snr) end From acb093ee4c387ce548ceb83a693cb69849d9aa87 Mon Sep 17 00:00:00 2001 From: eduardoadam Date: Thu, 2 Jul 2020 19:12:03 -0300 Subject: [PATCH 2/2] =?UTF-8?q?volv=C3=AD=20a=20corregir=20la=20funci?= =?UTF-8?q?=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- identification_methods.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identification_methods.m b/identification_methods.m index 3ee4372..af4a1f2 100644 --- a/identification_methods.m +++ b/identification_methods.m @@ -50,7 +50,7 @@ %# OUTPUT noisy (simbólico) señal con ruido agregado %# - noiseSignal = awgn (clean_signal, snr) + noisy= awgn(clear_signal,30,'measured'); end