搜索资源列表
-
0下载:
产生一个连续信号,包含低频,中频,高频分量,对其进行采样,进行频谱分析,分别设计三种高通,低通,带通滤波器对信号进行滤波处理,观察滤波后信号的频谱。-generating a continue time singal,which contains low,middle and high frequences,sampling it.analisize its spetrum.Then designing three kind filters are lowpass,highpass,bandpa
-
-
1下载:
基于matlab对语音信号进行频谱分析,加入高斯噪声,再使用FIR高通、巴特沃斯低通、FIR带通滤波器进行滤波处理-Spectral analysis of the speech signal, adding Gaussian noise, and then use high-pass, low pass, band pass filter for filtering
-
-
1下载:
MATLAB 信号处理 带通、高通、低通滤波 FFT变换 显示并返回原始波形的FFT结果、滤波后的波形及滤波后的FFT结果-MATLAB signal processing band-pass, high pass, low pass filter FFT of the waveform display and return to the original results of the FFT, the filtered waveform and the filtered results of
-
-
0下载:
实现一个数字信号处理的仿真系统 。具有界面并实现以下功能:能产生(得到)并选择各种数字信号(sin、方波、三角波、语音、噪声及其叠加);具有DFT和DCT变换功能,对各种信号进行变换;设计滤波器实现低通、高通、带通滤波,得到输出信号的频域特性和时间序列。-the realization of a digital signal processing simulation system. Requires interface and achieve the following functions:
-
-
0下载:
产生一个连续信号,包含低频,中频,高频分量,对其进行采样,进行频谱分析,分别设计低通,带通,高通滤波器对信号进行滤波处理,观察滤波前后信号的频谱。-Generates a continuous signal, including low-frequency, medium frequency, high frequency components, its sampling, spectral analysis, were designed low-pass, band pass, high pa
-
-
0下载:
matlab时域信号处理算例,包括带通滤波、高通滤波、低通滤波-signals processing in time domain ,including Low pass filter
,high pass filter,Band pass filter
-
-
0下载:
matlab频域信号处理算例,包括带通滤波、高通滤波、低通滤波-signals processing in frequency domain ,including Low pass filter
,high pass filter,Band pass filter
-
-
0下载:
一个对信号进行滤波(低通、带通、高通)的教学实验数据处理演示程序。-Matlab demo program of signal filtering for instruction experiment.
-
-
0下载:
MATLAB实现振动信号时域处理:频域低通和带通滤波,频域高通和带阻滤波-MATLAB implementation time domain vibration signal processing: frequency-domain low-pass and band-pass filtering, frequency domain high pass and band-stop filter
-
-
1下载:
对振动信号进行时域处理包括:频域低通,带通滤波,频域高通,带阻滤波-The vibration signal in time domain processing includes frequency domain low-pass, band-pass filter, highpass and bandstop filter,
-
-
5下载:
基于MATLAB GUI 设计的数字信号处理系统,可以实现基本的信号生成,信号分析和信号滤波以及简单的语音信号处理等功能。其中信号生成模块可实现正弦波、方波、三角波、高斯白噪声、chrip信号的生成和叠加;信号分析模块支持基本的傅氏变换下的频域分析功能;信号滤波模块可以实现数字低通、高通、带通、带阻下的切比雪夫、巴特沃思、椭圆滤波器的设计和滤波处理;语音信号处理模块可以实现音频文件的读取、播放、叠加噪声、滤波等功能。(Based on MATLAB GUI design of digital s
-
-
0下载:
对MIT心电信号处理,线性插值,低通滤波,高通滤波,带阻滤波。
使用方法为在命令窗口输入R('XX.txt'),XX为你在MIT下载的txt数据。(MIT ECG signal processing, linear interpolation, low pass filter, high pass filter, band stop filter.
The use of the method is to enter R ('XX.txt') at the command window, an
-
-
2下载:
1、语音信号的采集利用 Windows下的录音机,录制一段自己的话音,时间在1s内然后在Matlab软件平台下,利用函数wavread对语音信号进行采样,记住采样频率和采样点数。
2、语音信号的频谱分析在Matlab中,可以利用函数fft对信号进行快速傅立叶变换,得到信号的频谱特性,要求学生首先画出语音信号的时域波形,然后对语音信号进行频谱分析。
3、设计数字滤波器和画出其频率响应给出各滤波器的性能指标; 给定滤波器的性能指标如下:
(1)低通滤波器的性能指标:fb=1000Hz,fc
-