Apache:
恩,我做出来两个了,有一道不太明白是什么意思
[阅读: 511] 2006-09-02 12:32:33
题目:
An ADC has a dynamic range of 60dB and is preceded by a Butterworth low-pass filter that has a 3dB frequency of 1KHz and 25dB loss at 3KHz. This arrangement is to be used for analogue to digital conversion from 0 to 3KHz.
1 The number of bits the ADC should have
2 The order of filter required
3 The minimum sample frequency
答案:
第一题的意思是问ADC需要多少位,ADC的采样位数决定采样的分辨率,也就是说模拟量可以细分为多少个离散电平.
题目中说道这个ADC的动态范围是60dB 也就说最大采样电压和最小采样电压的比为1000000
这样 通过取对数 N=log(2,1000000) N=19.x 四舍五入 N取20 ,即ADC最少需要20位
第二题 还没看懂题意,似乎说 滤波器需要安装在哪里
第三题 就是问ADC工作的最低抽样频率,这个是死东西 抽样频率>2倍的模拟信号频率
各位帮我看看对不对,哪里有问题.