搜索资源列表
matrix_multiply
- 自己编写的任意矩阵相乘的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
TIdspexample
- ti公司的dsp常用算法和程序.共有七个文件.C30Fast_FFT,C30FFT,fft2xx,fftRound2,ieeeConv,MatRix,SPI等.-ti company's common DSP algorithms and procedures. A total of seven documents. C30Fast_FFT. C30FFT, fft2xx, fftRound2, ieeeConv, MatRix. SPI other.
led.rar
- 16x16点阵LED驱动程序,电子设计大赛专用,适用于电子设计竞赛实训平台,16x16 dot matrix LED driver, a dedicated Electronic Design Competition for Electronic Design Contest Training Platform
MatrixMul.rar
- 编写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
DSP_SMOOTH
- DSP算法 SMOOTH: CONVOLVES A MATRIX WITH A 3X3 GAUSSIAN FILTER KERNEL-DSP algorithm SMOOTH: CONVOLVES A MATRIX WITH A 3X3 GAUSSIAN FILTER KERNEL
DSP_Exp1
- 1、 学习Matlab最有效的方式是自己动手以及经常查Help。 2、 遇到不很确定的函数或者操作,最好的办法就是自己建一个测试矩阵然后试一下,不会对数据产生不好的影响,也十分直观,因为很多细节老师也不会很清楚。 3、 养成用Editer编程的好习惯,最好结构化编程,经常使用自建的函数,使得代码清晰易查错。 4、 自己给自己加注释,运行程序时可以先试着一行一行运行,看一下每一行的输出是否与预期相同等等,出错的时候自上而下慢慢查。 -1, the most effective wa
juzhenxiangcheng
- Visual DSP++认知实验(完成矩阵A*B+C*D) 其中(ABCD是六维矩阵) 要求有汇编语言和c语言两种算法编写 要求有子程序的调用 -Visual DSP++ cognitive experiments (complete matrix A* B+ C* D) where (ABCD is a six-dimensional matrix) requires c language assembly language and requires the prepar
matrixmultiply
- 实现一个6*6维的矩阵的相乘,并利用优化策略,使得程序的循环次数尽可能减少-To achieve a 6* 6-dimensional matrix multiplication, and using optimization strategy, so to minimize the number of iteration procedures
dsp2
- 在visual dsp++实现完成矩阵A*B+C*D 1. 其中(ABCD是六维矩阵) 2.有汇编语言和c语言两种算法编写 3.有子程序的调用 -Achieve complete with dsp matrix A* B+ C* D 1. Which (ABCD is a six-dimensional matrix) 2 with c language assembly language and write two algorithms 3 with subroutine ca
dsp-mutiple
- 完成矩阵A*B+C*D ? 其中:A, B, C和D矩阵都是六维矩阵 ? 要求有汇编语言和C语言两种算法编写 ? 要求有子程序的调用 -Complete the matrix A* B+ C* D ? One: A, B, C and D matrices are six-dimensional matrix ? requires assembly language and C language written two algorithms require a subroutine c
Simulator
- Simulator 这是一个仿真程序文件夹下面有: acorr 自相关 add 向量相加 convol 卷积 corr 互相关 dlms 自适应算法 hpassfir 高通FIR算法 lpassfir 低通算法 mmul 矩阵相乘 rfft FFT算法实验 sin 这是一个产生正弦波数据的程 sub 向量相减 -Simulator is a simulation program folder belo
FloydSPR
- Given a input adjacent matrix (AdjMax) that represents a weighted, directed graph
Lab0601-PID
- 用dsp实现交通灯综合控制,交通灯分红黄绿三色,东、南、西、北各一组,用灯光信号实现对交通的控制:绿灯信号 表示通行,黄灯表示警告,红灯禁止通行,灯光闪烁表示信号即将改变。 - 计时显示:8×8 点阵显示两位计数,为倒计时,每秒改变计数显示。 - 正常交通控制信号顺序:正常交通灯信号自动变换: ⑴ 南北方向绿灯,东西红灯(20 秒)。 ⑵ 南北方向绿灯闪烁。 ⑶ 南北方向黄灯。 ⑷ 南北方向红灯,东西方向黄灯。 ⑸ 东西方向绿灯(20 秒)。 ⑹ 东西方向绿灯
adi_Covariance_Matrix
- adi公司的dsp器件TS201的汇编语言,关于求一个矩阵的协方差矩阵 Matrix[m*n]*Matrix[m*n] =Matrix[m*m] 算法-adi-dsp device TS201 assembly language, with regard to seeking a matrix of the covariance matrix Matrix [m* n]* Matrix [m* n] = the Matrix [m* m] algorithm
hzk
- 该代码实现读取汉字库,并根据读到的点阵字库按点绘制字符和汉字,对嵌入式开发中的汉字和字符绘制有参考价值。-The code reads the Store, and according to read dot matrix font characters and Chinese characters by drawing point, embedded in development of characters and character rendering a valuable referenc
vuwvx
- Modern signal processing used in the spectral estimation in matlab, Calculating a target and ocean echo power spectral density, Calculate the maximum eigenvalue judgment matrix of AHP.