代码搜索:机载SAR
找到约 1,219 项符合「机载SAR」的源代码
代码结果 1,219
www.eeworm.com/read/174502/9585632
h sar.h
/*-----------------------------------------------------------------------------
*
* File: sar.h
*
* Description:
*
* Constants and Definitions for 860SAR sample code. [Interrupt-
*
www.eeworm.com/read/101131/15849758
c sar.c
#include "sar.h"
/*
SAR Sign extension table
256 byte table
*/
int hbits[64] =
{
0x00000000,0x00000000,0x00000000,0x00000000,
0x00000000,0x00000000,0x00000000,0x00000000,
0x00000000,
www.eeworm.com/read/101131/15849759
h sar.h
#ifndef COMPAT_SAR_H
#define COMPAT_SAR_H 1
extern int hbits[64];
#define shift_algebraic_right(value,distance) \
(((value) >> (distance))| \
(hbits[(distance) + (((value) & 0x80000000) >> 26)]))
www.eeworm.com/read/36282/1061678
pdf 机载雷达对抗系统仿真.pdf
www.eeworm.com/read/187440/8639666
sar caizi30.sar
Title = 1D Spc Parameter file, WIN-MRIXP
Version = 1.0
SI = 8192
PPMFactor = 5.81057524694945E+0001
PC0 = 340
PC1 = 0
BLFitN = 7
RefShift = 0.00000000000000E+0000
CurShift = 0.0000000000000
www.eeworm.com/read/284782/8898758
m sar_panel.m
function results = sar_panel(y,x,W,T,info)
% PURPOSE: computes spatial lag model estimates for spatial panels (N regions*T time periods)
% y = p*W*y + X*b + e, using sparse matrix algorith
www.eeworm.com/read/382927/8990215
m sar_panel.m
function results = sar_panel(y,x,W,T,info)
% PURPOSE: computes spatial lag model estimates for spatial panels (N regions*T time periods)
% y = p*W*y + X*b + e, using sparse matrix algorith
www.eeworm.com/read/278399/10537262
pic sar10009.pic
www.eeworm.com/read/278399/10537434