#include#include-IMDN开发者社群-imdn.cn"> #include#include - IMDN开发者社群-imdn.cn">
登录
首页 » 通信 » 卷积及其快速算法的C + + 实现

卷积及其快速算法的C + + 实现

于 2022-03-03 发布 文件大小:1.92 kB
0 165
下载积分: 2 下载次数: 1

代码说明:

* 此程序是免费软件 ;你可以将它重新分发和/或修改它 * 所发表的 GNU 通用公共许可的条款下 * 自由软件基金会,版本 2 或任何更高版本。 * * 重新分发和使用在源代码和二进制形式,或不 * 修改,允许只要符合以下条件: * * 1。重新分发源代码必须保留上述版权通知, * 此列表的条件和以下免责声明。 * * 2.以二进制形式再分发必须复制上述版权 * 请注意,此列表中的条件和以下免责声明 * 文件和/或随该分发提供的其他材料。 * * 发布此程序的目的是希望它有用,但不是 * 任何担保 ; 没有甚至的适销性或适用性的默示保证或 * 特定目的。请参阅 GNU 通用公共许可证 * 更多详细信息。GNU 通用公共许可证的副本是可用在: * http://www.fsf.org/licensing/licenses * / / * * * * convolution.h * * 线性卷积和多项式乘法。 * * 卷积例程"conv"实现由它的定义在时间 * 域。如果要将复杂的序列很长,则应使用 * 快速卷积算法"fastConv",在频率中实现 * 域由遛 FFT。 * * * * / #ifndef CONVOLUTION_H #define CONVOLUTION_H #include < vector.h > #include < fft.h > #include < utilities.h >

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

发表评论

0 个回复

  • mimo道的matlab仿真,非常详细的matlab程序,有多个M文件
    mimo信道的matlab仿真,非常详细的matlab程序,有多个M文件-mimo channel matlab simulation, very detailed matlab program, a number of M files
    2022-08-11 18:27:52下载
    积分:1
  • JRTPLIB库的测试程序 测试rtp包的收发
    JRTPLIB库的测试程序 测试rtp包的收发-Treasury JRTPLIB test procedures for testing rtp packet transceiver
    2023-06-06 07:15:03下载
    积分:1
  • 多线程串口调试工具,全部源码,可记录,文本或二进制显示...
    多线程串口调试工具,全部源码,可记录,文本或二进制显示-Serial multi-threaded debugging tools, all source code, can be recorded, text or binary display
    2022-12-25 08:00:04下载
    积分:1
  • rfc3023:XML媒体类型
    RFC3023:XML媒体类型
    2022-03-23 14:24:21下载
    积分:1
  • 智能DWG _
    DWG_Smart-Card_CCID_Rev110 smart的USB方面的协议,无须驱动-DWG_Smart-Card_CCID_Rev110 smart aspects of the USB protocol, no need to drive
    2022-09-01 16:05:03下载
    积分:1
  • MODBUS-51参考程序
    资源描述#include #include "modbus.h" /**********************  单片机晶振:11059200HZ 波特率9600   485控制脚: P3^7; 根据自己的板子修改modbus.h ***************************************/ void main() { initProg(); while(1) { timeProc(); checkComm0Modbus(); } }
    2022-01-26 03:36:16下载
    积分:1
  • msp430测方波频率,最高可以测试18Mhz
    从msp430外部时钟管脚输入测试脉冲信号,定时记录脉冲个数,实现精确测频。
    2022-05-09 13:38:33下载
    积分:1
  • 串口编写程序 VC6请使用 LsCommDemo(for vc6).zip VC7请使用 LsCommDemo(for vc7).zip 作者...
    串口编写程序 VC6请使用 LsCommDemo(for vc6).zip VC7请使用 LsCommDemo(for vc7).zip 作者:Liu_sir VC知识库 http://www.VCKBASE.com 多线程,多接收模式串口类LsComm相关文档 多线程,多接收模式串口类LsComm 作者:Liu_sir 所以参照Delphi中的SpComm设计了一个类CComPort,对CSerialPort进行了2次封装,主要目的是简化串口的使用.使其用简单的代码就可以完成串口通讯的过程.并提供了一个Demo程序演示了CComPort的使用 多线程,多接收模式串口类 LsComm 之二 作者:liu_sir 实现了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收模式,进行对串口数据收发-Serial programming VC6 use LsCommDemo (for vc6). ZipVC7 use LsCommDemo (for vc7). Zip Author: Liu_sirVC Knowledge http://www.VCKBASE.com multi-threaded, multi-mode serial port to receive the relevant document category LsComm multi-threaded, multi-category serial receive mode LsComm Author: Liu_sir Therefore, in light of Delphi SPComm designed a category CComPort, on CSerialPort a 2 package, the main purpose is to simplify the use of serial port. it simple code to complete the process of serial communication. and provided a Demo program CComPort demonstrated the use of multi-threaded, multi-mode rec
    2022-03-22 16:17:08下载
    积分:1
  • 除了支持一般的小数运算,还支持常见的函数运算。 几个包中的MathFP是针对不同需要而提供的不同版本,开发J2ME只要使用net.jscience.math.M...
    除了支持一般的小数运算,还支持常见的函数运算。 几个包中的MathFP是针对不同需要而提供的不同版本,开发J2ME只要使用net.jscience.math.MathFP就可以。-addition to general support for the fractional arithmetic, but also the common computing functions. Several packets of MathFP is different needs of the different versions, as long as the use of J2ME development net.jscience.math.MathFP can.
    2022-01-30 18:02:52下载
    积分:1
  • 想做AVR下移植UC/OS-II RTOS的朋友可以用这个教程来摆脱ICC编译器的单调界面,使写程序与改程序变得更加简单,方便...
    想做AVR下移植UC/OS-II RTOS的朋友可以用这个教程来摆脱ICC编译器的单调界面,使写程序与改程序变得更加简单,方便-AVR wants to transplant under the UC/OS-II RTOS of a friend can use this course to shake off the monotony of ICC compiler interface, so that written procedures and the procedures to become more simple and convenient! ! !
    2022-03-18 00:30:03下载
    积分:1
  • 696518资源总数
  • 106245会员总数
  • 18今日下载