搜索资源列表
windowed_Burg
- Windowed-Burg method is made in order to improve the Clasical Burg method. Previously, I send the PBURGW.m file, but now I include also the ARBURGW.m algorithm and some NOTES-EXAMPLES to explain it and compare with the p
zzbcq51avrdoc
- 自制51编程器 I have build my own programmer. This device can program the AT89C51 and works with it. So it can easily be adapted to programming other devices by itself. The Atmel Flash devices are ideal for developing,
WindowedHough
- This paper proposes a new technique for rectangle detection using a windowed Hough Transform. Every pixel of the image is scanned, and a sliding window is used to compute the Hough Transform of small regions of t
weimin
- 读取语音信号(用matlab的wavread指令),把语音信号分帧、加窗,进行清浊分割,提取基 频,这一部分较简单,自己编程序做。参考文献自己到图书馆期刊网上查找。 提取语音信号的lpc参数,可调用lpcfit.m 程序(我提供,见附件),将源、目标语音的浊音 段的lpc系数进行DTW规整,调用pathita2.m 程序(我提供,见附件)。将规整得到的lpc系数 转换成lsp参数,调用lpcar2ls.m 程序(我提供,
AddWindowDFT
- 加窗离散傅立叶变换,用DFT对离散信号进行谱分析,通过选用不同的加窗函数来抑制信号截断造成的频谱泄漏-windowed discrete Fourier transform, DFT right discrete signal spectral analysis, the increase in the alternative window function to curb the disconnect signal leakage s
用D3D模拟地月系
一、建立空窗体
新建一个工程,添加引用,并导入名称空间。
加入一个设备对象变量:
private Microsoft.DirectX.Direct3D.Device device = null;
添加初始化图形函数,并在这里面对设备对象进行实例化:
brew window manager
- ObjectiveThis topic describes how to create a windowed application that will share the display with other applications.
AddWindowDFT
- 加窗离散傅立叶变换,用DFT对离散信号进行谱分析,通过选用不同的加窗函数来抑制信号截断造成的频谱泄漏-windowed discrete Fourier transform, DFT right discrete signal spectral analysis, the increase in the alternative window function to curb the disconnect signal leakage s
windowed_Burg
- Windowed-Burg method is made in order to improve the Clasical Burg method. Previously, I send the PBURGW.m file, but now I include also the ARBURGW.m algorithm and some NOTES-EXAMPLES to explain it and compare with the p
zzbcq51avrdoc
- 自制51编程器 I have build my own programmer. This device can program the AT89C51 and works with it. So it can easily be adapted to programming other devices by itself. The Atmel Flash devices are ideal for developing,
WindowedHough
- This paper proposes a new technique for rectangle detection using a windowed Hough Transform. Every pixel of the image is scanned, and a sliding window is used to compute the Hough Transform of small regions of t
weimin
- 读取语音信号(用matlab的wavread指令),把语音信号分帧、加窗,进行清浊分割,提取基 频,这一部分较简单,自己编程序做。参考文献自己到图书馆期刊网上查找。 提取语音信号的lpc参数,可调用lpcfit.m 程序(我提供,见附件),将源、目标语音的浊音 段的lpc系数进行DTW规整,调用pathita2.m 程序(我提供,见附件)。将规整得到的lpc系数 转换成lsp参数,调用lpcar2ls.m 程序(我提供,
windowedtest
- 加窗程序,包含了各种分析窗,经过调试已经通过!-Windowed program, including a variety of analysis window, after debugging has passed!
window_fourier
- 加窗fourier变换的实现 效果不错 适合入门级的学习者.-Windowed fourier transform to achieve good results for entry-level learners.
111
- 语音信号处理,语音识别,大致知道要经过预处理,特征提取,矢量化和匹配计算等几个步骤, 用matlab对一个语音信号进行滤波,分桢,加窗或者端点检测. 注:网上下voicebox工具箱,用做语音处理 -Voice signal processing, speech recognition, more or less know to go through pre-processing, feature extraction
win
- 通过软件实现对各种指定信号的加窗处理,以便于进一步的处理-Through software to realize a variety of designated signals windowed treatment in order to facilitate further processing
wmz
- 语音信号分帧加窗程序,许多程序包里都没有的!-Speech signal windowed framing procedure, many programs do not have the bag!
01_CreateDevice
- Direct3D程序设计基础 //创建Direct3D对象, 该对象用来创建Direct3D设备对象 if( NULL == ( g_pD3D = Direct3DCreate9( D3D_SDK_VERSION ) ) ) return E_FAIL //设置D3DPRESENT_PARAMETERS结构, 准备创建Direct3D设备对象 D3DPRESENT_PARAMETERS d3dpp
window.m
- This scr ipt calculate the Fourier transform of a Rectangular window of 64 points using an aproximation with a DFT of 1024 points,as well as calculates for differents values of f0 and f1 the module of the frecuency re
Windowed-transform
- 加窗变换,信号在高斯窗函数取不同a时的STFT,窗函数是不同值时的stft-Windowed transform the signal in a Gaussian window function to take different when the STFT, the window function is different values of the stft
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 沪ICP备09016508号
1999-2046 源码中国 All Rights Reserved.