91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1KB
    文件類型: .m
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-08
  • 語言: Matlab
  • 標簽: fbp程序??fbp算法??

資源簡介

這是基于matlab的fbp算法程序,用于ct成像技術

資源截圖

代碼片段和文件信息

function?[imgfilter]=fbp2(rthetaxpimgrowsimgcolsfilter_type);
[nk]=size(r);
xp_offset=abs(min(xp))+1;
width=2^nextpow2(n);
tmpimg=zeros(imgrowsimgcols);
ramlak=2*[0:(width/2-1)width/2:-1:1]‘/width;
if(filter_type==0)
????filter=ones(width1);
elseif(filter_type==1)
????filter=ramlak;
elseif(filter_type==2)
????Sinc?=?abs(sinc(2*(0:width-1)/2:-1:1));
????temp?=?[?sinc(1:(width/2))?sinc(width/2:-1:1)];
????filter=ramlak.*temp‘;
elseif(filter_type==3)
????cosine=abs(cos(2*pi*(0:width-1)/(2*width)));
????filter=ramlak.*cosine;
elseif(filter_type==4)
????hamming=0.54-0.46*cos(2*pi*(width-1)/width);
????temp=[hamming(width/2:width)?hamming(1:widyh/2-1)];
????filter=ramlak.*temp‘;
elseif(filter_type=

評論

共有 條評論

相關資源