p*****r 发帖数: 525 | 1 1. FIR 和 IIR filter FIXEDPOINT IMPLEMENTATION
哪种对Quantization noise 增加, 为什么? 答案是IIR, 原因?
2. ANALGUE CIRCUIT了有很多INTEGRATOR, 能不能直接用 1/(1-Z^(-1)) 代替, 为什
么?
两个连着的INTEGRATOR, 1/(1-Z^(-1)) -> 1/(1-Z^(-1)) , 能直接实现吗? 为什
么不能?
3. Bandpass signal, 比如carrier = 1GHZ, 带宽比如200KHz. 不考虑其他的BLOCK
signal, adjaceng interferer. 能不能用直接200KHZ sample rate, decretize. 用
NYQUIST定理, 理论上是没有ALIAS的。 为什么不能直接用 200KHZ 采样?
3. Complex MIXER
PLL信号 exp(j*w_c*t + c*sin(w_m*t)), c and w_m 都很小, 远小于 w_c, 频谱是
真么样的,如果PLL信号frequenc | p*****r 发帖数: 525 | 2 没人回答吗?
有的表达不是很准确, 是电话面试, 但大概意思差不多.
多谢! | c*****n 发帖数: 1877 | 3 最后一个问题实际就是调频广播。
带通信号的问题应该是虽然没有alias,但是背景噪音会叠加到信号上。如果噪音是白噪
音,信噪比下降5000倍。
【在 p*****r 的大作中提到】 : 1. FIR 和 IIR filter FIXEDPOINT IMPLEMENTATION : 哪种对Quantization noise 增加, 为什么? 答案是IIR, 原因? : 2. ANALGUE CIRCUIT了有很多INTEGRATOR, 能不能直接用 1/(1-Z^(-1)) 代替, 为什 : 么? : 两个连着的INTEGRATOR, 1/(1-Z^(-1)) -> 1/(1-Z^(-1)) , 能直接实现吗? 为什 : 么不能? : 3. Bandpass signal, 比如carrier = 1GHZ, 带宽比如200KHz. 不考虑其他的BLOCK : signal, adjaceng interferer. 能不能用直接200KHZ sample rate, decretize. 用 : NYQUIST定理, 理论上是没有ALIAS的。 为什么不能直接用 200KHZ 采样? : 3. Complex MIXER
| f*********t 发帖数: 37 | 4 I think for the first question can be asked in another way:
FIR and IIR which one is easier for fixpoint implementation.
Then the answer should be FIR. The quatization noise will be accumulated in IIR filter. This means the quantization noise will get larger and larger when you do the filtering if you didn't do anything to prevent it.
2. Don't know
3. Basically for under sampling we always need anti alias filter to get rid of out of band noise which will be in band after sampling.
4. Don't know
【在 p*****r 的大作中提到】 : 1. FIR 和 IIR filter FIXEDPOINT IMPLEMENTATION : 哪种对Quantization noise 增加, 为什么? 答案是IIR, 原因? : 2. ANALGUE CIRCUIT了有很多INTEGRATOR, 能不能直接用 1/(1-Z^(-1)) 代替, 为什 : 么? : 两个连着的INTEGRATOR, 1/(1-Z^(-1)) -> 1/(1-Z^(-1)) , 能直接实现吗? 为什 : 么不能? : 3. Bandpass signal, 比如carrier = 1GHZ, 带宽比如200KHz. 不考虑其他的BLOCK : signal, adjaceng interferer. 能不能用直接200KHZ sample rate, decretize. 用 : NYQUIST定理, 理论上是没有ALIAS的。 为什么不能直接用 200KHZ 采样? : 3. Complex MIXER
|
|