示例#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)