From ff4f96bbf1c2d90f88e0b8b3e670dd853f7753d5 Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Thu, 27 Oct 2016 20:22:00 +0200 Subject: [PATCH] phasenmodulation: Andere Parameter --- phasenmodulation.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phasenmodulation.m b/phasenmodulation.m index 83e3463..a105d8b 100644 --- a/phasenmodulation.m +++ b/phasenmodulation.m @@ -22,7 +22,7 @@ ## Author: Valentin Gehrke ## Created: 2016-07-28 -datalen = 10; +datalen = 20; pilot = [ 1 0 1 0 ]; @@ -33,8 +33,8 @@ signallen = datalen + size(pilot,2); d = [ pilot dr ]; n = 0:signallen-1; phases = [ -pi/2 pi/2 ]; -Tb = 0.3; -fc = 40; +Tb = 0.1; +fc = 100; fa = 1000; subplot(6,1,1)