资源列表
fuyanlidechengxu
- 很有问题的代码,千万不要看。。 。。 。。。
16
- 用C++编的一些最优化作业中的程序,单纯形法
mohachat
- 一个PHP编写的在线通讯工具,类于MSN,可作于在线客户服务用。
sqlite3ForPhp
- 我收集的Sqlite的PHP模块,化费很多收间收集的,非常全面,除了可用VC编译的源代码外,还有日本、韩国、国内及sourceforge的编译版本。
mixxx-1.5.0
- mixxx:一个多平台的DJ调音平台。Mixxx is software created for DJ ing. You can use wave based audio files, Ogg Vorbis and MP3 files as audio input. Mixxx can be controlled through the GUI and with external controllers including MIDI devices, joysticks and m
pvocex2_src01
- 基音提取的一个著名例子,C++版本,采用Phase vocoder算法。将原来的C版本几万行代码改写成C++,值得下载!
ellipticalFourierDescriptors
- elliptical Fourier Descr iptors, 椭圆傅立叶描述子, 对shape匹配很有用,没有解压密码
FakeVoice
- 声音效果器,录制外界环境声音,可做出恐怖声音效果 just plug a microphone into your PC and make funny effects with your own voice! This application captures sound from the soundcard input, changes the soud pitch in real-time and outputs the result to the sound
mp3
- 基于DSP高保真MP3解码,A DSP-based decompressor unit for high-fidelity MPEG-Audio over TCP/IP networks
fft_stay
- 产生一512点的随机序列下Xe(n),并用Xc(n) 和Xe(n) 作线性卷积,观察卷积前后Xe(n) 频谱的变化。要求将Xe(n)分成8段,采用重叠保留法。
fft_add
- 产生一512点的随机序列下Xe(n),并用Xc(n) 和Xe(n) 作线性卷积,观察卷积前后Xe(n) 频谱的变化。要求将Xe(n)分成8段,采用重叠相加法。
fft_conv
- 用FFT分别计算Xa(n) (p=8, q=2)与Xb(n) (a =0.1,f =0.0625)的16点循环卷积和线性卷积。