-
本程序是用VHDL,非
本程序是用VHDL语言,非整数分频的一个实现, fenpin.vhd为主程序-this procedure is used VHDL, non-integer frequency of a realization of the main procedures fenpin.vhd
- 2022-10-31 21:50:03下载
- 积分:1
-
串口通讯的MFC类
串口通讯的MFC类 -MFC class for serial communication
- 2022-12-06 04:20:03下载
- 积分:1
-
用于测试服务器工作状态和工作情况的一个服务器测试程序.
用于测试服务器工作状态和工作情况的一个服务器测试程序.-for testing servers work state and the work of a server test.
- 2022-02-12 13:32:19下载
- 积分:1
-
LDPC码的硬判决译码算法,即BF算法。其为C语言编写。
LDPC码的硬判决译码算法,即BF算法。其为C语言编写。-LDPC code of the hard-decision decoding algorithm, that algorithm BF. For the C language.
- 2022-03-30 01:38:58下载
- 积分:1
-
Mobile Platform GPRS Internet connection, including CMNet and CMWAP!
Mobile平台下GPRS上网连接方式,包括CMNET和CMWAP!-Mobile Platform GPRS Internet connection, including CMNet and CMWAP!
- 2022-02-01 19:54:40下载
- 积分:1
-
基于CSerialPort的串口多线程通信框架
基于CSerialPort的串口多线程通信框架-CSerialPort based on serial communication framework for multi-threaded
- 2022-02-21 22:48:22下载
- 积分:1
-
CryptoAPI的演示程序,可以进行测试。多联系,非常感谢。
CryptoAPI的演示程序,可以进行测试。多联系,非常感谢。-CryptoAPI demo program can be tested. More links Thank you very much.
- 2022-01-26 05:41:52下载
- 积分:1
-
网上收集的几个半角字符转全角字符的函数。
网上收集的几个半角字符转全角字符的函数。-Online collection of half-angle of several characters in turn a function of full-width characters.
- 2022-04-24 08:18:53下载
- 积分:1
-
一个串口数据发送程序,每次发送一定量的字节数,其中第二个字节每次增加0X11,可用来统计发送了多少帧数据...
一个串口数据发送程序,每次发送一定量的字节数,其中第二个字节每次增加0X11,可用来统计发送了多少帧数据-A serial data transmission process, each time I send a certain amount of bytes, including byte-per-second increase in 0X11, statistics can be used to send the number of frame data
- 2023-08-19 21:10:03下载
- 积分:1
-
卷积及其快速算法的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