搜索资源列表
jpeg压缩中的DCT蝶型算法verilog代码
- jpeg压缩中的DCT蝶型算法verilog代码-jpeg DCT compression algorithm verilog code BUTTERFLY
cf_fft_2048_18
- 2048点的fft的算法源程序,应用verilog编程实现。
BCD2BIN8.rar
- BCD转BIN算法,BCD码转二进制数据。,BCD to BIN algorithm, BCD code to binary data.
learn_RS_coding
- 自己根据网上已有程序改写的(127,115)RS编码,有详细的注释及对FPGA实现算法的改写(参考try123.m),希望可以让大家少走弯路-(127,115) rs encoder/decorder with detailed annotations.
fft
- fft代码,采用蝶形算法,包括C,matlab和verilog代码-fft code, using butterfly algorithm, including C, matlab and Verilog code
FFT
- 详细介绍了关于快速傅立叶变换FFT的算法、原理。-Described in detail on the fast Fourier transform FFT algorithm, principle.
aa
- BFGS算法本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点-BFGS algorithm for solving This procedure applies to the form f (x) = 1/2* x Ax+ Bx+ C quadratic function of the stable point
SPIHT_irix[1].tar
- 实现SPIHT算法的主程序,自己实验过程中发现有效-SPIHT algorithm to achieve the main program, their experiment found that the effective
CompressionLZ77-LZ78-HUF-ARI-LZW-RLE
- 非常全面的无损压缩算法集合,编译通过,可以运行!-Very comprehensive collection of lossless compression algorithm, compiles, you can run!
inter_prediction(verilog)
- H.264算法中的帧间估计部分的设计,能够实时处理720x576图像。-The inter predictions part design of H.264,which can process 720x576 image.
iqit(verilog)
- H.264算法中的反变换反量化部分的设计,能够实时处理720x576图像。-The IQIT part of H.264, which can process 720x576 image.
cordic_atan
- 用verilog语言实现计算反正切函数,在软件无线电中解调PM/FM中使用的尤为频繁。上传的压缩包是modelsim工程,基于6.5c,里边包含一个完整的PM波产生以及解调过程的matlab文件仿真,并取其中间的I和Q支路做为verilog文件的输入,并将其借条输出与MATLAB实际解调输出作比较。 鉴相器的设计基于CORDIC算法,其精度取决于迭代的深度。由于工程实际运用只需要解调出atan值,并不需要绝对的值,所以并没有给予加权,需要的同学可以自己加上。-Calculated usin
(7,4)汉明码的三种编程实现
- 使用MATLAB,Verilog,和C语言实现(7,4)汉明码,并解释了其算法的原理。需使用office打开文档,才会出现完整文档
cordic算法的Verilog实现
- cordic算法的Verilog实现,代码经过验证,能够有效的运行(Verilog implementation of CORDIC algorithm)
cordic
- 基于Verilog HDL语言,用cordic算法的旋转模式实现三角函数和反三角函数的计算(Calculation of trigonometric function and anti trigonometric function by rotation mode of CORDIC algorithm)
Cordic3
- 用cordic算法求三角函数与反三角函数的Verilog编程(Verilog programming of trigonometric function and inverse trigonometric function by CORDIC algorithm)
cordic_pipelined
- 用Verilog进行三角函数与反三角函数的计算(Calculation of trigonometric function and inverse trigonometric function by Verilog)
lzs-master
- 基于verilog的LZS压缩和解压算法,压缩比1;2 。里面带有C原言的代码。已经通过验证!(Verilog based LZS compression and decompression algorithm, compression ratio 1; 2. It has the C code in it. It has been verified!)
Verilog数字系统设计教程%28第二版%29 夏宇闻.pdf
- 设计词: 数字电路 神经网络 matlab 神经 matlab 仿真 遗传算法(sm3_rst_n, csm2_rst_n, csm1_rst_n, csm0_rst_n, b_10gf_rst_n, f_10gf_rst_n, b_ge_rst_n, f_ge_rst_n, mucus_rst_n, daughter_rst_n, csm0_led_n, csm1_led_n, csm2_led_n, csm3_led_n, hdd_cf_led_n, in_out_irq_n, csm_r
正交鉴相算法.
- 正交鉴相算法的verilog源码,有部分注释,用于学习还不错!