-
46901198fast_apes_2d
说明: 缺损幅度和相位估计(Gapped Amplitude and Phase Estimation—GAPES),作为非参数化插值方法,按照谱估计加插值这一思路进行处理。 GAPES 方法的基础,是高分辨谱估计方法(Amplitude and Phase Estimation—APES)方法,被用于合成孔径雷达(Synthetic Aperture Rada—SAR)图像的高分辨、高精度估计。(As a nonparametric interpolation method, gap amplitude and phase estimation (gapes) is processed according to the idea of spectral estimation plus interpolation. The basis of gapes method is the high-resolution spectrum estimation (apes) method, which is used for high-resolution and high-precision estimation of synthetic aperture radar (SAR) image.)
- 2020-05-19 16:26:09下载
- 积分:1
-
shiyong
对产生的各类信号如正弦波、方波、脉冲信号、三角波等的函数使用实例(Examples of using functions of various kinds of generated signals such as sine wave, square wave, pulse signal, triangular wave, etc.)
- 2019-06-02 13:41:39下载
- 积分:1
-
多边形矩形坐标逆时针排序-test1424
说明: 多边形矩形坐标逆时针排序11223344556677889900(noAnticlockwise sorting of polygonal rectangular coordinates 1)
- 2020-06-21 11:40:02下载
- 积分:1
-
Communication-Systems---4ed---Haykin
国外经典通信教材
通信系统第四版
simon haykin(Foreign classical communication textbook communication systems simon haykin Fourth Edition)
- 2015-04-12 12:17:42下载
- 积分:1
-
用友HRP固定资产岗位操作手册(带图).doc
用友HRP固定资产岗位操作手册(带图)
- 2021-05-06下载
- 积分:1
-
双车会车
飞思卡尔双车断道会车鹊桥相会,好好调试,摄像头四轮加电磁三轮,两套代码(Freescale double car road will meet magicbridge meet, good debugging, camera four wheels and electromagnetic three wheels, two sets of code)
- 2020-06-18 19:40:01下载
- 积分:1
-
数据结构头文件
队列、链表等基础数据结构头文件,cc++仅供学习(dataStructure head file ,just for learning)
- 2020-06-25 16:20:01下载
- 积分:1
-
esmd4matlab_1.0
说明: 基于经验模态分解,提出一种优化后的算法ESMD,可通过matlab实现。(Based on empirical mode decomposition, an optimized algorithm ESMD is proposed, which can be realized by MATLAB.)
- 2020-09-12 20:06:48下载
- 积分:1
-
基于Qt的数据管理系统
应用背景基于Qt的数据管理系统,对Qt的数据库进行了一次应用,对于Qt初学者学习开发数据库等技术有较强学习价值。。。。。。。关键技术setFixedSize(750, 500);
ui->stackedWidget->setCurrentIndex(0);
QSqlQueryModel *typeModel = new QSqlQueryModel(this);
typeModel->setQuery("select name from type");
ui->sellTypeComboBox->setModel(typeModel);
QSplitter *splitter = new QSplitter(ui->managePage);
splitter->resize(700, 360);
splitter->move(0, 50);
splitter->addWidget(ui->toolBox);
splitter->addWidget(ui->dailyList);
splitter->setStretchFactor(0, 1);
splitter->setStretchFactor(1, 1);
on_sellCancelBtn_clicked();
showDailyList();
ui->typeComboBox->setModel(typeModel);
createChartModelView();
- 2023-01-11 19:20:03下载
- 积分:1
-
实例学习!
c++实例~ 初学基础-examples based learning!
- 2023-03-27 08:40:03下载
- 积分:1