搜索资源列表
speedmess
- 此工程项目包可以实现基于spartan3与CAN总线连接后的的汽车时速的模拟仿真。并可计算轮速差的数值。当此数值超出规定的边界值时报警。
svd_fpga
- 一种计算高阶矩阵奇异值分解的FPGA实现方法。
CORDIC16.rar
- 16次迭代的CORDIC算法,精度很高,可应用于计算反正切值,16 iterations of the CORDIC algorithm, high accuracy, can be applied to calculate arctangent
RS-decoder
- RS 解码器主要包括以下5 个主要部分:伴随式计算、计算错误位置和错误值多项式、 钱搜索计算错误位置、福尼算法计算错误值和纠正解码输出。-RS decoder includes the following five main parts: With style, calculated error location and error value polynomial, Calculated error location search of money
custom_cordic
- verilog编程开发的cordic例程,计算SIN,COS功能与计算幅值角度功能可设定,运算宽度可设定,并有完善的TESTBENCH。-Verilog programming developed CORDIC routines to calculate SIN, COS function and calculating the amplitude of the perspective of function can be set, computing the width can be set,
Quartus
- Quartus程序是滤波器+功率检测+相关计算+TDD时隙切换,从滤波输出的过采样信号中随机指定输出其中的一路信号输出用来做功率检测和相关计算,相关计算完全采用串行计算比较的方式得到最大值,然后根据这个最大值的位置推算出上、下行时隙的切换点位置。-Filter+ Quartus program is related to computing power detection++ TDD time slot switch, from the filtered output signal over a
Digital_Phase_Measurement
- 测量相位差并用LCD显示。从信号源接入两路信号,经过AD1和AD2转换后,送入FPGA中。 在FPGA中,使用双值法整形,得到两路标准的方波,然后测出两路信号的时差Δt,以及信号的周期T, 并计算相位差(ΔΦ=Δt/T*360°)。并送入1602中显示。经测试,其测相误差小于1 。-Measured phase difference and with LCD display. Two-way access from the source signal, converted by AD1
Chebyshev-filter
- 主要介绍切比雪夫滤波器参数的计算,其主要特点是误差值在规定频段上等波纹变化-Introduces Chebyshev filter parameter calculation, the main feature is the error value in the upper band ripple requirement changes
DDS-program
- DDS芯片中主要包括频率控制寄存器、高速相位累加器和正弦计算器三个部分(如Q2220)。频率控制寄存器可以串行或并行的方式装载并寄存用户输入的频率控制码;而相位累加器根据 dds 频率控制码在每个时钟周期内进行相位累加,得到一个相位值;正弦计算器则对该相位值计算数字化正弦波幅度(芯片一般通过查表得到)。DDS芯片输出的一般是数字化的正弦波,因此还需经过高速D/A转换器和低通滤波器才能得到一个可用的模拟频率信号。-The chips mainly includes DDS frequen
PCME1
- 通常的CRC算法在计算一个数据段的CRC值时,其CRC值是由求解每个数值的CRC值的和对CRC寄存器的值反复更新而得到的。这样,求解CRC的速度较慢。通过-#define CRCCCITT 0x1021 #define CCITT-REV 0x8408 #define CRC16 0x8005 #define CRC16-REV 0xA001
使用循环进行数组排序
- 利用labview编写程序: 4、使用循环进行数组排序 要求:可以多次操作,直到点退出按钮。 5. 产生一个3×3的整数随机数数组,随机数要在0到100之间,然后找出数组的鞍点,即该位置上的元素在该行上最大,在该列上最小,也可能没有鞍点。如下图所示: 要求:加上数组元素数设置以及redo按钮重新取值计算 -Labview programming: 4, using a loop array sorting requirements: multiple operati
autosale
- 自动售货机,货物信息存储,进程控制,硬币处理,余额计算,显示等功能 --说明:显示的钱数coin的值以5角为单位 -Vending machines, the cargo information storage, process control, coin handling, balance calculation, display and other functions- Descr iption: display the amount of money the value of th
RS(204-188)decoder
- rs_decoder.v(顶层文件), SyndromeCalc.v(计算伴随式), BM_KES.v(BM求解关键方程), Forney.v(Forney算法求误差样值), CheinSearch.v(搜索错误位置),ff_mul.v(有限域乘法)。 ROM及初始化文件: rom_inv.v(求逆运算), rom_power.v(求幂运算); rom_inv.mif(ROM初始化文件), rom_power.mif(ROM初始化文件)。 仿真波形:
RAWTORGB
- 实现了10bit的RAW RGB向RGB的插值计算,成功的将贝尔模板数据转化为了人们熟悉的RGB数据。-Implements the 10bit RAW RGB to RGB interpolation calculation, the success of the Bell template data into RGB data to the familiar.
oooo
- 基于fpga和51单片机的等精度频率计,通过fpga对信号进行采集,数据传给单片机计算,再由12864进行显示,可进行频率,周期,脉宽,占空比,幅值等的测量。-Fpga and 51 microcontroller based precision frequency meter, through fpga for signal acquisition, data to the microcontroller to calculate, and then by 12864 for display,
DDS
- 基于fpga的DDS详细设计方案 verilog语言 正弦计算器则对该相位值计算数字化正弦波幅度(芯片一般通过查表得到)。DDS芯片输出的一般是数字化的正弦波,因此还需经过高速D/A转换器和低通滤波器才能得到一个可用的模拟频率信号。-Direct Digital Synthesizer base on fpga use verilog Sine calculator to calculate the value of the digital phase sine wave amplitu
video_shape_center
- FPGA将二值化的视频提取目标的位置信息,最终计算出目标的型心。-FPGA binarized video extract location information of the target, the final calculation of the target core.
RS(204,188)译码器的设计
- RS(204,188)译码器说明 原文件: rs_decoder.v(顶层文件), SyndromeCalc.v(计算伴随式), BM_KES.v(BM求解关键方程), Forney.v(Forney算法求误差样值), CheinSearch.v(搜索错误位置),ff_mul.v(有限域乘法)。 ROM及初始化文件: rom_inv.v(求逆运算), rom_power.v(求幂运算); rom_inv.mif(ROM初始化文件), rom_po
