CCT 1.0.3

dotnet add package CCT --version 1.0.3
NuGet\Install-Package CCT -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CCT" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CCT --version 1.0.3
#r "nuget: CCT, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CCT as a Cake Addin
#addin nuget:?package=CCT&version=1.0.3

// Install CCT as a Cake Tool
#tool nuget:?package=CCT&version=1.0.3

CCT

version: v1.0.1 (shields.io) version: v1.0.0 (shields.io) version: v1.0.0 (shields.io)

Background

目前,通信领域的计算库较少且难以兼顾轻量、易用、跨平台等特性,给该领域的从业人员带来不少困扰。CCT 即是一款同时兼顾上述特性的 .NET 库,可完成信源编码/译码、信道编码/译码、数字调制/解调、均衡等多种运算。

Install

使用 Nuget 或其他包管理器直接搜索安装即可

image-20220610183901455

Usage

CCT 将整个通信流程分为若干个模块,具体结构如下

image-20220610184744083

各个模块的计算方法均位于对应的命名空间下

模 块 命名空间
信源编码 CCT.ISource.Encoding

Q & A

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 418 6/10/2022
1.0.1 397 6/10/2022
1.0.0 385 6/9/2022

✨ 新增信源译码
🪄 优化信源编码