联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All DSP编程(246) 

[DSP编程] DigitalSignalProcessing-UFSCar

这是我2022.1年在圣卡洛斯联邦大学(Federal University of S o Carlos)上数字信号处理课程时编写的代码,
This is the code I work while doing Digital Signal Processing classes at Federal University of S o Carlos in 2022.1, (2022-08-26, Jupyter Notebook, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1693650079761897.html

[DSP编程] sensor-data-fusion-full-stack

该项目实现了贝叶斯SDF方法,如沃尔夫冈·科赫(Wolfgang Koch)的《跟踪和传感器数据融合》(Tracking and Sensor Data Fusion)一书中所述。,
This project implements the Bayesian SDF approach, as described in Wolfgang Koch s book Tracking and Sensor Data Fusion., (2021-03-09, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688854214901638.html

[DSP编程] FilterCompare

设计低通滤波器比较不同窗函数性能,分别为巴特沃斯滤波器,切比雪夫Ⅱ型滤波器、椭圆滤波器等几种经典滤波器。
Design low pass filter to compare the performance of different window functions (2019-12-01, matlab, 3642KB, 下载1次)

http://www.pudn.com/Download/item/id/1575158834660632.html

[DSP编程] exp03_iir

c 语言与 arm 平台下实现二阶巴特沃斯低通滤波器,适用于dsp54x系列cpu开发板
c and arm code of two-level iir Butterworth filter in dsp54x cpu (2017-12-30, C/C++, 60KB, 下载4次)

http://www.pudn.com/Download/item/id/1514648936524518.html

[DSP编程] jianpufa

根据每帧的功率谱动态调整谱减系数,然后通过维纳滤波法把各种噪声变换为类似白噪声的噪声,最后用原减谱法把该噪声去除。
Coefficient of spectral subtraction dynamic adjustment according to the power spectrum of each frame, then all kinds of noise by Wiener filtering transform is similar to white noise, noise, and finally the original spectral subtraction noise removal. (2013-03-30, matlab, 76KB, 下载11次)

http://www.pudn.com/Download/item/id/2179382.html

[DSP编程] 321dsfxc

本书为《数字信号处理》海因斯,外国很好的教材,翻译的也很好,是一本数字信号处理的入门书籍,大家可以看看
Book as " digital signal processing" Hynes foreign good teaching, translation is also very good, a digital signal processing introductory books, we can see (2012-12-17, matlab, 5944KB, 下载2次)

http://www.pudn.com/Download/item/id/2086541.html

[DSP编程] Pulse_train

基于PRI维的 包括固定重频 抖动重频 参差重频 正弦重频脉冲序列
PRI dimensional fixed weight frequency jitter the weight frequency sinusoidal pulse repetition frequency pulse repetition frequency varied sequence (2012-11-19, Others, 1KB, 下载82次)

http://www.pudn.com/Download/item/id/2051876.html

[DSP编程] Tyuyyinchuulih

本程序源码界面实现的是在MATLAB下的语音信号处理理,使用是巴特沃斯低通滤波器 可直接使用。 已通过测试。
The source interface of the program implemented under the MATLAB speech signal processing management, the use of a Butterworth low-pass filter can be used directly. Has been tested. (2012-07-10, matlab, 4KB, 下载5次)

http://www.pudn.com/Download/item/id/1934888.html

[DSP编程] 3D-MEMS-Accelerometer

研究了一种新型三维MEMS加速度计的性能特点和工作原理。针对加速度计的输出接口特点,设计了基于数字信号处理(DSP)芯片的数据采集系统,实现对加速度计信号的高速实时采集。利用多通道缓存串行口MCBSP实现SPI总线方式的数据采集,并采用两个DMA控制器实现了数据的实时传输和存储。基于设计的DSP数据采集系统,对采集的数据进行了处理,分析了加速度计在一定温度下的偏值稳定性和输出重复性,评估了加速度计的性能。
A novel three-dimensional MEMS accelerometer performance characteristics and working principles are studied. For the features of the accelerometer output interface , a data acquisition system is designed based on digital signal processing (DSP) chip, to realize the accelerometer signal high-speed real-time acquisition. The use of multi-channel buffered serial port MCBSP is to achieve SPI bus (mode of) data collection, and the real-time data transmission and storage is achieved by the use of two DMA controllers .Based on the design of DSP data acquisition system, the collected data are processed, the partial values of the stability and output repeatability of the accelerometer at a certain temperature are analyzed, and the performance of accelerometers are assessed. (2011-10-19, WORD, 77KB, 下载32次)

http://www.pudn.com/Download/item/id/1673131.html

[DSP编程] DSP-EXPERIMENT-for-DMA

这里有实验所用到的源代码和实验报告,对同学们非常有用。。。实验报告给大家作为参考 简介: 内存与SDRAM间的一维DMA通信 内存与SDRAM间的二维DMA通信 无限脉冲响应数字滤波器(IIR)设计源代码和实验报告
dsp Lab 5- and SDRAM memory, DMA communication between the one-dimensional (2011-08-30, Asm, 6316KB, 下载22次)

http://www.pudn.com/Download/item/id/1635007.html

[DSP编程] CCS-mixed-and-linear-assembly

该压缩文档是一个CCS编写通过的的例子,该例子是比较混合汇编和线性汇编以及纯C写的数组乘加算法的正确性及优越性。
The compression is a CCS document in writing by the example of the case is more mixed assembly and linear assembly, and written in pure C array of multiply-add algorithm correctness and superiority. (2011-07-11, C/C++, 407KB, 下载19次)

http://www.pudn.com/Download/item/id/1594772.html

[DSP编程] 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 call ? (2011-06-29, WORD, 36KB, 下载3次)

http://www.pudn.com/Download/item/id/1584806.html

[DSP编程] Kevinsy

基于DSP芯片CCS5000的图像增强算法,包括直方图、拉普拉斯变换在内的算法,可明显改善图像质量
DSP chip CCS5000 based image enhancement algorithms, including histograms, Laplace transform, including the algorithm, can significantly improve image quality。 (2010-10-19, C/C++, 54KB, 下载21次)

http://www.pudn.com/Download/item/id/1321490.html

[DSP编程] buttord

数字信号处理的问题,用MATLAB编写的,用巴特沃斯、切比雪夫等设计IIR数字滤波器的程序。
Digital signal processing issues, written with MATLAB, with Butterworth, Chebyshev design of IIR digital filters and other procedures. (2010-06-01, matlab, 1KB, 下载140次)

http://www.pudn.com/Download/item/id/1197737.html

[DSP编程] 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 preparation of the two algorithms subroutine calls (2010-04-13, Asm, 35KB, 下载6次)

http://www.pudn.com/Download/item/id/1124659.html

[DSP编程] Echo

dsp上实现的音频经典混响算法,四个梳状滤波加两个全通滤波器实现
dsp audio to achieve the classic reverb algorithms, 4 comb filter plus two all-pass filter to achieve (2010-03-02, Visual C++, 41KB, 下载299次)

http://www.pudn.com/Download/item/id/1073832.html

[DSP编程] matrix

这是我编的矩阵相乘的dsp程序,可调整矩阵维数,汇编语言编程,执行效率高,工程文件全,打开就可以使用.在TI的ccs上调试成功,用的同样是54系列的dsp.
This is my series of matrices of dsp procedures, adjustable matrix dimension, assembly language programming, the implementation of high efficiency, the whole project file, open you can use. In TI (2008-09-22, Others, 158KB, 下载52次)

http://www.pudn.com/Download/item/id/550368.html

[DSP编程] TMS320LF240xDSPC

TMS320LF240x DSP C语言开发应用 刘和平 王维俊 江渝 邓力 编著 本光盘内容为《TMS320LF240x DSP C语言开发应用》一书中的程序。
TMS320LF240x DSP C language development and application of Liu Heping Wang Deng Li-Jun Jiang Yu made the contents of the CD-ROM (2007-09-20, Asm, 117KB, 下载115次)

http://www.pudn.com/Download/item/id/335939.html

[DSP编程] ch2-pinlvfenxiyuxitongjiegou

唐向宏 编著《数字信号处理》教程书稿word版,第2章 离散系统的频率分析与系统结构
Tang Xianghong series of Digital Signal Processing Tutorial word manuscript version of Chapter 2 the frequency of discrete-time systems analysis and system architecture (2006-11-19, WORD, 1062KB, 下载39次)

http://www.pudn.com/Download/item/id/227425.html

[DSP编程] ANC

用DSP实现主动噪声消除器(ANC)的算法
DSP Active Noise Cancellation (ANC) algorithm (2006-05-09, Others, 494KB, 下载295次)

http://www.pudn.com/Download/item/id/181944.html
总计:246