当前位置:网站首页>[FPGA tutorial case 18] develop low delay open root calculation through ROM
[FPGA tutorial case 18] develop low delay open root calculation through ROM
2022-07-29 09:59:00 【FPGA and MATLAB】
---------------------------------------------------------------------------------------
1. Software version
vivado2019.2,matlab2021a
2. This algorithm has theoretical knowledge and IP Nuclear configuration
This course , Its basic principles and courses 16 be similar , We will introduce the implementation process directly . Its mathematical expression can be expressed as :

From this formula, we can see , Of the formula x, It can be used as ROM Address input information of core ,sqrt(x) As ROM As the result of calculation .
2.1 be based on ROM Of lookup table sqrt(x) Calculation
First , adopt MATLAB Design a lookup table , Run the following MATLAB Program :
clc;
clear;
close all;
warning off;
addpath(genpath(pwd));
x = [1:5000];
y = round(127*sqrt(x));
边栏推荐
- A little knowledge ~ miscellaneous notes on topics ~ a polymorphic problem
- RTMP supports h265 streaming
- [Apple Developer account]06 after transferring the developer account, the annual fee of the developer is automatically renewed
- Several common design methods of test cases [easy to understand]
- Enterprise architecture | togaf architecture capability framework
- Sed, regular expression of shell programming
- A Zuo's realm
- In simple terms, dependency injection and its application in Tiktok live broadcast
- Network security (5)
- PyQt5快速开发与实战 6.4 QBoxLayout(框布局)
猜你喜欢

Problems and solutions of introducing redis cache

i.MX6ULL驱动开发 | 32 - 手动编写一个虚拟网卡设备

数据库表结构生成excel工具

mysql 数据库 期末复习题库

vector实现

QoS quality of service five traffic shaping of QoS boundary behavior

怎么样的框架对于开发者是友好的?

机器学习入门的百科全书-2018年“机器学习初学者”公众号文章汇总

Orbslam2 installation test and summary of various problems

Pyqt5 rapid development and practice 6.5 qgridlayout (grid layout)
随机推荐
What is Cartland number? What are the applications?
Intel joins hands with datawhale to launch learning projects!
On memory computing integrated chip technology
How can Plato obtain premium income through elephant swap in a bear market?
Pyqt5 rapid development and practice 6.1 three dimensions of good software & 6.2 layout management in pyqt5 & 6.3 absolute location layout of pyqt5
2021年CS保研经历(六):系统填报 + 一些感想
Libyuv module
[AAAI] attention based spatiotemporal graph convolution network for traffic flow prediction
网络图片转换本地图片 - 默认值或快捷键
Functions and arrays
Network security (5)
Summary of JD internship written examination questions
SiC功率半导体产业高峰论坛成功举办
Summary of window system operation skills
Random number setting and reference between parameters
待人宽容大度
Is the marginal old technology in its 40s weak in the future or rising from the ground?
深入浅出依赖注入及其在抖音直播中的应用
函数和数组
怎么样的框架对于开发者是友好的?