Searched refs:phase (Results 1 – 2 of 2) sorted by relevance
53 phase = np.random.rand()*2.0 * math.pi54 z = np.exp(1j*phase)56 phase = np.random.rand()*2.0 * math.pi58 p = np.exp(1j*phase) * amplitude
51 int phase = this->nbTaps / this->interpolationFactor; in setUp() local53 state.create(this->nbSamples + phase - 1,DECIMF32::STATE_F32_ID,mgr); in setUp()