码迷,mamicode.com
首页 >  
搜索关键字:signals and systems    ( 1391个结果
CCS - Baseband Digital Transmission - Signal Constellation Diagrams for Binary Signals -Signal Waveforms with Multiple Amplitude Levels (M = 2, 4, 8, 16)
Signal Waveforms with Multiple Amplitude Levels Matlab Coding, 1 % MATLAB script for the probability of a symbol error for M = 2, 4, 8, 16 2 echo on 3 ...
分类:其他好文   时间:2020-09-17 20:10:51    阅读次数:28
分布式追踪系列:OpenTracing与Jaeger
分布式追踪的概念 谷歌在2010年4月发表了一篇论文《Dapper, a Large-Scale Distributed Systems Tracing Infrastructure》(http://1t.click/6EB),介绍了分布式追踪的概念。 对于分布式追踪,主要有以下的几个概念: 追踪 ...
分类:其他好文   时间:2020-09-07 19:12:32    阅读次数:41
多线程
1、qt4.7以前版本处理方式,多线程的使用 1、自定义一个类,继承于QThread, class MyThread : public QThread { public: void run(); // 多任务执行函数 signals: void isDone(); // 处理完成后需要发送信号需要知 ...
分类:编程语言   时间:2020-08-10 18:37:36    阅读次数:98
Laravel 文件上传
1 配置文件 config\filesystems.php 复制一个配置 'public' => [ 'driver' => 'local', 'root' => storage_path('app/public'), 'url' => env('APP_URL').'/storage', 'vis ...
分类:Web程序   时间:2020-07-24 10:08:13    阅读次数:110
nginx在收到stop信号后的处理
1 启动时指定信号处理函数 在nginx启动的时候就会指定信号的处理函数: ngx_int_t ngx_init_signals(ngx_log_t *log) { ngx_signal_t *sig; struct sigaction sa; for (sig = signals; sig->si ...
分类:其他好文   时间:2020-07-23 22:32:29    阅读次数:82
matlab谐波生成方法
谐波的具体生成方法参看论文 Harmonic and Intermodulation Analysis of Nonlinear Devices Used in Virtual Bass Systems 具体的matlab代码为 function Ha = calculate_harmonics() ...
分类:其他好文   时间:2020-07-17 19:25:00    阅读次数:76
matlab谐波生成方法
谐波的具体生成方法参看论文 Harmonic and Intermodulation Analysis of Nonlinear Devices Used in Virtual Bass Systems 具体的matlab代码为 function Ha = calculate_harmonics() ...
分类:其他好文   时间:2020-07-17 16:24:35    阅读次数:80
GB/T 29311-2020 电气绝缘材料和系统 交流电压耐久性评定
点击下载该标准 标准编号:GB/T 29311-2020 标准名称:电气绝缘材料和系统 交流电压耐久性评定 英文名称:Electrical insulating materials and systems—AC voltage endurance evaluation 发布部门:国家市场监督管理总局 ...
分类:其他好文   时间:2020-07-09 22:25:52    阅读次数:132
Spring Cloud简介
一、简介 打开Spring官网http://spring.io 首页的中部,可以看到Spring Cloud的简介。 【原文】Building distributed systems doesn't need to be complex and error-prone(易错). Spring Clo ...
分类:编程语言   时间:2020-07-07 18:08:44    阅读次数:108
提高汽车系统的安全性
提高汽车系统的安全性 Enhancing security in automotive systems 2015年,奥迪公司、宝马集团和戴姆勒公司共出资28亿欧元收购诺基亚吉泰公司。导航系统在自主驾驶时代的重要性再怎么强调也不为过。对于高度自动化甚至是自动驾驶,都需要精确的定位。为此,最重要的组成部 ...
分类:其他好文   时间:2020-07-07 09:52:11    阅读次数:62
1391条   上一页 1 2 3 4 5 6 ... 140 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!