freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

基于tidsp5402的炮彈聲源定位系統(tǒng)的硬件設(shè)計及算法設(shè)計-資料下載頁

2025-07-01 10:02本頁面

【導(dǎo)讀】導(dǎo)彈等對地面目標(biāo)攻擊的彈著點進行自動檢測。系統(tǒng)可對單點、多點。點檢測的技戰(zhàn)術(shù)參數(shù)。自動向陣地指揮部傳送命中結(jié)果,為修改射擊。學(xué)、準(zhǔn)確地評估。2)檢測精度:測量范圍,誤差小于5m;3)系統(tǒng)響應(yīng)時間:小于15秒;4)兩彈、多彈連投最小間隔時間:大于30毫秒;5)無線傳輸:中心工作頻率:。6)發(fā)射功率:前置處理器100mW,接收靈敏度:-80dB;7)誤碼率:多重校驗,差錯重發(fā),趨向于0。9)與指揮系統(tǒng)接口:標(biāo)準(zhǔn)接口;10)使用環(huán)境:35℃常溫下相對濕度小于95%,-40℃—+55℃,承受溫度為-45℃—+60℃,抗電磁干擾、抗振、防潮;11)最大功耗:單機10W;13)系統(tǒng)連續(xù)工作時間:大于24小時;的精確位置,同時對打擊的結(jié)果進行效能評估。率,并將結(jié)果存入數(shù)據(jù)庫,供以后查詢。DSP系統(tǒng)、數(shù)據(jù)存貯器、以太網(wǎng)組件及系統(tǒng)電源部分組成。居里溫度為365℃。經(jīng)DSP芯片內(nèi)部鎖相環(huán)PLL及軟件設(shè)定,系統(tǒng)時鐘可達100MHz。共同作為各CY7C1041的片選控制信號。它完成DSP系統(tǒng)與中心站主機間的數(shù)據(jù)傳輸。

  

