This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于如何利用MSP430F149中的ADC12模块对周期信号进行采样



现在我有两路模拟正弦波信号输入,通道为A7和A5。这两路信号的频率我已经用定时器捕获得到。我现在要测量这两路信号的幅值和相位。因此,我要通过ADC12模块对这两路信号在一个周期内多点采样。比如采集64个点。那么要怎么编程,才能采集到64个点(两路信号共128个点)。