Butterworth低通滤波matlab程序(共2页).docx

上传人:晟*** 文档编号:6135446 上传时间:2021-08-17 格式:DOCX 页数:2 大小:52.09KB
下载 相关 举报
Butterworth低通滤波matlab程序(共2页).docx_第1页
第1页 / 共2页
Butterworth低通滤波matlab程序(共2页).docx_第2页
第2页 / 共2页
亲,该文档总共2页,全部预览完了,如果喜欢就下载吧!
资源描述

利用matlab编写的Butterworth低通滤波程序,可以运行,运行结果如截图源代码clear all;close all;P=input(input image data:);d=size(P);if(d(3)1) P=rgb2gray(P);endsubplot(131);imshow(P);title(原始图像);P1=imnoise(P,salt & pepper,0.02);subplot(132)imshow (P1);title(加入椒盐噪声后的图像);f=double(P1);g=fft2(f);%傅里叶变换g=fftshift(g);%转换数据矩阵M,N=size(g);D0=input(input nonnegative dhreshold D0=);n=input(input the order of filtering n=);n1=fix(M/2);n2= fix(N/2);for i=1:M for j=1:N

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 实用文档资料库 > 公文范文

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。