登录
首页 » 算法 » In this note we make a critical comparison of some matlab programs for the digit...

In this note we make a critical comparison of some matlab programs for the digit...

于 2022-02-09 发布 文件大小:433.31 kB
0 193
下载积分: 2 下载次数: 1

代码说明:

详细表述了分数阶傅立叶变换的离散实现,将现有的算法进行比较。-In this note we make a critical comparison of some matlab programs for the digital computation of the fractional Fourier transform that are freely available and we describe our own implementation that lters the best out of the existing ones. Two types of transforms are considered: First the fast approximate fractional Fourier transform algorithm for which two algorithms are available. The method is described in H.M. Ozaktas, M.A. Kutay, and G. Bozdagi. Digital computation of the fractional Fourier transform. IEEE Trans. Signal Process., 44:2141{2150, 1996. There are two implementations: one is written by A.M. Kutay the other is part of package written by J. O Neill. Secondly the discrete fractional Fourier transform algorithm described in the master thesis C . Candan. The discrete fractional Fourier transform, Bilkent Univ., 1998 and an algorithm described by S.C. Pei, M.H. Yeh, and C.C Tseng: Digital fractional Fourier transform base

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • data encryptiption standart
    数据加密标准;
    2022-06-02 04:41:28下载
    积分:1
  • MFC游戏开发
    应用背景基于MFC的2D 游戏开发技术。。。代码利用c++解决了怪物碰撞后的具体实现,,关键技术采用visual studio 2010开发的 mfc游戏中的 关键技术 怪物碰撞处理
    2023-05-29 22:50:09下载
    积分:1
  • 利用 OTSU 阈值的图像分割
    这是分割使用阈值的算法。阈值在这里我用 OTSU 阈值方法。欢迎大家下载、试用。谢谢大家的支持!
    2022-03-23 15:51:24下载
    积分:1
  • 分析器
    //分割符号 #define is_end(c) (c=="{"||c=="}"||c=="("||c==")"||c=="["||c=="]"||c==","||c==";") //表达式符号 #define is_exp(c) (c=="&"||c=="|"||c=="!" || c=="=" || c=="+"||c=="-"||c=="*"||c=="/" || c=="") //数字 #define is_num(c) (c>= "0"&&c
    2023-01-10 16:50:04下载
    积分:1
  • 二分搜索CPP代码
    二分查找又称折半查找,优点是比较次数少,查找速度快,平均性能好;其缺点是要求待查表为有序表,且插入删除困难。因此,折半查找方法适用于不经常变动而查找频繁的有序列表。首先,假设表中元素是按升序排列,将表中间位置记录的关键字与查找关键字比较,如果两者相等,则查找成功;否则利用中间位置记录将表分成前、后两个子表,如果中间位置记录的关键字大于查找关键字,则进一步查找前一子表,否则进一步查找后一子表。重复以上过程,直到找到满足条件的记录,使查找成功,或直到子表不存在为止,此时查找不成功。
    2022-03-20 05:11:34下载
    积分:1
  • 德州扑克牌值计
    POKER 计算值   斗地主  扎金花都离不开它  This article for the budding poker AI programmer provides a foundation for a simple implementation of No-Limit Texas Holdem Poker AI, covering the basics of hand strength evaluation and betting. By following the recipe set out here, you will quickly become able to implement a reasonably strong poker AI, and have a solid foundation on which to build. I assume you are familiar with the basic terminology of poker.
    2022-08-15 11:28:52下载
    积分:1
  • 给出了分形计生成动态树的VC++源代码。生长出来的树摇曳而逼真。...
    给出了分形计算生成动态树的VC++源代码。生长出来的树摇曳而逼真。-Gives the fractal calculation generate dynamic tree VC source code. Grow trees swaying and realistic.
    2022-09-07 18:15:02下载
    积分:1
  • 次拉格朗日插值
    次拉格朗日插值-time interpolation
    2023-05-21 01:10:03下载
    积分:1
  • DTMKL源码及实例
    该算法在某个再生核希尔伯特空间,在充分考虑领域间分布的均值差和散度差最小化的基础上,基于结构风险最小化模型,提出一种领域适应核支持向量学习机(Kernel support vector machine for domain adaptation, DAKSVM)及其最小平方范式,通过寻求某个特征变换,使得在确保训练数据的最大分割的同时,实现领域间不同分布之间的距离充分最小化,从而实现领域适应学习。
    2023-03-13 12:40:03下载
    积分:1
  • 自动俄罗斯方块,能够自己消行,消行达到15000左右,但有些还待改进...
    自动俄罗斯方块,能够自己消行,消行达到15000左右,但有些还待改进-Auto Tetris, to make their own consumer line, elimination of about 15,000 lines, but there are still room for improvement
    2022-03-17 19:25:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载