-
卷积及其快速算法的C + + 实现
* 此程序是免费软件 ;你可以将它重新分发和/或修改它
* 所发表的 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 >
- 2022-03-03 15:30:10下载
- 积分:1
-
Windows下的串口接收发送软件源码,可以同时控制多达4个串口,并且可以为每个串口设定不同的传输参数,非常实用。...
Windows下的串口接收发送软件源码,可以同时控制多达4个串口,并且可以为每个串口设定不同的传输参数,非常实用。-Windows under the serial receiver to send the software source code, you can simultaneously control up to four serial port and serial port settings for each different transmission parameters, very useful.
- 2022-03-19 22:48:29下载
- 积分:1
-
这是一个用C++开发的用在端口通讯的示范性源码
这是一个用C++开发的用在端口通讯的示范性源码-This is a C used in the development of the port of communications model FOSS
- 2023-08-03 03:15:03下载
- 积分:1
-
用dut7000的,485通信modbus rtu 通信的,编程手册。
用dut7000的,485通信modbus rtu 通信的,编程手册。-with dut7000, 485 communications rtu modbus connection communications, programming manuals.
- 2022-06-20 10:39:33下载
- 积分:1
-
资源编辑器的基础speadrum中国移动
Resource editor base speadrum Chinese mobile
- 2022-01-31 02:51:01下载
- 积分:1
-
什么是数字电视.zip
什么是数字电视
什么是数字电视.zip
什么是数字电视-What is digital TV. What is the zip Digital TV
- 2022-01-22 12:17:11下载
- 积分:1
-
这是生成两个随机数的程序,分别服从均匀分布和正态分布
这是生成两个随机数的程序,分别服从均匀分布和正态分布-This is a random number to generate the two procedures, respectively, subject to uniform distribution and normal distribution
- 2022-08-11 02:14:18下载
- 积分:1
-
通信 ccs c rs485 与 proteurs
用 CCS Pic C 使用 rs485 协议草案 pic 到 pic 通信。欢迎大家下载、试用。谢谢大家的支持!
- 2022-01-22 13:25:09下载
- 积分:1
-
上传运行该程序可以返回JSP环境的一些信息. 由于各种JSP应用服务器(例如Tomcat和JRun以及Resin等)在许多方面存在差异, 因此部分信息有中英对照...
上传运行该程序可以返回JSP环境的一些信息. 由于各种JSP应用服务器(例如Tomcat和JRun以及Resin等)在许多方面存在差异, 因此部分信息有中英对照. 此外, 因为Context attributes信息部分与JSP应用服务器有关, 故该部分只提供英文信息.如果运行后直接显示程序源代码, 则表示不支持JSP.-upload running the program can return to the JSP environment information. Various JSP application server (such as Tomcat, and Resin and JRun) in many respects differences, some messages are bilingual. In addition, because information Context attributes part of the JSP application server, Therefore, the only part of the information available in English. If you are running after a direct indication of program source code, then not support JSP.
- 2022-07-26 17:40:22下载
- 积分:1
-
Based on the WiMAX IEEE 802.16e physical layer specification of the Simulink mod...
基于WiMAX IEEE 802.16e物理层规范的Simulink模型参考。-Based on the WiMAX IEEE 802.16e physical layer specification of the Simulink model reference.
- 2022-05-21 10:19:12下载
- 积分:1