Averaging Filter

版本 1.0.0.0 (709 字节) 作者: Wei Nick Chan
Averaging Filter for Digital Signal Processing Students
225.0 次下载
更新时间 2015/1/13

查看许可证

There, I have this assignment from my lecturer that requires us to demonstrate a type of filter called averaging. It is mainly used in image processing but this program only demonstrates how it works with a simple "original signal" and random noise.
So I'd managed to generate the noise signal using rand() function and using FOR loop, the number of random signals for averaging can be determined. The more sequences it has, the cleaner the output. The original can be in any form ranging from simple sine wave, or generating something complicated like ECG signal on your own.

Be careful with the noise generating though, we want the noise to be generated in the FOR loop, if its outside the FOR loop it defeats the purpose of averaging RANDOM signal itself. the random signal should be generated equal amount of times as the number of sequences set before hand.

p.s. any relevance with other MATLAB program found from sources outside is purely coincidencial

引用格式

Wei Nick Chan (2024). Averaging Filter (https://www.mathworks.com/matlabcentral/fileexchange/49033-averaging-filter), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Signal Generation, Manipulation, and Analysis 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0