搜索资源列表
-
0下载:
数字音频格式有很多种,其质量与采样频率和采样精度两个参数有关。频率的表示单位为赫兹〔Hz〕,它表示每秒采样次数。采样频率越高,音质就越好。采样精度为每次采样所存储的数据数量,它决定每个数字信号所能够表示的离散振幅的数量。存储每个样本的数据越多,音质就越好。但是高品质的声音需要占用大量的内存和磁盘空间。考虑到网络带宽,在Internet连接上传输就需要花费很长的时间。对于Applet来说,保证声音文件的最小化是极为重要的。-digital audio format there are many,
-
-
0下载:
计算一个输入脉冲在抽样频率为fc时的有效持续时间tm-calculation input pulses in a sampling frequency fc for the effective duration tm
-
-
0下载:
数字滤波器matlab的原代码, 模拟信号采样频谱图-digital filter Matlab the original code, analog signal sampling frequency spectrum
-
-
0下载:
用C++ 生成的正弦波数据文件,N是fft的点数,f是正弦波信号频率,fs是采样频率,结果会生成in.dat文件
-C generated sine wave data files, fft N is the number of dots, f is the frequency sine wave signal. fs is the sampling frequency, the result will document generation in.dat
-
-
0下载:
IIR型3阶切比雪夫1型高通滤波器的采样频率(Fs)为1200Hz,截至频率为200Hz-IIR-three bands a Chebyshev high-pass filter sampling frequency (Fs) 1200Hz. As the frequency of 200 Hz
-
-
0下载:
用CVI开发的滤波程序,通过设置滤波器类型,采样频率,截止频率,衰减系数,滤波器的阶次,纹波系数来设计滤波器。-CVI development of the filtering process, through the establishment of filter types, sampling frequency, cutoff frequency, attenuation coefficient, Filter Order, Ripple to design the filter coef
-
-
0下载:
语音信号的录音、读入、放音等:利用函数wavread对语音信号进行采样,记住采样频率和采样点数,给出以下语音的波形图(2.wav),wavread的用法参见mablab帮助文件。利用wavplay或soundview放音。也可以利用wavrecord自己录制一段语音,并进行以上操作(需要话筒)。-Speech signal recording, reading, playback, etc.: the voice signal using the function wavread samplin
-
-
0下载:
对输入的语音序列x进行MFCC参数的提取,返回MFCC参数和一阶差分MFCC参数,Mel滤波器的阶数为24,fft变换的长度为256,采样频率为8000Hz,对x 256点分为一帧.
-The voice of the input MFCC parameters on the sequence of x, return to MFCC parameters and extracted a order difference MFCC parameters, Mel filter for th
-
-
0下载:
改变声音信号采样频率的matlabt程度-Change the voice signal sampling frequency matlabt the extent of
-
-
0下载:
ex5_1 I-型线性相位FIR滤波器
ex5_2 II-型线性相位FIR滤波器
ex5_3 III-型线性相位FIR滤波器
ex5_4 IV-型线性相位FIR滤波器
ex5_5 矩形窗频响
ex5_6 希尔伯特变换器设计-汉宁窗
ex5_7 低通滤波器设计-汉明窗
ex5_8 带通滤波器设计-布莱克曼窗
ex5_9 低通滤波器设计-凯塞窗
ex5_11 频率采样技术:低通,朴素法
ex5_12 频率采样技术:低通, 最优法T1 & T2
ex5_13
-
-
0下载:
此为基于单片机的频率计设计。利用汇编语言实现了采样频率,用LED数码管输出频率数值等功能。-This is based on the frequency of single-chip design. The use of assembly language to achieve a sampling frequency, with LED digital tube output frequency numerical functions.
-
-
0下载:
this program uses an impulse train, takes formant frequencies and filters them. output signal is synthesized sound.
commented part ,controls time=d, sampling frequency=fs
normal frequency=f
and bits=n, then synhesizes the output sound
-
-
1下载:
端点检测是指用数字处理技术来找出语音信号中的各种段落(如音素、音节、词素、词等)的始点和终点的位置。语音段起止端点检测是语音分析、语音合成和语音识别中的一个必要环节。传统的端点检测方法是从wav文件中获取语音采样,将其分帧并计算短时能量和过零率参数,然后进行端点检测。这种工作方式被称为离线处理方法 ,无法实现语音信号的实时处理,对于语音信号分析具有一定的局限性。本文通过开发ActiveX控件,在MATLAB环境下将其嵌入到figure窗口中,以GUI程序的方式使用,实现语音信号端点检测的实时处
-
-
0下载:
数字调制器的墓本构建模块是函数random-binary,它产生电平值为+1或一1的二进制波形,产生的比特数以及每比
特的采样数是该函数的参数。函数random-binary可以仿真多个数字调制器,例如,可用如下MATLAB语句仿真一个QPSK调制器:
下列MATLAB程序产生一个长10比特的QPSK信号,采样频率为每比特8个采样点:
-Digital modulator building blocks of the tomb is a function of the random
-
-
0下载:
可以將WAV檔的資訊取出,並且能由TXT檔自創WAV檔,顯示聲音資訊,包含取樣頻率,長度,波形...等等之類-WAV files of information can be removed, and can create their own WAV files from the TXT file, display the sound information, including sampling frequency, length, wave ... and so forth and the l
-
-
0下载:
用C语言实现录音,可以设定采样频率和量化位数-Recording with C language, you can set the sampling frequency and quantization bits
-
-
0下载:
DES3200实验系统的模拟信号输出通道产生一个1KHz 的方波,然后利用信号输入通道对产生的方进行低通滤波,得到一个1KHz 的正弦信号,并使用CCS 的图形显示工具显示输入和输出的波形。这里我们使用的是一个46阶的对称结构的FIR低通滤波器,其采样频率Fs为25KHZ,通带截止频率 1KHZ,阻带截止频率为3KHZ,阻带衰减为-60dB。-DES3200 experimental system analog output channel generates a 1KHz square wav
-
-
0下载:
这是一个关于信号采样的程序。采样定理要求采样频率大于信号频率2倍以上,否则将不能得到正确的结果。-This is a sample program on the signal. Sampling theorem requires sampling frequency more than 2 times greater than the signal frequency, or they will not get the correct results.
-
-
1下载:
把指定的噪声叠加到信号上去.有标准噪声库NOISEX-92,其中带有白噪声、办公室噪声、工厂噪声、汽车噪声、坦克噪声等等,在信号处理中往往需要把库中的噪声叠加到信号中去,而噪声的采样频率与纯信号的采样频率往往不一致,需要采样频率的校准。
-The specified noise superimposed to the signal up. Standard noise library NOISEX-92, with white noise, office noise, factory noi
-
-
0下载:
matlab实现采样定理,包括低通,带通以及频率调制。-matlab sampling theorem, including low-pass, band-pass, and frequency modulation.
-