搜索资源列表
-
0下载:
adsp2116x的矩阵乘运算-adsp2116x matrix multiplication
-
-
0下载:
自己编写的任意矩阵相乘的DSP程序,运行在CCS环境,平台为TMS320C6416。主程序用C语言编写,子程序用汇编编写完成矩阵相乘功能。-prepare their arbitrary matrix multiplication, the DSP, the running of the CCS environment, TMS320C6416 platform. Main program with C language, the subroutine with a compilation co
-
-
0下载:
开发环境为visual dsp++3.0的复数矩阵乘法模块-visual development environment for DSP 3.0 plural matrix multiplication modules
-
-
0下载:
dsp程序:矩阵乘法,ad公司,在VisualDsp++环境下调试。-dsp : matrix multiplication, ad companies in VisualDsp debugging environment.
-
-
0下载:
3X3矩阵乘法的VHDL程序实现!对初学者有很大的帮助!-3X3 matrix multiplication VHDL program! For beginners is a great help!
-
-
0下载:
The main purpose of the core is a color transform tasks such as CIE XYZRGB, different RGBRGB and RGBYCbCr operations. The main part of color conversions from one to another color system concludes in 3x3 matrix multiplication with vector addition. The
-
-
0下载:
编写TMS320C54x汇编语言程序,计算矩阵乘法:
要求:① 两个矩阵的数据由DATA段输入(可放在源程序中,也可单独建立一个数据文件);
② 两个矩阵的数据从0口以数据文件IN.DAT输入,计算结果从1口以数据文件OUT.DAT输出。
,TMS320C54x assembly language program to prepare the calculation of matrix multiplication: Request: ① two matrices of data inpu
-
-
0下载:
这是dsp实验中用汇编语言编的矩阵相乘优化,包括4种优化方法,最终时钟周期400多个-This is the dsp series of experiments using assembly language to optimize matrix multiplication, including four kinds of optimization methods, the final clock cycle 400
-
-
0下载:
cannon 并行程序
Matrix multiplication with the Cannon Algorithm:
The matrices A and B are stored in files. The file names have to be specified as parameter. The root
process reads the matrices and distributes the respective values to all processes,
-
-
0下载:
实现一个6*6维的矩阵的相乘,并利用优化策略,使得程序的循环次数尽可能减少-To achieve a 6* 6-dimensional matrix multiplication, and using optimization strategy, so to minimize the number of iteration procedures
-
-
0下载:
The main purpose of the core is a color transform tasks such as CIE XYZ<->RGB, different RGB<->RGB and RGB<->YCbCr operations. The main part of color conversions from one to another color system concludes in 3x3 matrix multiplicatio
-
-
0下载:
Hardware Acceleration of Matrix Multiplication a Xilinx FPGA
Nirav Dave, Kermin Fleming, Myron King, Michael Pellauer, Muralidaran Vijayaraghavan
Computer Science and Artificial Intelligence Lab
Massachusetts Institute of Technology
Cambridge
-
-
0下载:
文章介绍了YUV向RGB颜色空间转换的硬件电路实现算法.在高基乘法算法基础上,建立了参数化高基乘法算法模型,并给出了Verilog HDL描述 小数乘法的整数乘法近似和近似误差给予了详细的讨论.采用乘法单元复用的设计结果将在两个时钟周期内完成YUV向RGB的颜色空间转换.-This paper introduces the YUV to RGB color space conversion hardware algorithm. Matrix multiplication algorithm i
-
-
0下载:
Matrix addition, Scalar multiplication, Transpose, and Row operations
-
-
0下载:
把矩阵相乘程序优化。
使用四种方案,写出每种优化方案的思路
和优化的结果 -The matrix multiplication program optimization. With four options, the idea to write each optimization and optimization results
-
-
0下载:
Simulator
这是一个仿真程序文件夹下面有:
acorr
自相关
add
向量相加
convol
卷积
corr
互相关
dlms
自适应算法
hpassfir
高通FIR算法
lpassfir
低通算法
mmul
矩阵相乘
rfft
FFT算法实验
sin
这是一个产生正弦波数据的程
sub
向量相减
-Simulator is a simulation program folder belo
-
-
0下载:
it si a 3 3 matrix multiplication
-
-
0下载:
用DSP实现矩阵乘法,是实验过程中编写的,可以使用。-Realize matrix multiplication in the DSP development board in the experiment.
-
-
0下载:
自编的一个矩阵相乘的小程序,可以由键盘输入两个矩阵的大小。-Self in a matrix multiplication of small programs, you can enter from the keyboard the size of two matrices.
-
-
0下载:
矩阵相乘,可用于滤波器调试,可在工程中直接添加-Matrix multiplication can be used for debugging filter can be added directly in the project
-