-
此代码是被用于数学仿真大师的MAPLE软件上的。在MAPLE软件上运行此代码后,可清晰的看到傅立叶变换与贝舌尔变换的关系
此代码是被用于数学仿真大师的MAPLE软件上的。在MAPLE软件上运行此代码后,可清晰的看到傅立叶变换与贝舌尔变换的关系-This code is being used for mathematical simulation of the master of the MAPLE software. In the MAPLE software to run this code, can clearly see the Fourier transform of the tongue and Pui transform the relationship between Seoul
- 2022-07-24 04:10:20下载
- 积分:1
-
Golden section method for the minimum function of the operating point I refer to...
黄金分割法求函数极小值点本人的作业大家可以参考参考参考-Golden section method for the minimum function of the operating point I refer to the reference you can refer to ah ah ah ah
- 2022-06-12 20:00:14下载
- 积分:1
-
数据结构C语言
资源描述数据结构、算法分析的一些程序编写,对初学者很有帮助,有助于加深理解进一步学习数据结构相关的内容。
- 2022-07-26 05:56:48下载
- 积分:1
-
用delphi 实现的中国农历的 具体算法。
用delphi 实现的中国农历的 具体算法。-Chinese lunar calendar concrete algorithm realizes with delphi
- 2022-08-15 20:50:49下载
- 积分:1
-
互相促进,互相提高
互相促进,互相提高-promote each other and enhance each other
- 2023-04-13 14:35:03下载
- 积分:1
-
RSA秘钥生成工具
开源的RSA秘钥生成工具,研究RSA加密很有用。该工具可让您轻松处理与加密,解密和消息的验证。
你不再需要做复杂代码编写,只须提供processorID或Mac地址即可
- 2023-03-29 06:00:04下载
- 积分:1
-
这里面有很多有用的东东,不过很容易看懂的。
这里面有很多有用的东东,不过很容易看懂的。-There were many useful Eastern, but the very easy to read and understand.
- 2023-06-28 08:05:03下载
- 积分:1
-
VC++ 通过ODBC读写Excel文件
VC++ 通过ODBC读写Excel文件
- 2022-07-25 21:37:11下载
- 积分:1
-
对象跟踪
对象 trackingMean 转变是一个用于查找最大值的一种密度函数,给出了采样从该函数的离散数据的过程。[1] 它是用于检测这种密度的模式。[1] 这是一种迭代的方法,和我们开始初步估计。让一个内核函数被给出。此函数确定权重时邻近点的均值进行重新估算。通常使用到目前估计的距离上的高斯核, 。在窗口中由密度加权的平均是 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-12 12:10:04下载
- 积分:1
-
傅里叶变换算法fft
How To Use
void main(void)
{
gen_w_r2(w, N); // Generate coefficient table
bit_rev(w, N>>1); // Bit−reverse coefficient table
DSPF_sp_cfftr2_dit(x, w, N);
// radix−2 DIT forward FFT
// input in normal order, output in
// order bit−reversed
// coefficient table in bit−reversed
// order
DSPF_sp_icfftr2_dif(x, w, N);
// Inverse radix 2 FFT
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-02 15:55:21下载
- 积分:1