当前位置:网站首页>[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));
边栏推荐
- The purpose of DDD to divide domains, sub domains, core domains, and support domains
- Intel joins hands with datawhale to launch learning projects!
- This is an incomplete data competition Yearbook!
- 2021年CS保研经历(四):西交软院预推免、信工所三室预推免
- [ts]typescript learning record pit collection
- JS 实现全屏效果
- Talk about multithreaded concurrent programming from a different perspective without heap concept
- Network security (6)
- Parameter passing mode of C language (int x) (int *x) (int & x)
- [wechat applet] interface generates customized homepage QR code
猜你喜欢

这是一份不完整的数据竞赛年鉴!

Manually build ABP framework from 0 -abp official complete solution and manually build simplified solution practice

OpenCV图像处理基础操作
![[AAAI] attention based spatiotemporal graph convolution network for traffic flow prediction](/img/3d/717bc3a47a58470edd7a815a976320.png)
[AAAI] attention based spatiotemporal graph convolution network for traffic flow prediction

Science fiction style, standard 6 airbags, popular · yachts from 119900

A little knowledge ~ miscellaneous notes on topics ~ a polymorphic problem

English语法_不定代词 - 常用短语

Examples of specific usage of diagnostic instructions in s7-1200 and s7-1500 (led+devicestates+modulestates)

leetcode刷题——排序

Random number setting and reference between parameters
随机推荐
ORBSLAM2安装测试,及各种问题汇总
Anfulai embedded weekly report no. 273: 2022.07.04--2022.07.10
Gao Zhiwei: data management enables the digital transformation of the transportation industry
How can Plato obtain premium income through elephant swap in a bear market?
Functions and arrays
Network security (5)
System architect learning
CS research assurance experience in 2021 (VI): system filling + some thoughts
Vector implementation
Network security (6)
Virtual machines use host graphics cards (Hyper-V and wsl2)
引入redis缓存出现的问题以及解决方式
[ts]typescript learning record pit collection
手动从0搭建ABP框架-ABP官方完整解决方案和手动搭建简化解决方案实践
Visual Studio
开放原子开源基金会黄金捐赠人优博讯携手合作伙伴,助力OpenHarmony破圈!
This is an incomplete data competition Yearbook!
My problem solving record 1: the @component annotation is used on the class. If you want to use the methods in this class, you can't directly new, but should use @autowired for injection, otherwise an
Solve problems intelligently
C# 值类型和引用类型讲解