摘要: 一、VX 时间有限不提供免费服务! 二、订阅号 阅读全文
posted @ 2019-05-16 13:41 朱小勇 阅读(4892) 评论(1) 推荐(0)
摘要: 1、网址 GitHub - pybind/pybind11: Seamless operability between C++11 and Python · GitHub 阅读全文
posted @ 2026-03-05 09:23 朱小勇 阅读(5) 评论(0) 推荐(0)
摘要: 1、SimpleDSP GitHub - mozanunal/SimpleDSP: Header-only C library delivering essential DSP blocks—FIR/IIR filters, FFT, windowing, math helpers—optimise 阅读全文
posted @ 2026-03-05 00:47 朱小勇 阅读(22) 评论(0) 推荐(0)
摘要: 1、h #ifndef WIN4C_H__ #define WIN4C_H__ #pragma once #define PI 3.141592653589793 #define EPS 1e-8 #include <vector> std::vector<double> rectangle(int 阅读全文
posted @ 2026-03-04 17:57 朱小勇 阅读(4) 评论(0) 推荐(0)
摘要: 1、源码 FFTW Installation on Windows 2、教程 FFTW库使用详解-CSDN博客 阅读全文
posted @ 2026-03-04 00:18 朱小勇 阅读(3) 评论(0) 推荐(0)
摘要: 源码: Eigen: A C++ template library for linear algebra 教程: 完整教程:Eigen:一个好用的线性代数运算的C++算法库 - clnchanpin - 博客园 阅读全文
posted @ 2026-03-04 00:07 朱小勇 阅读(6) 评论(0) 推荐(0)
摘要: GitHub - Nubis-Communications/SignalIntegrity: Python tools for signal integrity applications GitHub - OpenSNPTools/openSNPQual: Easy to use S-paramet 阅读全文
posted @ 2026-02-20 18:14 朱小勇 阅读(5) 评论(0) 推荐(0)
摘要: 1. 先搞懂:符号(Symbol) 是什么? 可以把符号理解成: 高速信号里的「一个包裹」。 以前的 NRZ(0/1):一个包裹里只装 1 比特,因为有两个电平,组成0、1(1比特) 现在的 PAM4:一个包裹里装 2 比特,有4个电平,组成00、01、10、11(1比特) 符号 = 一次发送的最小 阅读全文
posted @ 2026-02-19 15:50 朱小勇 阅读(11) 评论(0) 推荐(0)
摘要: 1、确保共享服务打开,win+r,services.msc,DNS Client, Network Connections, Server, SSDP Discovery, TCP/IP NetBIOS Helper, UPnP Device Host;Function Discovery Prov 阅读全文
posted @ 2026-02-06 21:38 朱小勇 阅读(18) 评论(0) 推荐(0)
摘要: 1.代码 int main(int argc, char *argv[]) { QApplication app(argc, argv); QPixmap pixmap(":/splash.png"); QSplashScreen splash(pixmap); splash.show(); app 阅读全文
posted @ 2026-01-15 15:08 朱小勇 阅读(10) 评论(0) 推荐(0)
摘要: QGroundControl – Drone Control – Ground Control Station for Small Air – Land – Water Autonomous Unmanned Systems QGroundControl(QGC)详细介绍-CSDN博客 阅读全文
posted @ 2026-01-04 19:17 朱小勇 阅读(13) 评论(0) 推荐(0)