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
標(biāo)簽: Processing the RADARSAT document
上傳時(shí)間: 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.
標(biāo)簽: developers directory project Create
上傳時(shí)間: 2014-01-26
上傳用戶:lifangyuan12
自己編寫的QPSK調(diào)制與解調(diào),內(nèi)含matlab-Figure-file、matlab-M-file和得出的jpg格式圖形!
標(biāo)簽: QPSK 編寫 調(diào)制與解調(diào)
上傳時(shí)間: 2013-11-26
上傳用戶:kiklkook
自己編寫的OOK調(diào)制與解調(diào),內(nèi)含matlab-Figure-file、matlab-M-file和得出的jpg格式圖形!
標(biāo)簽: OOK 編寫 調(diào)制與解調(diào)
上傳時(shí)間: 2017-08-02
上傳用戶:水中浮云
自己編寫的BPSK調(diào)制與解調(diào),內(nèi)含matlab-Figure-file、matlab-M-file和得出的jpg格式圖形!
標(biāo)簽: BPSK 編寫 調(diào)制與解調(diào)
上傳時(shí)間: 2013-12-23
上傳用戶:330402686
自己編寫的BFSK調(diào)制與解調(diào),內(nèi)含matlab-Figure-file、matlab-M-file和得出的jpg格式圖形!
標(biāo)簽: BFSK 編寫 調(diào)制與解調(diào)
上傳時(shí)間: 2013-12-23
上傳用戶:q123321
自己編寫的BDPSK調(diào)制與解調(diào),內(nèi)含matlab-Figure-file、matlab-M-file和得出的jpg格式圖形!
標(biāo)簽: BDPSK 編寫 調(diào)制與解調(diào)
上傳時(shí)間: 2014-01-02
上傳用戶:sclyutian
hurst parameter: 給入一序列的資類,程式會(huì)畫出husrt 參數(shù)的Figure和估計(jì)值 例 hurst_expo(sin(0:0.01:5*pi))
上傳時(shí)間: 2014-12-03
上傳用戶:moerwang
資料很好壓縮包解壓時(shí)沒有密碼第二行程序括號當(dāng)中是原圖片存放路徑,最終將會(huì)出現(xiàn)處理后的圖像Figure no.1
上傳時(shí)間: 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];%增廣樣本規(guī)范化 a=[0,0,0]; k=0;%記錄步數(shù) n=1; y=zeros(size(W,2),1);%記錄錯(cuò)分的樣本 while any(y<=0) k=k+1; y=a*transpose(W);%記錄錯(cuò)分的樣本 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步以內(nèi)沒有收斂,終止']) 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)
上傳時(shí)間: 2016-11-07
上傳用戶:a1241314660
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1