-
卷积及其快速算法的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
-
vc编写的socket编程,实现发送和接信息的程序,
vc编写的socket编程,实现发送和接信息的程序,
- 2022-08-24 22:00:49下载
- 积分:1
-
bpsk的ber与信噪比关系图的matlab实现
用matlab编写的关于bpsk的ber与信噪比关系的仿真图,通过编译证明结果是正确的。
- 2023-07-04 03:00:03下载
- 积分:1
-
ERTEC 400
Enhanced Real
ERTEC 400
Enhanced Real-Time Ethernet Controller
Manual
- 2022-10-03 07:00:03下载
- 积分:1
-
VB与ABPLC实现通讯,能监控PLC内部寄存器的内容。很好用的哦。...
VB与ABPLC实现通讯,能监控PLC内部寄存器的内容。很好用的哦。
- 2022-07-22 19:53:57下载
- 积分:1
-
Wavelet image compression, compression target for the RGB image
小波图像压缩,压缩对象为RGB图像-Wavelet image compression, compression target for the RGB image
- 2022-04-11 12:03:22下载
- 积分:1
-
关于winmtr:
About WinMTR:
WinMTR is a windows clone of popular Matt s traceroute Linux program.
Original mtr can be found at http://www.bitwizard.nl/mtr/
Installation:
Binary:
Unzip winmtr_bin.zip.
You will have in unzip directory two files:
WinMTR.exe
LICENSE.TXT
You can start WinMTR by simply running WinMTR.exe
Sources:
Unzip winmtr_src.zip
You will have in unzip directory a new directory called WinMTR
In this directory are all the sources including Visual C++ 6.0 project and workspace files.
Screenshots:
Start screen
Options screen -About WinMTR : WinMTR windows is a clone of popular Matt"s trace Linux route program. Original Mutation can be found a t http :// www.bitwizard.nl/mtr/ Installation : Binary : Unzip winmtr_bin.zip. You will have in unzip di rectory two files : WinMTR.exe LICENSE.TXT You can start by WinMTR simply running WinMTR.exe Sources : Unzip winmtr_src.zip You will have in unzip dir ectory a new directory called WinMTR In
- 2022-06-19 23:03:29下载
- 积分:1
-
Chinese RFC documents, without translation, the right to study very helpful!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-03-24 17:29:31下载
- 积分:1
-
The use of c# Prepared serial programming, development tools is a 2005 developme...
利用c#编写的串口编程,开发工具是2005的开发工具,和单片机通讯-The use of c# Prepared serial programming, development tools is a 2005 development tools, and single-chip communications
- 2023-04-15 04:40:03下载
- 积分:1
-
拨号服务器的客户端程序,请与服务器端程序配合使用,针对E5112设计...
拨号服务器的客户端程序,请与服务器端程序配合使用,针对E5112设计-dial-up server client, and server-side procedures with the use, design against E5112
- 2023-09-04 17:50:03下载
- 积分:1