예제 #1
0
파일: test_misc.py 프로젝트: kingjr/pytftb
 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)