搜索资源列表
my_fft2
- 两个滤波器的代码,以及一个应用带通滤波器降噪的主程序,使用matlab制作了滤波器,滤波效果一般-two filter code, and application of a band-pass filter and noise reduction program, the use of Matlab produced a filter, filtering effect of general
信号处理matlab
- 自己编写的信号产生和处理软件,以matlab7为平台。可以实现确定信号和非确定信号的产生,各种滤波器的设计,对信号的频谱分析,滤波后信号的频谱分析等功能。有利于信号与系统、数字信号处理相关课程的学习与理解。-themselves prepared and have the signal processing software to matlab7 platform. Determine signal can be achieved and identify signals the emergen
FIR123
- 1.利用Matlab进行产生频率为1000Hz和6000Hz的正弦信号,利用FDATOOL设计FIR滤波器(fs=16000Hz),以滤波6000Hz分量,并利用SPTOOL工具对信号滤波进行仿真与验证。 2.从MIC端口(J5)输入频率为1000Hz和6000Hz正弦信号的叠加信号,编写实时FIR滤波程序,选择合适的滤波器参数,滤除6000Hz的频率分量,利用示波器在SPEAKER端口(J6)观察输出波形。分析信号的频谱结构,设计满足要求的数字滤波器,-1. The use of Matl
CCS2.20Fir
- ccs中产生正弦和余弦相加的混合,使用fir滤波得到低频的正弦。滤波器系数由matlab计算。有文档-ccs generated sine and cosine mixed together, the use of low-frequency filtering fir Sine. Filter coefficients calculated by Matlab. Documented
LF2407_Matlab
- 在Matlab/Simulink环境下,用图形化的方式设计DSP程序,可简化程序的设计。利用Embedded Targetfor T1 C2000 DSP工具包,设计DSP的ADC转换程序;利用Simulink的数字信号处理工具包,设计FIR滤波嚣进行滤波处理;给出在修改生成的C语言程序时如何使DSP能正确运行。设计的程序在TM$320LF2407A处理器上运行正确。
20080951
- 有关DSP滤波仿真的源程序,该算法用matlab工具实现
My_test_FIR
- 基于stm32的DSP库的中FIR滤波器功能的实现,滤波参数需要自己根据需要用Matlab计算,使用V3.0的固件库,属于基本stm32外设测试-Stm32 based DSP library function of the FIR filter implementation, the filter parameters needed in Matlab needs its own terms, using the V3.0 firmware, peripheral part of the ba
fir
- 窗口法设计fir低通滤波器matlab程序-Low-pass filter design fir
seu-ThirdHomework
- 东南大学现代数字信号处理各种预测滤波的现成matlab函数,学这门课的人可以-Southeast University, a modern digital signal processing a variety of off-the-shelf filtering prediction matlab function, learning the course can take a look at
filter
- 用CCS编的FIR滤波器,滤波系数用matlab计算-FIR filter。
CIC8_fir_comp_mlab
- CIC抽取补偿滤波器设计,CIC滤波器采用5阶8倍抽取。-CIC compensation filter design samples, CIC filter order of 8 times 5 samples.
2.matlabccs
- matlab和ccs调用的例子 FIR数字滤波器的MATLAB设计与DSP实现 MATLAB Link for CCS Development Tools在DSP系统设计中的应用等 -ccs call matlab and FIR digital filter example of the MATLAB Design and DSP to achieve MATLAB Link for CCS Development Tools system design in DSP applic
Butterworth
- 巴特沃斯滤波器的MatLab代码实现,可以对一段音频进行滤波,与其他滤波器进行对比-Butterworth filter of the MatLab code for implementation can be some audio filtering, comparison with other filters
matlab-fuzhuDSPshixianFIR
- Matlab辅助DSP实现FIR数字滤波器,对MATLAB和DSP的研究有很大的启发,本问对两者的结合实现FIR数字滤波功能。-Matlab DSP realization of FIR digital filter aid on MATLAB and DSP of a great inspiration to ask for a combination of both the realization of FIR digital filter function.
mid
- 本程序时DSP上实现的图像中值滤波,首先将dat文件导入TI开发的CCS上进行处理,其中在CCS上的编程用的是C语言编写。其中dat文件先通过matlab将图片转化得到的。-This program is implemented on a DSP image median filtering, first developed by TI dat file into CCS on the treatment, which in the CCS is used on the C programmin
Base_on_Matlab_DSP_FIR
- 给出了利用Matlab与DSP技术相结合的语音信号FIR滤波的软件、硬件实现方法。分析了FIR滤波器的特性。-Shows the use of Matlab and DSP technology, a combination of voice signal FIR filtering software, hardware implementation. Analysis of the FIR filter characteristics.
Guass_Filter
- 基于matlab 实现的求高斯滤波。并在matlab上实现.-mase on matlab and filter .
Matlab
- 用matlab实现数字频率调制解调方案,包括滤波,噪声-Digital frequency modulation and demodulation using matlab program, including filtering, noise
MATLAB-DSP
- 基于MATLAB的语音信号分析及滤波(DSP课程设计说明书) 设计题目、内容及要求 课程设计的题目:基于MATLAB的语音信号分析及滤波。 课程设计的内容:录制一段个人自己的语音信号,并对录制的信号进行采样 画出采样后语音信号的时域波形和频谱图 给定滤波器的性能指标,采用窗函数法和双线性变换设计滤波器,并画出滤波器的频率响应 然后用自己设计的滤波器对采集的信号进行滤波,画出滤波后信号的时域波形和频谱,并对滤波前-Design based on MATLAB voice signal analys
DSP滤波器设计
- 这是哈尔滨工业大学数字信号处理课的课程设计作业,利用窗函数涉及滤波器分别对自己设定的测试信号和老师给定的连续频谱信号进行滤波。 我编写时先后在同一个M文件中写了很多的画图语句,如果直接F5运行,它们会互相覆盖,使用时请将需要的绘图代码复制到命令行中重新运行。(This is the course design assignment of Digital Signal Processing Course of Harbin University of Technology. The window