5474采集的数据是14位的ad_data[13:0],但是我看到的一段程序,只要了采集数据的高12位,低两位没有要,也就是说把ad_data[13:0]右移了两位,请问这样做还是采集到的数据吗?
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.
实际系统中有这样的应用,虽然比较少
比如,因为传输速率带宽的限制,无法传输14bir的数据。或者12bit时的系统精度要求已经满足了,抑或后面处理器的能力无法处理14bit的数据。
这样会损失精度和成本。