HDB3 Decode And Endecode System

📌

  • HDB3编解码系统,由Verilog HDL实现QuartusⅡ和Modelsim联合进行功能仿真,在FPGA芯片实测。
  • 整体功能模块时序逻辑都比较简单,没有进行时序仿真,直接上FPGA实测,基本没有大问题。
  • FPGA主芯片采用ALTREA EP2C8T144C8N,故需要使用QuartusⅡ13.0及以下版本,否则无法使用芯片库,可用采用多版本共存方式,Altera允许多个版本同时使用,并且有清除的版本区分。
  • 数模转换 D/A :实现数字模拟转换功能,将数字信号采集变成模拟信号输出,使用National Semiconductor DAC 0832
  • 模数转换 A/D :实现模拟数字转换功能,将模拟信号采集后变成数字信号输出,使用Maxim Integrated ADC MAX7820
  • 整体包括分频器设计、M 序列设计、映射表设计、编码电路设计、D/A 转换设计、A/D 采样设计、 位同步设计、解码电路设计、编解码系统总体电路设计。
    💨🕤😴
More...

Nunjucks Errors

  • 🕥😴
  • Nunjucks模板标签导致MD文件解析报错的问题:
1
2
3
4
5
6
7
8
FATAL {
err: Error [Nunjucks Error]: _posts/mathBasic.md [Line 13, Column 14] expected variable end
===== Context Dump =====
=== (line number probably different from source) ===
8 | <p>$f’({ {x}<em>{0} })=\underset{\Delta x\to 0}{\mathop{\lim } },\frac{f({ {x}</em>{0} }+\Delta x)-f({ {x}_{0} })}{\Delta x}$ (1)</p>
9 | <p>或者:</p>
10 | <p>$f’({ {x}<em>{0} })=\underset{x\to { {x}</em>{0} }}{\mathop{\lim } },\frac{f(x)-f({ {x}<em>{0} })}{x-{ {x}</em>{0} }}$ (2)</p>

More...

基于卷积神经网络的图片验证码识别

📌

  • 基于卷积神经网络训练模型识别图片验证码,0~9数字和26个字母大写和小写组合识别
  • PIL模块生成验证码训练集和测试集,添加干扰点和干扰线来模拟实际复杂环境,os保存以及读取,通过去噪以及灰度化处理提高识别率,通过卷积神经网络池化后全连接层处理,识别成功率达到约96%
    💨🕥😴
More...

F-OFDM vs OFDM

📌

Divide the OFDM cattier bandwidth into multiple sub bands with different parameters, and filter the sub bands, and try to leave as few isolation bands as possible between the sub bands

🌞🕒😴

More...

ASK and PSK

📌

Most communication channels have communication channels, so the only way to transmit signals through such channels is to move the fortunate frequency that carries the message to the frequency band of the channel

🕣😴

More...

请我喝杯咖啡吧~