-
c语言实现的离散傅立叶(DFT)变换。非快速傅里叶变换,基本的傅里叶变换。...
c语言实现的离散傅立叶(DFT)变换。非快速傅里叶变换,基本的傅里叶变换。-A basic Discrete Fourie Transform program, not Fast Discrete Fourie Transform
- 2022-06-18 02:58:18下载
- 积分:1
-
贝塞尔曲线示例
#include < iostream >
#include < 矢量 >
#include < math.h >
#include"BezierPoint.h"
使用命名空间 std ;
BezierPoint 贝塞尔 (方法 < BezierPoint > & pts,双 t) ;
双选择 (双 a,双 b) ;
双 factorial(double num) ;
int main(void) {
方法 < < BezierPoint >> 方法警校 ;
char endPointCount = 0;
双 inx ;
双 iny ;
int ptCount = 0;
int 终结点 ;
双 deltaT ;
cin >> ptCount >> deltaT ;
为 (int 我 = 0 ; 我 < ptCount; i + +) {
cin >> inx >> iny >> 终结点 ;
BezierPoint p iny inx) ;
如果 (endPointCount = = 0 & & 终结点 = = 1) {
pts.push_back (方法 < BezierPoint > ()) ;
pts[pts.size()-1].push_back(p) ;
endPointCount + +;
继续 ;
}
pts[pts.size()-1].push_back(p) ;
如果 (endPointCount! = 0 & & 终结点 = = 1 & & 我! = ptCount-1) {
pts.push_back (方法 < BezierPoint > ()) ;
pts[pts.size()-1].push_back(p) ;
endPointCount + +;
}
}
为 (std::s
- 2022-03-13 19:08:01下载
- 积分:1
-
TDOA定位算法
采用牛顿迭代,泰勒展开迭代算法。matlab源程序,有仿真结果。
采用牛顿迭代,泰勒展开迭代算法。matlab源程序,有仿真结果。
采用牛顿迭代,泰勒展开迭代算法。matlab源程序,有仿真结果。
- 2022-05-29 00:50:03下载
- 积分:1
-
虚假位置方法
虚假位置方法 or 经常假方法是一个期限为问题的解决方法在算术、 代数和微积分。简单来说,在这些方法首先试图评估使用测试 ("假") 的值的变量,一个问题,然后相应地调整值。
- 2023-08-01 08:45:04下载
- 积分:1
-
我的课程设计:实现任意长整数的求和。自己写的哦
我的课程设计:实现任意长整数的求和。自己写的哦 -my program: get the sum of arbitrary array
- 2022-02-01 06:33:11下载
- 积分:1
-
转换MIT-BIH格式数据
对于普通数据转换成MIT-BIH格式数据详细代码,但前提是,你的数据在12位之内
- 2022-10-03 18:35:03下载
- 积分:1
-
It is the DOS environment to develop a mathematical calculation software, the ma...
它是在DOS环境下开发的数学计算软件,菜单中主要的一种是“有限元法”,使用的编程语言是C语言,解压无需密码。-It is the DOS environment to develop a mathematical calculation software, the main menu is a "finite element method", the use of the C programming language is the language, extract no password is required.
- 2023-01-04 08:40:03下载
- 积分:1
-
的傅立叶变换,工程技术中,常将看成一时间信号,相应的空间,称为时间域和空域;将其傅立叶变换看成频率函数,相应的空间称为频域。称为其相角,这在物理上是有良好背景的...
的傅立叶变换,工程技术中,常将看成一时间信号,相应的空间,称为时间域和空域;将其傅立叶变换看成频率函数,相应的空间称为频域。称为其相角,这在物理上是有良好背景的。-The Fourier transform, engineering technology, often viewed as a time signal, the corresponding space, known as time domain and airspace its Fourier transform as a frequency function, the corresponding space is called the frequency domain. Known as its phase angle, which in physics is a good background.
- 2022-03-16 22:16:15下载
- 积分:1
-
运用粒子群计算函数的极值
应用背景
求最大值与求最小值两者转换时的修改处:
BaseStepPso:代码83行和91行
InitSwarm: 代码44行
PsoProcess: 代码
69行
关键技术
调用格式:
Scope=[ ];
[xm,on,off,fv]=PsoProcess(N,D,Scope,@InitSwarm,@BaseStepPso,@fitness,IsStep,0,M,IsPlot);
Xm:目标函数取最大值时的自变量
Fv:目标函数的最大值
on:在线性能的数据
off:离线性能的数据
N:粒子数目(一般取20-40。对于大部分的问题10个粒子已经足够可以取得好的结果,
不过对于比较难的问题或者特定类别的问
- 2022-12-27 12:25:05下载
- 积分:1
-
产生泊松分布随机数的程序
产生泊松分布随机数的程序-generated random Poisson distribution of the process
- 2022-01-27 19:56:27下载
- 积分:1