当前位置:网站首页>[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));
边栏推荐
- OpenCV图像处理基础操作
- Sublime Text3 设置不同文件不同缩进
- 怎么样的框架对于开发者是友好的?
- How big is the bandwidth of the Tiktok server for hundreds of millions of people to brush at the same time?
- 那句话的作用
- Which hero is the most difficult for lol in terms of code?
- Source code analysis of senparc.weixin.sample.mp
- Solve problems intelligently
- vector实现
- 这是一份不完整的数据竞赛年鉴!
猜你喜欢
尹伊:我的学习成长路径
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
[C language] Sanzi chess (intelligent chess playing + blocking players)
SiC功率半导体产业高峰论坛成功举办
Basic operations of OpenCV image processing
Node (II)
pytest+allure生成测试报告
i.MX6ULL驱动开发 | 32 - 手动编写一个虚拟网卡设备
Nucleic acid scanning code registration experience (how to improve the correct character recognition rate of OCR)
Behind 100000 visits...
随机推荐
【AAAI】用于交通流预测的基于注意力的时空图卷积网络
Explanation of C value type and reference type
Encyclopedia of introduction to machine learning - 2018 "machine learning beginners" official account article summary
On memory computing integrated chip technology
PyQt5快速开发与实战 6.5 QGridLayout(网格布局)
Appendix 2 – some simple exercises
造型科幻、标配6安全气囊,风行·游艇11.99万起售
Dimensionality reduction and mathematical modeling after reading blog!
7.9-7.17 new features and grammar of learning plan ES6
读博后降维打击数学建模!
英特尔联合Datawhale,发布学习项目!
Logistic regression of machine learning
[C language] minesweeping (recursive expansion + marking function)
Unity3d empty package APK error summary
Unity3d空包打apk报错汇总
[ts]Typescript学习记录坑点合集
How to customize the opportunity closing form in dynamics 365online
Vector implementation
TCP failure model
Summary of window system operation skills