-
jtapi是java针对modem的开发,可以手机和电脑连接起来,进行通行...
jtapi是java针对modem的开发,可以手机和电脑连接起来,进行通行-jtapi
- 2022-07-28 09:16:55下载
- 积分:1
-
MICROCHIP 公司的 ENC28J60 网络芯片的技术文档。
MICROCHIP 公司的 ENC28J60 网络芯片的技术文档。-MICROCHIP company" s chips ENC28J60 Network technical documentation.
- 2023-03-06 09:55:04下载
- 积分:1
-
Document partition table format, suitable for the realization of a document embe...
文件分区表格式,适合于嵌入式实现的文件分区表-Document partition table format, suitable for the realization of a document embedded partition table
- 2022-08-09 02:14:46下载
- 积分:1
-
中华民国曲线说明性能的二元分类问题,类…
ROC curves illustrate performance on a binary classification problem where classification is based on simply thresholding a set of scores at varying levels. Lenient thresholds give high sensitivity but low specificity, strict thresholds give high specificity but low sensitivity the ROC curve plots this trade-off over a range of thresholds (usually with sens vs 1-spec, but I prefer sens vs spec this code gives you the option).
It is theoretically possible to operate anywhere on the convex hull of an ROC curve, so this is plotted too. The area under the curve (AUC) for a ROC plot is a measure of overall accuracy, and the area under the ROCCH is a kind of upper bound on what might be achievable with a weighted combination of differently thresholded results from the given classifier
-ROC curves illustrate performance on a binary classification problem where classification is based on simply thresholding a set of scores at varying levels. Lenient thresholds give high sensitivity but
- 2022-01-21 23:11:41下载
- 积分:1
-
蜂窝的概念
蜂窝移动通信
蜂窝的概念是其中要求更换一个单一的、 系统级主意高功率发射机 (大单元格) 与许多低功率发射机 (小
细胞) 每个提供覆盖的服务区只有一小部分
- 2022-08-02 16:17:54下载
- 积分:1
-
DSB demodulation process, Matlab
DSB的解调程序,基于matlab的通信系统仿真系列。供刚接触到matlab的朋友使用-DSB demodulation process, Matlab-based communications system simulation series. For begin to friends using Matlab
- 2022-12-01 10:20:03下载
- 积分:1
-
The use of VC and mixed programming Mablat phone text messaging program source c...
采用VC和Mablat混合编程的手机发短信源代码程序,主程序为smssend_mainhg。需VC和Mablab3.0编译环境。-The use of VC and mixed programming Mablat phone text messaging program source code, the main program for smssend_mainhg. VC and Mablab3.0 need to compile the environment.
- 2022-08-12 16:43:33下载
- 积分:1
-
GPRS的繁体XP,希望对大家用用,好的的东西,
GPRS的繁体XP,希望对大家用用,好的的东西,-GPRS Traditional XP, wish to use by everyone, good things
- 2022-06-02 00:11:13下载
- 积分:1
-
CSMA/CD的opnet仿真,包括两个场景
自己做的CSMA/CD的协议,花了好久,以前出错,在网上找了很多次,都没有贴出来的,这个是我根据库里面的例子做的,给大家做参考。
- 2022-09-28 12:45: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