-
C++ FFT完整实现
资源描述C++ FFT完整实现,提供对于FFT算法的一整套完整实现,基于VS平台,进行了部分优化,运行速度快,适用于多个平台,使用maven对项目进行管理。
- 2022-11-21 15:45:03下载
- 积分:1
-
C#编写的二重积分算法
C#编写的二重积分算法-数值分析算法-C# prepared by the Double Integral algorithm- numerical analysis algorithm
- 2022-04-12 03:38:42下载
- 积分:1
-
使用动态规划方法解决多个生产线上的调度问题,进而解决生产线调度的最小时间问题...
使用动态规划方法解决多个生产线上的调度问题,进而解决生产线调度的最小时间问题-use dynamic programming solution to a number of production line scheduling problem, thereby solving production line scheduling the minimum time
- 2022-01-26 03:22:23下载
- 积分:1
-
基于面积阈值和斜率阈值的曲线拟合,将采集数据所得的曲线上的毛刺去掉...
基于面积阈值和斜率阈值的曲线拟合,将采集数据所得的曲线上的毛刺去掉-Based on the size threshold and the slope of the threshold curve fitting, will collect the data obtained from the curve to remove the burr
- 2022-05-17 09:21:52下载
- 积分:1
-
浅海混响模型
混响作为浅海自导系统特有的干扰,对水声信号检测性能的影响日趋凸显,而对混响抑制一直是水声信号处理研究中的热点和难点。对于浅海混响下主动自导系统来讲,混响主要来自海底和海面,资料中关于怎样建立浅海混响模型,在点射模型的基础上研究建立浅海混响谱模型和海面分形模型。
- 2022-02-26 09:11:25下载
- 积分:1
-
Edge Detection and Image SegmentatiON
The command prompt version of the Edge Detection and Image SegmentatiON (EDISON) System provides a versatile environment for performing confidence based edge detection and synergistic image segmentation through the definition of user defined scripts. In an EDISON script one specifies the system parameters, input, output, and operations. The system functionality is facilitated through a simple set of commands and parameters described in the following sections.
- 2022-05-30 00:51:05下载
- 积分:1
-
系统工程中的平滑预测法,根据一些数据预测为了某一个时期的数值...
系统工程中的平滑预测法,根据一些数据预测为了某一个时期的数值-project of the Ievel, according to some data in order to forecast a period of numerical
- 2022-10-25 00:05:03下载
- 积分:1
-
Visual.C_#.2010从入门到精通-中文版章节课后源码
此源码为Visual.C_#.2010从入门到精通配套的章节代码,适合初学者跟着课本完成C#的学习
- 2022-09-15 21:45:03下载
- 积分:1
-
贝塞尔曲线算法
构建三次贝塞尔曲线 C0,......,Cn-1 中
参数形式,Ci 由
(xi(t),yi(t)) = (a0(i) + a1 (i) * t + a2 (i) * t ^2 + a3 (i) * t ^3,
b0(i) + b1 (i) * t + b2 (i) * t ^2 + b3(i)*t^3)
0 为 < = t < = 1 由左终结点 (x(i),y(i)),
离开了 guidepoint (x+(i),y+(i))、 右端点 (x(i+1),y(i+1)) 和
右 guidepoint (为每个 i x-(i+1),y-(i+1)) = 0,1,......,n-1 ;
输入的 n,((x(i),y(i)),我 = 0,...,n),
((x+(i),y+(i)),我 = 0,...,n-1),
((x-(i),y-(i)),我 = 1,...,n)。
输出系数 (a0(i)、 a1(i)、 a2(i)、 a3(i)、
b0(i)、 b1(i)、 b2(i)、 b3(i)、 我 = 0,...,n-1)。
- 2022-02-16 09:27:40下载
- 积分:1
-
面阵中的二维角度估计unitary-esprit算法
资源描述本文基于面阵提出一种UNITARY-ESPRIT算法解决非相干信源的二维DOA估计问题,利用酉变换把复值导向矩阵和复协方差矩阵转换为实值计算,因此特征值分解或者奇异值分解仅在实数域下进行,大大降低运算复杂度,而且估计性能优于传统的ESPRIT算法。
- 2022-08-19 05:30:42下载
- 积分:1