CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 读取wav

搜索资源列表

  1. jiangzao

    1下载:
  2. 对一段wav文件读取,并做简单的降噪处理,其中包含了高通滤波器的设计。适合新手-Wav file on a read and do simple noise reduction, which contains a high-pass filter design. For novice
  3. 所属分类:Other systems

    • 发布日期:2015-12-15
    • 文件大小:871
    • 提供者:杨中柱
  1. yan

    0下载:
  2. 1. 选择一个wav文件作为分析的对象,对该信号进行读取(使用wavread函数); 2. 音乐信号的频谱分析:首先画出信号的时域波形,然后对信号进行频谱分析得到信号的频谱特性。 3. 设计一组数字滤波器并画出各个滤波器的频率响应 -Filter
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:4969
    • 提供者:颜明江
  1. SpeechFromFile

    0下载:
  2. 该程序实现了,从.wav文件中读取,并识别出显示于文本框.该例基于ms speech sdk-speech recognition
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-16
    • 文件大小:87472
    • 提供者:zhang wen
  1. WAVinfo

    0下载:
  2. 利用MFC编程,简单的读取并分析WAV文件信息,-MFC programming using a simple WAV file to read and analyze information,
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-17
    • 文件大小:128313
    • 提供者:baby无齿
  1. WavReadandWrite

    0下载:
  2. wavreadandwrite实现wav文件的读取与写入,适合语音处理只用-wavreadandwrite achieve read and write wav files for voice processing only
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-10
    • 文件大小:2335513
    • 提供者:魏亮生
  1. lpc2148_pb375_wav

    0下载:
  2. 应用arm7内核的lpc2148芯片,用pb375来读取U盘的wav文件来播放音乐-lpc2148--- arm7 :pb375 is used to read flash disk . It can play wav file music . It have a high speed.
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:246997
    • 提供者:高超
  1. STCWAV2

    3下载:
  2. STC单片机读取SD卡中WAV文件并播放的小播放器-The microcontroller reads the WAV files in the SD card and play
  3. 所属分类:SCM

    • 发布日期:2015-05-12
    • 文件大小:19456
    • 提供者:xwuzi
  1. PicMusicPlayer

    0下载:
  2. 使用PIC18系列单片机,读取SD卡在音乐播放器wav文件-Use PIC18 series microcontroller, read the SD card in the music player wav files
  3. 所属分类:SCM

    • 发布日期:2017-05-12
    • 文件大小:2585292
    • 提供者:gl
  1. mif_matlab

    0下载:
  2. matlab环境中实现的读取音频文件music.wav转换为mif-Matlab environment to read audio file music.wav conversion for mif
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:674
    • 提供者:371645042
  1. readwave

    0下载:
  2. wav文件信息读取程序,可以输出wav文件的采样率,通道数,采样精度,文件大小等信息,对了解程序对wav的操作有很大的帮助。-wav file information read the program, you can output wav file sample rate, number of channels, sampling accuracy, file size, and other information of great help in understanding the proc
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:58690
    • 提供者:邵晓波
  1. test

    0下载:
  2. 用matlab对wav文件采用不同的方式读取(wavread和fopen),并对其进行低通滤波处理。滤波用的fir直接型低通滤波器-to read the wav file in different ways with Matlab (wavread, and fopen), and then low-pass filtering. the low-pass filter is direct_type FIR filter
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:564
    • 提供者:Yicheng Yu
  1. SpeechRecognition20101223

    0下载:
  2. 语音识别,从wav文件中读取一段音频,并识别出来显示在文本框中.基于MS Speech SDK5.1-speech recognition
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-02
    • 文件大小:175307
    • 提供者:zhang wen
  1. C-program-of-BSS-and-examples-1

    0下载:
  2. 在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用. 另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.-Linux platform, the blind signal separation o
  3. 所属分类:MPI

    • 发布日期:2017-11-21
    • 文件大小:6635
    • 提供者:刘鸿达
  1. C-program-of-BSS-and-examples-2

    0下载:
  2. 在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用. 另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.-Linux platform, the blind signal separation o
  3. 所属分类:MPI

    • 发布日期:2017-11-08
    • 文件大小:16232
    • 提供者:刘鸿达
  1. AE

    1下载:
  2. 该VI读取TDMS文件,展示读取的原始信号及其FFT,并把它存成wav文件。-The VI reads the the TDMS file shows the original signal and its FFT read and save it as a wav file.
  3. 所属分类:LabView

    • 发布日期:2017-11-25
    • 文件大小:23718
    • 提供者:xu
  1. WaveTest

    0下载:
  2. 服务端读取音频文件,通过串口发送出去,客户端通过串口接收音频文件并播放音频。main随便写的,主要是提供了串口操作的C++类和wav音频文件处理的C++类。- 英语 中文(简体) 日语 The server reads the audio file sent through the serial port, the client via the serial port to receive
  3. 所属分类:Communication

    • 发布日期:2017-11-14
    • 文件大小:5152078
    • 提供者:黄仲庭
  1. 105230343miniplayer

    0下载:
  2. 支持mp3,wma,ogg,wav,flac等格式的音乐播放,tags读取,以及歌词在线查找下载漂亮的歌词动态同步显示功能(歌词秀) EQ音效调节!-The music player supports mp3, wma, ogg, wav, flac format, tags read, and lyrics Find download beautiful lyrics dynamic synchronization functions (lyrics show) EQ sound regula
  3. 所属分类:Video Capture

    • 发布日期:2017-11-25
    • 文件大小:794624
    • 提供者:剑无敌
  1. alsa

    1下载:
  2. 基于ALSA的WAV播放和录音程序完整源码,程序包包含四个部分:WAV Parser、SND Common、Playback和Record。WAV Parser是对WAV文件的分析和封装,这里只针对Standard WAV File;SND Common是Playback 和Record共同操作,如SetParams、ReadPCM和WritePCM等;Playback和Record就分别是播放录音的主体了。原理很 简单,以Playback为例:从WAV文件读取PCM数据,通过I2S或AC97依
  3. 所属分类:Audio program

    • 发布日期:2017-11-02
    • 文件大小:7338
    • 提供者:胡和
  1. fft

    1下载:
  2. FFT三分之一倍频程音频声强分析,从.wav文件中读取数据,计算34个频程段的声强值输出。-FFT one-third octave sound presser level analysis
  3. 所属分类:Audio program

    • 发布日期:2014-09-09
    • 文件大小:3072
    • 提供者:wanglmb
  1. FFT-CPP

    0下载:
  2. 可读取一个二进制文件(如去掉头部的wav文件),将得到的数值进行FFT求出离散频谱值并保存到一个文件中。-This will process the data read from a file by FFT computing, and then save the result to a new file.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-11-11
    • 文件大小:2315
    • 提供者:吴翔
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com