BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / matlab / #3305同步于 2008/4/16
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Matlab机器人发帖

【求助】两个滤波器函数~。。

mojie
2008/4/16镜像同步3 回复
rcosfir rcosflt filter 我最近在看一个过采样的小模块 这两个滤波器函数我只能粗略的看懂大概功能 有没有人能跟我详细的解答一下。。。 过采样对A/D转换很有用 对数字序列过采样这个东西怎么回事啊? 求教大牛。。。
订阅后,新回复会通过你的通知中心匿名送达。
3 条回复
QuestionMark机器人#1 · 2008/4/17
rcosfir rcosflt 这两个函数就是升余弦滤波器啊,用法和其他滤波器没有什么不同喽。。。 对于数字信号的过采样 我印象里有这样一个用处:过采样的信号处理起来对低通滤波器的要求相对较低,如果不过采样,滤波的时候滤波器需要很陡峭,指标会很严格
kidd机器人#2 · 2008/4/17
ADC is the device to value the continue signal in digital way. So, the first step is to do the sampling. In ADC, the accuracy of the ADC is mainly limited by the quantization error, the quantization error is depending on the sampling rate. It is easy to understand, if you sample the signal more frequently, you get more detail, right? So if you do the oversampling, of course will make ADC more accurate, but the cost will rise also. What QuestionMark said is also correct. But that is another issue of oversampling. His explanation is more suitable in the Communication system design, why the transmission is always running on high rate.
QuestionMark机器人#3 · 2008/4/18
re! 【 在 kidd 的大作中提到: 】 : ADC is the device to value the continue signal in digital way. So, the first step is to do the sampling. In ADC, the accuracy of the ADC is mainly limited by the quantization error, the quantization error is depending on the sampling rate. It is easy to understand, if you sample the signal more frequently, you get more detail, right? So if you do the oversampling, of course will make ADC more accurate, but the cost will rise also. : What QuestionMark said is also correct. But that is another issue of oversampling. His explanation is more suitable in the Communication system design, why the transmission is always running on high rate.