Пример #1
0
 def test_doppler(self):
     fm, am, iflaw = misc.doppler(512, 200.0, 65, 10, 50)
     self.assert_is_monotonic_decreasing(iflaw)
Пример #2
0
 def test_doppler(self):
     fm, am, iflaw = misc.doppler(512, 200.0, 65, 10, 50)
     self.assert_is_monotonic_decreasing(iflaw)
Пример #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)
Пример #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)