Yunpeng's Blog Space!

Do Something Right, do it Better!


  • Home

  • About

  • Tags

  • Categories

  • Archives

AMBA: APB Bus Note

Posted on 2022-04-17
Words count in article: 680 | Reading time ≈ 2
AMBA 总线是ARM推出的高级微控制器总线架构 1. APB总线协议概述 APB协议是低成本接口,为低功耗优化,降低了接口复杂性。APB协议不支持流水线,它是一个简单的同步总线协议。每次数据传输至少 ...
Read more »

TLK 1501 datasheet 研读

Posted on 2022-03-27
Words count in article: 518 | Reading time ≈ 1
1. 芯片特性 热插拔保护 0.6 – 1.5 Gbps Serializer/Deserializer 串行器/解串器 片上 8b/10b 编解码,逗号对齐、Link Synchronizatio ...
Read more »

VGA显示驱动设计

Posted on 2022-03-22
Words count in article: 1.3k | Reading time ≈ 5
VGA(Video Graphics Array接口是IBM制定的一种视频数据的传输标准,一种电脑显示器的典型接 口。VGA接口输出的是模拟图像。传统CRT显示器使用的是VGA接口,现在也有不少的液晶 ...
Read more »

FPGA实现图像直方图均衡化

Posted on 2022-03-18
Words count in article: 691 | Reading time ≈ 2
1.1 直方图概述 直方图【定义1】: 一个灰度级为[0, N-1]的数字图像的直方图是一个离散函数 其中 是灰度级为 的像素个数; 是第 k 个灰度级, 由于 的增量是1,则直方图可以表示为 ...
Read more »

FPGA实现图像中值滤波

Posted on 2022-03-15
Words count in article: 2.8k | Reading time ≈ 16
1. 图像中值滤波 中值滤波是一种统计排序(非线性)的信号处理方法,最初由 J.W.Tukey 于1971年提出,并应用于一维信号处理,后来被应用于二维图像处理领域。 复杂背景下,红外目标进行精确有效 ...
Read more »

流水线加法器

Posted on 2022-03-11
Words count in article: 648 | Reading time ≈ 3
IC设计中的流水线思想 流水线思想是一种高效的处理机制,目前先进的处理器都采用流水线结构来增加吞吐率,反映在电路上面就是尽可能的让数字系统全部的电路都持续的工作。如若不然,由于数字系统都是分模块设计, ...
Read more »

Ubuntu 20.04 LTS安装教程(Windows-Linux双系统)

Posted on 2022-03-08
Words count in article: 1.4k | Reading time ≈ 5
Linux是一种开放源代码的操作系统,可以安装在服务器、个人计算机,甚至是掌上电脑(PDA)上。Linux因其开源的独特优势,长期以来得到了大量的应用和支持,本文安装的是Ubuntu是一个以桌面应用为 ...
Read more »

Verilog 数字模块设计

Posted on 2022-01-06
Words count in article: 690 | Reading time ≈ 2
1. 多路复用器搭建逻辑门 在数字信号的传输过程中,有时候需要从多组数据中选择一组出来,这时候就要用到一种称为数据选择器或叫多路复用器的逻辑电路。 最简单的复用器(MUX)有两个数据输入端,一个数据选 ...
Read more »

8 posts
5 tags
GitHub E-Mail YouTube 知乎
© 2020 — 2022 Wang Yunpeng | Site words total count: 8.8k
0%