搜索资源列表
基于TMS320VC5402的相关算法程序
- 基于TMS320VC5402 DSP平台的广义平稳信号的相关算法的C语言实现,在CCS里调试通过-TMS320VC5402 DSP platform based on the generalized smooth signal correlation algorithm in C language, debugging through CCS Lane
CORREL
- TI公司TMS320VC5402 DSP 上的相关(Correlation)算法实验-TI TMS320VC5402 DSP related (Correlation) Experimental Algorithm
C-Correlation
- 上传的是C编写的算法,在图象处理方面常用到,希望对你有用-upload is prepared by the C algorithm, the image processing used to the hope that useful to you
ExpCorrelation
- tms320c5402dsp的Correlation算法实现程序注意调试时加rts库!-tms320c5402dsp the Correlation Algorithms to debug procedures when increase rts library!
caralarm
- 这是本人以前编的机遇PIC的汽车防盗程序,还包括相关的PDF及原理图,供大家参考。- This was myself before arranged opportunity PIC automobile security procedure, but also included the correlation PDF and the schematic diagram, for everybody reference.
DSPcorrelation
- 相关算法的应用很广,例如噪声中信号的检测,一个信号经过一段延迟后自身的相似性,信号中隐含周期性的检测,信号相关性的检验,信号时延长度的测量,滤除确定性信号中的随机干扰信号等等。相关函数还是描述随机信号的重要统计量。 利用CCS5000的集成开发平台,通过C语言对一正弦信号和一余弦信号进行了相关算法设计、编程和分析,然后将其置于CCS集成开发环境下,编译、调试、运行.-correlation algorithm used widely, such as noise signal detecti
USB430CCode
- 其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便的读写: unsigned char D12_WriteEndpoint(unsigned char endp, unsigned char len, unsigned char * buf) 此为usb端点输出函数,endp是要进行通信的端点,取值为3(普通端点,最大可一次传输16byte)或5(主端点,最大可一次传输64byte);len为一次输出数据长度;*buf为数据所在位置。 usb端点
IMAG_c
- CCS编程环境 使用的是汇编加C的混合编程方法: The programme of the Correlation Algorithm. Using INT2 to get the input signal. Array x, in first step, is the input signal produced by programme, in next step, is the input signal get from A/D, the length is 128, 3
Correlation
- 基于TI tms320lf2407 DSP 的相关算法(编译环境CCS2.20)
DSP2407-correlation(cpu2)
- 两个随机信号相关DSP实现及在故障距离判别运用,是现代信号处理理论教学的实验部分,利于理解随机过程相关的实际意义
correlation.rar
- 主要实现卷积功能,用于工业微弱信号监测和信号处理,,The main implementation convolution function, weak signal for industrial monitoring and signal processing,
cancorr.rar
- CCA的代码,将两张图片做典型相关分析,输入参数分别为:输入图像1,输入图像2,行,列,通道1,通道2,输出矩阵。,CCA' s code, two pictures to do canonical correlation analysis, input parameters are as follows: the input image 1, the input image 2, row, column, channel 1, channel 2, the output matrix.
testcorr1
- 开发环境为ccs3.3 使用TI的imglib2进行了图像相关的例子 -we ues ccs3.3 and imglib2 to test image correlation
Correlation
- DSP实验——相关(corr)算法 C语言编写 已通过调试 可放心下载-DSP experiments- related (corr) algorithm C language has been downloaded through the debugger can be assured
exp06_cpu2
- CCS 相关(COrrelation)算法主程序 附件齐全 可直接运行-CCS-related (COrrelation) algorithm in Annex complete the main program can be directly run
cross-correlation
- 利用DSP5502芯片,实现了cross-correlation算法,已运行调通,可以用Graph里面的time/frequency看效果。-Use DSP5502 chip to realize cross-correlation algorithm, has been running tune-pass, you can use Graph inside the time/frequency by the effect.
BPSK_track_10.23M_BD_IF46.52MHz
- in tracking programm,actualize communications between DSP and FPGA Besides produce ahead code present code late code and correlation integral result-communications between DSP and FPGA Besides produce ahead code present code late code and correlation
sim
- presentation dsp basics knowledge it describes about convolution correlation, autocorrelation,alising, antialaising, -presentation on dsp basics knowledge it describes about convolution correlation, autocorrelation,alising, antialaising,
cross-correlation
- 基于labview平台实现两路信号的互相关算法-Based on two channels signal platform and realize the labview the cross-correlation algorithm
Cross-Correlation-matlab-implemenation
- Auto correlation and cross correlation are the most important aspects in the DSP domain. This code implements the same.