Ejemplo n.º 1
0
 def test_doppler(self):
     fm, am, iflaw = misc.doppler(512, 200.0, 65, 10, 50)
     self.assert_is_monotonic_decreasing(iflaw)
Ejemplo n.º 2
0
 def test_doppler(self):
     fm, am, iflaw = misc.doppler(512, 200.0, 65, 10, 50)
     self.assert_is_monotonic_decreasing(iflaw)
Ejemplo n.º 3
0
 def test_doppler(self):
     """Test the doppler signal generation."""
     fm, am, iflaw = misc.doppler(512, 200.0, 65, 10, 50)
     self.assert_is_monotonic_decreasing(iflaw)
Ejemplo n.º 4
0
 def test_doppler(self):
     """Test the doppler signal generation."""
     fm, am, iflaw = misc.doppler(512, 200.0, 65, 10, 50)
     self.assert_is_monotonic_decreasing(iflaw)