-
在NS2上进行的几种有线模型的模拟,具体的例子和代码分析
在NS2上进行的几种有线模型的模拟,具体的例子和代码分析-NS2 at up to several cable model simulation, specific examples and code analysis
- 2022-02-06 02:37:49下载
- 积分:1
-
微软亚洲研究院论文:对等应用中基于组的网络性能测量服务
微软亚洲研究院论文:对等应用中基于组的网络性能测量服务-Microsoft Asia Research Institute thesis : applications such as group-based network performance measurement services
- 2022-06-26 13:43:14下载
- 积分:1
-
使用rpc(远程过程调用)编写的录音程序(服务端和客户端)
使用rpc(远程过程调用)编写的录音程序(服务端和客户端)--A recording program which has used rpc (remote procedure calling) (includes service/client)
- 2023-02-07 04:20:03下载
- 积分:1
-
This procedure is a direct sequence spread spectrum packet simulation. Need matl...
本程序是一个直接扩频序列仿真包。需要matlab中安装了simulink才可以使用。-This procedure is a direct sequence spread spectrum packet simulation. Need matlab installed can only be used simulink.
- 2022-04-29 16:38:30下载
- 积分:1
-
Serial debugging tools, functions as a surveillance tool for debugging, user
串口调试工具,功能齐全,能作为监视调试工具,界面友好,使用方便-Serial debugging tools, functions as a surveillance tool for debugging, user-friendly and easy to use
- 2022-02-20 19:51:59下载
- 积分:1
-
This is what I have written serial debugger, we want to help
这是我自己编写的串口调试程序,希望对大家有所帮助-This is what I have written serial debugger, we want to help
- 2022-02-14 05:05:00下载
- 积分:1
-
采用Log
采用Log-BP算法的LDPC码译码仿真程序,给出了不同信噪比下误码率和误包率的统计图,用matlab和C(c-mex)程序分别编写,有详细说明和注释。-The use of Log-BP decoding algorithm for LDPC code simulation program is given a different signal to noise ratio and bit error rate under the packet error rate of the statistical map, using matlab and C (c-mex) procedures, respectively, to prepare, has a detailed description and notes .
- 2023-03-12 18:35:04下载
- 积分:1
-
qpsk调制在awgn/rayleigh信道下的误码性能比较,以及信号的功率谱和星座图...
qpsk调制在awgn/rayleigh信道下的误码性能比较,以及信号的功率谱和星座图-QPSK modulation in awgn/Rayleigh Channel Performance Comparison of error, and the signal power spectrum and constellation
- 2022-08-13 05:49:45下载
- 积分:1
-
清华大学,中国电网和合格的每一…
中电网及清华大学FPGA国家紧缺人才培训教材-Tsinghua University, China Power Grid and the national shortage of qualified personnel FPGA training materials
- 2022-03-05 18:53:38下载
- 积分: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