-
jushuSAR
在分析聚束合成孔径雷j盘(SAR)方位向时频关系的基础上,提出了一种新的全孔径分辨率SAR成像算法。
根据SAR在条带与聚束模式下回波信号之间的差别,利用现有成熟的条带SAR成像算法实现先对聚束SAR各方位向子
孔径成像,而后再将各方位子孔径带宽合成为全孔径带宽,以形成具有全孔径分辨率的SAR图像,极大降低了系统PRF
的要求。(In the analysis of spotlight synthetic aperture radar dish j (SAR) azimuth based on the time-frequency relationship, a new full-aperture resolution SAR imaging algorithm. According to SAR in strip and spotlight mode, the difference between the echo signal, the use of existing mature band SAR imaging algorithm first bit of the spotlight SAR the parties to the sub-aperture imaging, and then place then all the bandwidth synthetic aperture the bandwidth for the full aperture to form a full aperture resolution SAR images, greatly reducing the system PRF requirements.)
- 2010-07-07 14:03:19下载
- 积分:1
-
STM32freeRTOS
在stm32的cpu上移植freertos操作系统,程序在freertos基础上实现了,按键扫描,led灯控制,串口收发处理,定时器中断程序等功能。使用MDK打开工程文件即可。(Stm32 on the cpu transplant freertos operating system, the program freertos based on realized, key scan, led lamp control, serial port transceiver processing, function timer interrupt procedures. MDK can open the project file.)
- 2012-09-27 17:35:00下载
- 积分:1
-
如何顺利地眨眼两个 Led
/*
* 本示例顺利上 RC1 和 RC2 alternatvely 闪烁指示灯
* 使用 PIC CCP 模块配置为 PWM 输出
*。
* 串口源代码示例
* 随时给
- 2022-01-25 17:53:46下载
- 积分:1
-
RGB转Lab,计算色差(CIE2000)
将RGB转换成Lab,使用CIE2000公式计算色差
- 2019-08-11下载
- 积分:1
-
GA
说明: 遗传算法讲义!对于初学智能优化算法的人会有很大帮助!(GA handouts! Intelligent Optimization Algorithm for the beginner who will be a great help!)
- 2010-12-08 16:44:57下载
- 积分:1
-
four
说明: 该代码可以生成四元式,前提是必须要按要求输入哦,。(can generate four calculate)
- 2020-06-22 08:20:01下载
- 积分:1
-
编译原理——词法分析器
列出你的C编译器支持的语言特性所涉及的单词,设计正规定义
利用Lex工具实现词法分析器,识别所有单词,能将源程序转化为单词流
设计符号表,当然目前符号表项还只是词素等简单内容,但符号表的数据结构,搜索算法,词素的保存等等都可以考虑了。
保留字的处理等问题也可考虑了。
验证你的程序,可以输入简单的C源程序,输出单词流每个单词的词素内容、单词类别和属性(常数的属性可以是数值,标识符可以是指向符号表的指针)。
如下例:
main()
{
int a;
if (a == 0)
a = a + 1;
}
可能的输出结果为:
单词 词素 属性
ID main 0
LBRACE {
INT int
ID a 1
SEMICOLON ;
- 2022-03-07 02:25:51下载
- 积分:1
-
C# 汉字转为拼音 示例代码
此类为汉字转为拼音的帮助类
- 2015-02-23下载
- 积分:1
-
Opencv自带图像滤波函数
在对图像进行去噪时,直接调用Opencv库中的滤波函数,Opencv自带图像滤波函数库中已将高斯滤波、中值滤波、均值滤波等等算法实现,直接调用即可。在需要对其算法进行改进,可直接在其函数体中进行算法优化改进。
- 2022-05-06 06:36:25下载
- 积分:1
-
MFC-OpenGL---SDI-Template
MFC CView OpenGL SDI
Use this as template for creating an application (MFC SDI) with OpenGL
- 2013-12-01 21:26:54下载
- 积分:1