登录
首页 » c » 傅里叶变换

傅里叶变换

于 2023-04-11 发布 文件大小:11.65 kB
0 120
下载积分: 2 下载次数: 1

代码说明:

快速傅氏变换,是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的。它对傅氏变换的理论并没有新的发现,但是对于在计算机系统或者说数字系统中应用离散傅立叶变换,可以说是进了一大步。

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

发表评论

0 个回复

  • Ethernet
    这个是LPC1788开发板的测试用例 都已经试过可以编译通过(This is the LPC1788 development board test cases have been compiled through)
    2015-07-06 20:40:53下载
    积分:1
  • component
    c++通用技能编码能力提升:组件安装管理程序,已测试。(c++ generic skills coding capacity building: Component Installation Manager has been tested.)
    2013-10-01 15:50:55下载
    积分:1
  • SD 卡与 LPC2148 的接口
    这里是一个简单的代码,这将有助于你在接口与 ARM LPC 2148 SD 卡。 传感器数据获取记录到 SD 卡。
    2022-07-27 23:59:03下载
    积分:1
  • 65121890
    网络通信开发包,c++,队列管理,故障管理与负载收集(Tcp-IP )
    2009-03-17 12:00:56下载
    积分:1
  • 5v5
    机器人仿真比赛5v5获奖程序,更方便的了解机器人足球比赛。(5v5 game winning robot simulation program, more easily understand the robot soccer competition.)
    2020-12-06 15:09:23下载
    积分:1
  • 单纯性法C++
    使用单纯形法求解线性规划问题,求最优解不停迭代(Simplex method is used to solve linear programming problems and the optimal solution is iterated continuously.)
    2020-06-23 21:20:01下载
    积分:1
  • new--1
    使用MPI_Send和MPI_Recv 实现MPI_Allgather, MPI_Alltoall ,MPI_Gather, MPI_Scatter 等群集函数 (Use MPI_Send and MPI_Recv achieve MPI_Allgather, MPI_Alltoall, MPI_Gather, MPI_Scatter and other cluster function)
    2015-05-23 17:15:42下载
    积分:1
  • ALIENTEK-MINISTM32-
    STM32按键描述,能够实现按键输入,,,,(STM32 KEY,FACTON)
    2012-02-10 09:46:32下载
    积分:1
  • C# 使用Graphics对象在程序运行时创建位图
    C# 在程序运行时创建位图,本源码实例主要是学习使用使用Graphics对象创建简单图像的例子,本程序将生成一条曲线图像,参照如下代码:   {//在程序运行时创建位图   int MyWidth=this.pictureBox1.Width;   int MyHeight=this.pictureBox1.Height;   Bitmap MyBitmap = new Bitmap(MyWidth,MyHeight);   Graphics MyGraphics = Graphics.FromImage(MyBitmap);   Pen MyPen = new Pen(Color.Black, 3);   Point[] MyPoints = { new Point(50, 100), new Point(100, 10), new Point(150, 290), new Point(200, 100), new Point(250, 10), new Point(300, 290), new Point(350, 100) };   MyGraphics.Clear(Color.White);   MyGraphics.DrawBeziers(MyPen, MyPoints);   pictureBox1.Image = MyBitmap;
    2022-03-25 22:38:21下载
    积分:1
  • C8051F020examples
    包含了C8051的基本例程,如流水灯,IO口控制,蜂鸣器,串口通信等(C8051MCU example programs)
    2013-09-04 11:25:58下载
    积分:1
  • 696518资源总数
  • 106259会员总数
  • 28今日下载