Home
last modified time | relevance | path

Searched refs:phase (Results 1 – 2 of 2) sorted by relevance

/cmsis-dsp-latest/Testing/PatternGeneration/
DBIQUAD.py53 phase = np.random.rand()*2.0 * math.pi
54 z = np.exp(1j*phase)
56 phase = np.random.rand()*2.0 * math.pi
58 p = np.exp(1j*phase) * amplitude
/cmsis-dsp-latest/Testing/Source/Benchmarks/
DDECIMF32.cpp51 int phase = this->nbTaps / this->interpolationFactor; in setUp() local
53 state.create(this->nbSamples + phase - 1,DECIMF32::STATE_F32_ID,mgr); in setUp()