登录
首页 » 算法 » 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 186
下载积分: 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 个回复

  • 同步控制彩灯
    这是一个红外收器,以呼吸流水灯的方式来显示。直接并用市电,通过市电的工频来做时钟,这样能保证每一个并入市电的模块都有一个同时呼吸的效果。
    2022-08-19 10:52:34下载
    积分:1
  • 很简单的程序,只是一个+,给大家玩玩,想下载个资源
    很简单的程序,只是一个+法运算,给大家玩玩,想下载个资源-GOOD
    2023-08-27 05:10:03下载
    积分:1
  • 九九乘
    一个用c++编写的打印九九乘法表的程序,初学者值得一看,仅供参考!
    2022-01-28 01:51:27下载
    积分:1
  • embedded compilation write bubble sort, XP VC6.0 compile.
    内嵌汇编写的起泡排序,XP下VC6.0编译通过。-embedded compilation write bubble sort, XP VC6.0 compile.
    2022-01-25 22:29:18下载
    积分:1
  • app_match
    app_match
    2022-06-17 00:03:37下载
    积分:1
  • cron creator
    This is a tool to create the cron expression. 这是一个能够产生cron表达式的。 主要是针对的linux平台下的cron的移植,能够用于界面直接输入,然后输出cron表达式!!!
    2022-06-20 03:16:39下载
    积分:1
  • 蚁群的基本程序
    蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。它由Marco Dorigo于1992年在他的博士论文 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-05-26 09:29:56下载
    积分:1
  • bmp图像的读写
    资源描述这个是我们课上学的bmp图像的读写,感觉写的简单易懂。借此分享一下
    2023-08-20 14:55:03下载
    积分:1
  • 比较方的雅可比和高斯-赛德尔
    使用雅可比和高斯-赛德尔的方法来解决一个给定的n×n线性系统与初始近似值。 注:检查时每个第二,第一次扫描下调为具有最大绝对值 (第二列) 的条目。如果该条目是非零,交换它的对角线。否则如果该条目是零,扫描向上为具有最大绝对值的条目。如果该条目是不为零,然后添加的行到我-th 行。 格式的函数 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-01-23 11:05:54下载
    积分:1
  • K-Means mapreduce
    public class KmeansMapper extends MapReduceBase implements   Mapper {  // one coodinate(data)  private List coordinate = new ArrayList();  private BasicKMeansTool basicKmeans = new BasicKMeansTool();  public void map(LongWritable key, Text value,    OutputCollector midoutput,    Reporter arg3) throws IOException {   // TODO Auto-generated method stub   String line = value.toString();   String[] dataList = line.split(",");   List distances = null;   StringTokenizer itr;   for (int i = 0; i < dataList.length; i++) {    itr = new StringTokenizer(dataList[i]);  &nbs
    2023-02-01 17:45:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载