当前位置:网站首页>【FPGA教程案例10】基于Verilog的复数乘法器设计与实现
【FPGA教程案例10】基于Verilog的复数乘法器设计与实现
2022-07-05 00:49:00 【fpga和matlab】
---------------------------------------------------------------------------------------
1.软件版本
vivado2019.2
2.本算法理论知识和Verilog程序
在数字信号处理过程中,复数乘法有着非常多的应用,包括信号混频,FFT,IFFT。复数乘法器的计算公式如下:
设复数
x = a + b i,
y = c + d i,
则复数相乘的结果为:
x * y = (a + b i)*(c + d i) = (ac - bd) + i (ad + bc) 。
由此可以看到,一个复数乘法器,包括四个乘法器(完成a*c,b*d,a*d以及b*c),三个加法器。
其中乘法器的实现,参考前面课程:
边栏推荐
- Deux nombres se remplacent
- SAP UI5 应用开发教程之一百零六 - 如何提高 SAP UI5 应用路由 url 的可读性试读版
- OpenHarmony资源管理详解
- Parsing of XML
- [error reporting] "typeerror: cannot read properties of undefined (reading 'split')“
- Daily question brushing record (13)
- 【selenium自动化】常用注解
- 2022.07.03(LC_6111_统计放置房子的方式数)
- 107. SAP UI5 OverflowToolbar 容器控件以及 resize 事件处理的一些细节介绍
- leetcode494,474
猜你喜欢
leetcode494,474
基本放大电路的学习
分布式BASE理论
abc 258 G - Triangle(bitset)
两个数相互替换
Basic concept and usage of redis
[paper reading] cavemix: a simple data augmentation method for brain vision segmentation
The waterfall flow layout demo2 (method 2) used by the uniapp wechat applet (copy and paste can be used without other processing)
Identifiers and keywords
各大主流编程语言性能PK,结果出乎意料
随机推荐
分布式BASE理论
Expose testing outsourcing companies. You may have heard such a voice about outsourcing
107. Some details of SAP ui5 overflow toolbar container control and resize event processing
dotnet-exec 0.6.0 released
那些一门心思研究自动化测试的人,最后都怎样了?
Two numbers replace each other
URLs and URIs
[paper reading] Tun det: a novel network for meridian ultra sound nodule detection
2022.07.03(LC_6111_统计放置房子的方式数)
【C】(笔试题)指针与数组,指针
Get to know ROS for the first time
NPM install error forced installation
Applet live + e-commerce, if you want to be a new retail e-commerce, use it!
RB technology stack
Detailed explanation of multi-mode input event distribution mechanism
Maximum number of "balloons"
[Yocto RM]10 - Images
Specification for fs4061a boost 8.4v charging IC chip and fs4061b boost 12.6V charging IC chip datasheet
Recursive execution mechanism
Several simplified forms of lambda expression