【正文】 處理器實時采集到的各種數(shù)據(jù)信息進行對地攻擊檢測評估系統(tǒng)技術(shù)說明書 54 分析處理。為計算模塊提供運算數(shù)據(jù)。 信號處理模塊主要數(shù)據(jù) 流程 數(shù)據(jù)流:計算參量。 說明:對時間參量、狀態(tài)參量進行分析處理得到計算參量。 數(shù)據(jù)流來源:時間參量表、狀態(tài)參量表。 數(shù)據(jù)流去向:計算參量表。 組成:計算參量。 流程圖如下: 時 間 參 量 表狀 態(tài) 參 量 表計 算 參 量 表信 號 處 理 圖 信號處理模塊數(shù)據(jù)流程圖 主要實現(xiàn)方法 procedure 。 begin setzero(39。39。)。 winexec(39。39。,SW_SHOW)。 對地攻擊檢測評估系統(tǒng)技術(shù)說明書 55 :=true。 end。 procedure (Sender: TObject)。 var f_source,f_dest:textfile。 a :integer。 b :double。 i:integer。 str_temp1,str_temp2:string。 dbl_spantime,dbl_spantime1:double。 begin if ck_end(39。39。) then begin :=false。 assignfile(f_source,39。39。)。 assignfile(f_dest,39。39。)。 reset(f_source)。 rewrite(f_dest)。 try while not eof(f_source) do 對地攻擊檢測評估系統(tǒng)技術(shù)說明書 56 begin readln(f_source,a,b)。 for i:=0 to do begin str_temp1:=copy([i],1,pos(39。 39。,[i])1)。 str_temp1:=trim(str_temp1)。 str_temp2:=copy([i],pos(39。 39。,[i])+1,length(lbx_jiaoyantime1.Items[i]))。 str_temp2:=trim(str_temp2)。 if inttostr(a)=str_temp1 then begin dbl_spantime:=bstrtofloat(str_temp2)/3000000。 dbl_spantime:=dbl_spantimestrtofloat([i])*dbl_spantime。 b:=dbl_spantime。 end。 對地攻擊檢測評估系統(tǒng)技術(shù)說明書 57 end。 writeln(f_dest,a,39。 39。,b)。 end。 finally closefile(f_source)。 closefile(f_dest)。 end。 save_Envirenment。 winexec(39。39。,SW_SHOW)。 N11Click(Sender)。 end。 end。 運用數(shù)學(xué)模型對信號處理模塊處理過的數(shù)據(jù)進行運算,得出彈著點坐標(biāo)。并對各坐標(biāo)系進行轉(zhuǎn)換,在主控機屏幕上按炮彈爆炸時間順序顯示出彈著點坐標(biāo)位置 ,并且顯示原始爆炸信號和經(jīng)過信號分析處理后的。如果將主控系統(tǒng)與中央指揮系統(tǒng)連接,則可同時在中央指揮系統(tǒng)的大屏幕上顯示出攻擊目標(biāo)的結(jié)果。 計算顯示模塊主要數(shù)據(jù)流程 數(shù)據(jù)流:計算參量。 對地攻擊檢測評估系統(tǒng)技術(shù)說明書 58 說明:對時間參量、狀態(tài)參量進行分析處理得到計算參量。 數(shù)據(jù)流來源:時間參量表、狀態(tài)參量表。 數(shù)據(jù)流去向:計算參量表。 組成:計算參量。 數(shù)據(jù)流程圖如下: 計 算 參 量 表 狀 態(tài) 參 量 表彈 點 紀(jì) 錄 表陣 型 表 傳 感 器 坐 標(biāo) 表信 號 處 理 圖 計算顯示模塊數(shù)據(jù)流程圖 計算顯示模塊主要數(shù)據(jù) 結(jié)構(gòu) 彈點歷史記錄表數(shù)據(jù)結(jié)構(gòu): 數(shù)據(jù)項 類型 長度 小數(shù)位數(shù) 含義說明 序號 文本 6 唯一標(biāo)識每一炸點 橫坐標(biāo) 數(shù)字 6 1 炸點橫坐標(biāo) 縱坐標(biāo) 數(shù)字 6 1 炸點縱坐標(biāo) 靶心偏距 數(shù)字 4 1 炸點距靶心距離 橫向偏距 數(shù)字 4 1 炸點對靶心橫向偏移距離 縱向偏距 數(shù)字 4 1 炸點對靶心縱向偏移距離 日期 日期 炸彈爆炸的日期 時間 時間 炸彈爆炸的時間 對地攻擊檢測評估系統(tǒng)技術(shù)說明書 59 主要實現(xiàn)方法 計算模型主控過程的實現(xiàn)代碼: PJ:=39。039。 PYJL:=39。039。 sum_x:=0。 sum_y:=0。 //獲取炸彈枚數(shù) assignfile(f_source,39。39。)。 reset(f_source)。 try read(f_source,ZDmeishu)。 finally closefile(f_source)。 end。 //獲取溫度 amp。計算聲速 assignfile(f_source,39。39。)。 reset(f_source)。 try read(f_source,fengxiang,fengshu,wendu)。 finally closefile(f_source)。 end。 shengshu:=+*wendu。 //計算彈點坐標(biāo) 。 。 。 。 。 。 。 。 //IMG_Init。 calculate(ZDmeishu)。 ZDwuchasort。 if 0 then begin if 1 then begin for i:=0 to do 對地攻擊檢測評估系統(tǒng)技術(shù)說明書 60 begin temp_csZD:=[i]。 for j:=i+1 to do begin csZD:=[j]。 if (formatfloat(39。0.39。,)=formatfloat(39。0.39。,)) and (formatfloat(39。0.39。,)=formatfloat(39。0.39。,))then begin //:=0。 //:=0。 :=0。 end。 end。 end。 i:=0。 while i do begin csZD:=[i]。 if =0 then begin 。 (i)。 end else i:=i+1。 end。 end。 while ZDmeishu do begin csZD:=[ZDmeishu]。 。 (ZDmeishu)。 end。 ZDtimeSort。 D:=datetostr(date())。 T:=timetostr(time())。 setlength(bomblist,)。 :=baxin_x。 :=baxin_y。 對地攻擊檢測評估系統(tǒng)技術(shù)說明書 61 :=sshzb。 :=sszzb。 for i:=0 to do begin csZD:=[i]。 xuhao:=inttostr(i+1)。 hzuobiao:=formatfloat(39。39。,)。 zzuobiao:=formatfloat(39。39。,)。 ZD_bx:=sqrt(sqr()+sqr())。 juli:=formatfloat(39。39。,ZD_bx)。 PY:=(ss,bx)。 PYJL:=formatfloat(39。39。,)。 PJ:=+formatfloat(39。39。,)。 sum_x:=sum_x+。 sum_y:=sum_y+。 bomblist[i].x:=。 bomblist[i].y:=。 hxPJ:=。 zxPJ:=。 if hxPJ then Str_hPJ:=39。偏右 39。+formatfloat(39。39。,abs(hxPJ)) else if hxPJ then Str_hPJ:=39。偏左 39。+formatfloat(39。39。,abs(hxPJ)) else Str_hPJ:=39。039。 if zxPJ then Str_zPJ:=39。超前 39。+formatfloat(39。39。,abs(zxPJ)) else if zxPJ then Str_zPJ:=39。靠后 39。+formatfloat(39。39。,abs(zxPJ)) else Str_zPJ:=39。039。 (inttostr(i+1))。 (hzuobiao)。 (zzuobiao)。 (juli)。 (inttostr(i+1))。 (PYJL)。 (PJ)。 對地攻擊檢測評估系統(tǒng)技術(shù)說明書 62 。 。 (39。insert into dandian (序號 ,橫坐標(biāo) ,縱坐標(biāo) ,距離 , 偏 移 距 離 , 偏角 , 日期 , 時間 , 橫 向 偏 距 , 縱 向 偏 距 ) values (39。39。39。+xuhao+39。39。39。,39。+hzuobiao+39。,39。+zzuobiao+39。,39。+juli+39。,39。+PYJL+39。,39。39。39。+PJ+39。39。39。,39。39。39。+D+39。39。39。,39。39。39。+T+39。39。39。,39。39。39。+Str_hPJ+39。39。39。,39。39。39。+Str_zPJ+39。39。39。) 39。)。 。 end。 //計算炸點中心位置和偏移 :=sum_x/。 :=sum_y/。 :=sqrt(sqr()+sqr())。 xuhao:=39。中心 39。 hxPJ:=。 zxPJ:=。 if hxPJ then Str_hPJ:=39。偏右 39。+formatfloat(39。39。,abs(hxPJ)) else if hxPJ then Str_hPJ:=39。偏左 39。+formatfloat(39。39。,abs(hxPJ)) else Str_hPJ:=39。039。
點擊復(fù)制文檔內(nèi)容
研究報告相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1