This document explains how to read the RADARSAT data CD provided with the book "Digital Processing of Synthetic Aperture Data" by Ian Cumming and Frank Wong, Artech House, 2005. On this web site, programs are provided in MATLAB to read the data and parameters from the CD. The structure of the programs is outlined in Figure 1. There are two main programs and one function that are used to extract
标签: Processing the RADARSAT document
上传时间: 2013-12-16
上传用户:561596
Its very useful ant java developers Create it at the top level of your project directory (New --> File, create as a simplefile) and name it build.xml. Copy and paste the xml text from Figure 3 into your build.xml file and save it.
标签: developers directory project Create
上传时间: 2014-01-26
上传用户:lifangyuan12
自己编写的QPSK调制与解调,内含matlab-Figure-file、matlab-M-file和得出的jpg格式图形!
上传时间: 2013-11-26
上传用户:kiklkook
自己编写的OOK调制与解调,内含matlab-Figure-file、matlab-M-file和得出的jpg格式图形!
上传时间: 2017-08-02
上传用户:水中浮云
自己编写的BPSK调制与解调,内含matlab-Figure-file、matlab-M-file和得出的jpg格式图形!
上传时间: 2013-12-23
上传用户:330402686
自己编写的BFSK调制与解调,内含matlab-Figure-file、matlab-M-file和得出的jpg格式图形!
上传时间: 2013-12-23
上传用户:q123321
自己编写的BDPSK调制与解调,内含matlab-Figure-file、matlab-M-file和得出的jpg格式图形!
上传时间: 2014-01-02
上传用户:sclyutian
hurst parameter: 給入一序列的資類,程式會畫出husrt 參數的Figure和估計值 例 hurst_expo(sin(0:0.01:5*pi))
上传时间: 2014-12-03
上传用户:moerwang
资料很好压缩包解压时没有密码第二行程序括号当中是原图片存放路径,最终将会出现处理后的图像Figure no.1
上传时间: 2013-12-05
上传用户:SimonQQ
批处理感知器算法的代码matlab w1=[1,0.1,1.1;1,6.8,7.1;1,-3.5,-4.1;1,2.0,2.7;1,4.1,2.8;1,3.1,5.0;1,-0.8,-1.3; 1,0.9,1.2;1,5.0,6.4;1,3.9,4.0]; w2=[1,7.1,4.2;1,-1.4,-4.3;1,4.5,0.0;1,6.3,1.6;1,4.2,1.9;1,1.4,-3.2;1,2.4,-4.0; 1,2.5,-6.1;1,8.4,3.7;1,4.1,-2.2]; w3=[1,-3.0,-2.9;1,0.5,8.7;1,2.9,2.1;1,-0.1,5.2;1,-4.0,2.2;1,-1.3,3.7;1,-3.4,6.2; 1,-4.1,3.4;1,-5.1,1.6;1,1.9,5.1]; Figure; plot(w3(:,2),w3(:,3),'ro'); hold on; plot(w2(:,2),w2(:,3),'b+'); W=[w2;-w3];%增广样本规范化 a=[0,0,0]; k=0;%记录步数 n=1; y=zeros(size(W,2),1);%记录错分的样本 while any(y<=0) k=k+1; y=a*transpose(W);%记录错分的样本 a=a+sum(W(find(y<=0),:));%更新a if k >= 250 break end end if k<250 disp(['a为:',num2str(a)]) disp(['k为:',num2str(k)]) else disp(['在250步以内没有收敛,终止']) end %判决面:x2=-a2*x1/a3-a1/a3 xmin=min(min(w1(:,2)),min(w2(:,2))); xmax=max(max(w1(:,2)),max(w2(:,2))); x=xmin-1:xmax+1;%(xmax-xmin): y=-a(2)*x/a(3)-a(1)/a(3); plot(x,y)
上传时间: 2016-11-07
上传用户:a1241314660