-
用递归Costas环的恢复期。BPSK符号解调
Recovery phase with recursive Costas loop. Bpsk symbols to demodulate
- 2022-03-19 21:14:19下载
- 积分:1
-
CSharp版普通
csharp版常见数值计算源码,包括矩阵计算、插值、线性方程和非线性方程等-CSharp version of common-source numerical computation, including the matrix calculation, interpolation, linear equations and nonlinear equations, such as
- 2023-03-07 05:45:03下载
- 积分:1
-
频率域插值
对等间隔数据 ,使用快速傅里叶变换到频率域进行补零, 之后反变换回来实现数据插值的过程。程序调用了fftw库,所以在调试前请先准备fftw库。此算法目前只支持等间隔采样的数据,对于高维数据的插值可以通过,分别对每一个维度插值后最后整合起来,实现高维数据的插值。
- 2022-03-11 15:58:26下载
- 积分:1
-
GPSS language model of queuing system simulation program. And documents with a w...
GPSS语言编写的排队系统的模型模拟程序。和文档在一起的还有一个word的说明和一个c语言编写的排队系统的模拟程序,可以对照比较模拟的结果。-GPSS language model of queuing system simulation program. And documents with a word description and a c languages queuing system simulation program, you can compare the results of simulation.
- 2023-05-17 15:10:03下载
- 积分:1
-
高斯背景检测运动跟踪
采用高斯背景建模以及帧差法提取出运动物体,然后用camshift算法进行跟踪。对于背景不动的场景,跟踪效果较好。能够很好地学习opencv中相关的函数,算法。对于初学者有很大的帮助。
- 2023-04-21 00:15:07下载
- 积分:1
-
遗传算法计算最短路径
mtspf_ga.m是主函数,floyed 是计算任意两点最短路径的算法,myLength 是计算距离的函数,lujing是本例子中所需的数据,只需运行ceshide 即可完美解决“最佳灾情巡视路线问题”。
- 2022-11-18 01:25:03下载
- 积分:1
-
objective function for the solution of optimization problem, the objective funct...
用于解决目标函数的最优化问题,目标函数自编,在vc++6.0中运行通过-objective function for the solution of optimization problem, the objective function writing, the vc++6.0 running through
- 2022-05-24 20:22:06下载
- 积分:1
-
利用概率论与随机过程的方法求pi,即著名的浦丰问题的算法
利用概率论与随机过程的方法求pi,即著名的浦丰问题的算法-we find a way to calculate pi
- 2023-06-05 13:00:04下载
- 积分:1
-
电影票
图书馆管理系统 C+ + * 递归程序为线性搜索 * /#includeint 线性 (int [],int,int) ;无效的主要 (){int a [20],pos = 1,n,k,我 ;clrscr() ;printf ("nEnter n 值:") ;scanf ("%d",& n) ;printf ("nEnter 元素的数组:") ;为 (我 = 0 ; 我 < n; i + +)scanf ("%d"& a[i]) ;printf ("n 输入要搜索的元素:") ;scanf ("%d"& k) ;pos=linear(a,n,k) ;if(pos!=-1)printf ("n 搜索成功,发现位置 %d 处的元素",pos) ;其他printf ("搜索失败,找不到元素") ;残培 () ;}int 线性 int k int n int []){int ;为 (我 = n-1 ; 我 > = 0; 我 — —){if(a[i]==k)return(i) ;其他{n = n-1 ;return(linear(a,n,k)) ;}}返回-1 ;}
- 2022-02-02 00:00:53下载
- 积分:1
-
svpwm code
资源描述 svpwm的核心算法部分,可以借此扩展出自己的FOC算法
- 2022-12-16 08:10:03下载
- 积分:1