-
pdf
说明: 一种基于FPGA的调频连续波方位向多通道
FMCW SAR的实时成像信号处理方法及FPGA,包
括:步骤一、计算重构矩阵;步骤二、重构方位向
多通道数据,包括:步骤2 .1、对各个通道的回波
数据沿方位向分别间隔补零,并进行方位向傅里
叶变换;步骤2 .2、将方位向傅里叶变换之后各个
通道方位向相同位置的点组合为一个向量并与
重构矩阵相乘,得到重构完成的方位向数据;(An azimuth multichannel FMCW based on FPGA
FMCW SAR real-time imaging signal processing method and FPGA, package
Including: Step 1: calculate the reconstruction matrix; step 2: reconstruct the orientation
Multichannel data, including: step 2.1, echo of each channel
The data is compensated with zero along the azimuth direction respectively, and the azimuth Fourier is carried out
Step 2.2, after the azimuth Fourier transform
The points of the same position in the channel azimuth are combined into a vector and are connected withThe reconstruction matrix is multiplied to get the reconstructed azimuth data
Step 2.3. Repeat step 2.3 for the data of different distance gates)
- 2020-02-07 19:47:41下载
- 积分:1
-
LDC1000_F261x_DRDY
The 3rd operational mode for the LDC
- 2020-06-21 19:00:02下载
- 积分:1
-
直流电机仿真
直流电机仿真,控制电机转速,转向等,lcd显示电机转速。
- 2022-11-15 15:45:03下载
- 积分:1
-
C# 是行提交方式插入、删除、更新数据库记录
C# 是行提交方式插入、删除、更新数据库记录,本实例小程序主要演示了以行提交方式插入数据库记录、以行提交方式修改数据库记录、以行提交方式删除数据库记录、使用带有列值的Update()方法修改记录、使用带有列值的Delete()方法删除记录、使用带有列值的Insert()方法插入记录,对应的各个功能核心代码如下:
private void button2_Click(object sender, EventArgs e)
{//以行提交方式修改数据库记录(首先以添加新数据源方式新增NorthwindDataSet)
NorthwindDataSet.ShippersRow MyRow;
MyRow = this.northwindDataSet.Shippers.FindByShipperID(1);
MyRow.Phone = "13996060872";
this.shippersTableAdapter.Update(this.northwindDataSet.Shippers);
}
private void button4_Click(object sender, EventArgs e)
{//使用带有列值的Update()方法修改记录
NorthwindDataSetTableAdapters.ShippersTableAdapter MyAdapter =
new MyForm.NorthwindDataSetTableAdapters.ShippersTableAdapter();
MyAdapter.Update("Speedy Express", "13036371686", 1, "Speedy Express", "13996060872");
this.shippersTableAdapter.Fill(this.northwindDataSet.Shippers);
}
private void button3_Click(object sender, EventArgs e)
{//以行提交方式删除数据库记录(首先以添加新数据源方式新增NorthwindDataSet)
Northwi
- 2023-02-24 10:00:04下载
- 积分:1
-
matlab
说明: 两份Matlab的资料,一个是关于如何与VC接口调用Matlab的程序;一个是介绍matlab如何使用(Matlab two information, one is on how to call Matlab and VC interface procedures one is to introduce how to use matlab)
- 2009-08-07 21:11:06下载
- 积分:1
-
OfficeAssistant
办公助手助理,供初学人士参考学习上传用;包含源码例子,编译通过在VS2008下·(office assistant)
- 2013-11-08 01:14:11下载
- 积分:1
-
遗传算法——理论、应用与软件实现
介绍遗传算法的书,详细介绍了遗传算法的背景,数学基础以及各种应用,书中附录有许多遗传算法的源程序。(This paper introduces the book of genetic algorithm, and introduces the background, mathematical basis and various applications of genetic algorithm in detail. There are many source programs of genetic algorithm in the appendix of the book)
- 2020-06-19 21:20:02下载
- 积分:1
-
智能象棋游戏(包括C #源)。rar下载来源:CSDN下载系统。
智能象棋游戏(含C#源码) .rar
下载来源:CSDN下载站-Smart chess game (including the C# Source). Rar download Source: CSDN Download Station
- 2022-05-05 01:09:47下载
- 积分:1
-
modu_classify
以前常有的调制识别程序大多是基于MATLAB的,本程序是基于C语言的实用程序,可以识别AM、FM、DSB、LSB、USB、CW、Noise等模拟调制信号的调制类型,是在实际工程中正在应用的实用程序!(Previous common modulation identification procedures are mostly based on MATLAB, and this program is based on the C language utility can identify the AM, FM, DSB, LSB, USB, CW, Noise and other analog modulation signal modulation type is the actual project utilities are being applied!)
- 2009-09-26 19:05:48下载
- 积分:1
-
SynScanPort
采用syn的扫描方式对一个网段的ip进行扫描,图形界面(Syn scan mode using a segment of ip scanning, graphical interface)
- 2010-05-17 19:44:34下载
- 积分:1