Welcome![Sign In][Sign Up]
Location:
Search - YIN algorithm

Search list

[ConsolePQueue

Description: 清华殷人昆版数据结构c++版,优先队列的所有算法调试成功。-Qinghua Yin Dynasty Queensland version data structure c version, all the priority queue algorithm debugging success.
Platform: | Size: 9941 | Author: 李海涛 | Hits:

[ConsoleBSTtsinghua

Description: 清华殷人昆版数据结构c++版,二叉搜索树的说有算法调试成功-Qinghua Yin Dynasty Queensland version data structure c version, binary search tree algorithm is that the success of debugging
Platform: | Size: 8965 | Author: 李海涛 | Hits:

[ConsolePQueue

Description: 清华殷人昆版数据结构c++版,优先队列的所有算法调试成功。-Qinghua Yin Dynasty Queensland version data structure c version, all the priority queue algorithm debugging success.
Platform: | Size: 9216 | Author: 李海涛 | Hits:

[ConsoleBSTtsinghua

Description: 清华殷人昆版数据结构c++版,二叉搜索树的说有算法调试成功-Qinghua Yin Dynasty Queensland version data structure c version, binary search tree algorithm is that the success of debugging
Platform: | Size: 570368 | Author: 李海涛 | Hits:

[Graph Drawingscanning_beam

Description: 图形学试验的第四个试验,扫描线算法。 光栅图形的扫描转换与区域填充。 稍描显算法的数据结构和实现步骤:为了实现多变性P的扫描转换,首先取d=y i n,数学符号,不好写,容易求得扫描线y=d上面的焦点序列x(一串),这一序列有位于扫描线y=d上的多变形P的顶点组成。-Graphics test the fourth test, scan-line algorithm. Raster graphics scan conversion with regional filling. Slightly remarkable depiction of the data structure and algorithm to achieve these steps: in order to realize P variability of scan conversion, first of all, take d = yin, mathematical symbols, not to write, easy to get scan line y = d above the focal point sequence x (string) This sequence has at scan line y = d on the number of deformation of the vertex P component.
Platform: | Size: 48128 | Author: 陈希茜 | Hits:

[OS Developyin

Description: 操作系统--银行家算法 实验目的: 1、对死锁避免中的银行家算法作进一步理解。 2、加深理解死锁的概念。 3、加深理解安全序列和安全状态的概念。 4、通过编程,掌握银行家算法分配资源的一步步实现过程。 -Operating system- bankers algorithm experimental purposes: 1, to avoid deadlock in the banker s algorithm for further understanding. 2, deepen their understanding of the concept of deadlock. 3, deepen their understanding of the safety and security of the state of sequence concept. 4, through the programming, master bankers algorithm to allocate resources to achieve a step-by-step process.
Platform: | Size: 155648 | Author: 李小玲 | Hits:

[Speech/Voice recognition/combineyinacf10

Description: The Yin algorithm was developed by Alain de Cheveigné of IRCAM-CNRS and Hideki Kawahara of Wakayama University. It allows for real-time continuous (for each sample) fundamental frequency estimation. It features a very low error rate and few tuning parameters. This implementation is a C++ template, with EMM support for faster processing. Developped in Visual C++ 6.0, but should compile with other compilers.-The Yin algorithm was developed by Alain de Cheveigné of IRCAM-CNRS and Hideki Kawahara of Wakayama University. It allows for real-time continuous (for each sample) fundamental frequency estimation. It features a very low error rate and few tuning parameters. This implementation is a C++ template, with EMM support for faster processing. Developped in Visual C++ 6.0, but should compile with other compilers.
Platform: | Size: 12288 | Author: _tika_ | Hits:

[Compress-Decompress algrithmsMMA14

Description: conpressive sensing 的MMA新程序- This is an example using the Subspace Pursuit Algorithm of Wei Dai and Olgica Milenkovic "Subspace Pursuit for Compressive Sensing: Closing the Gap Between Performance and Complexity" and the Re-weighted algorithm of Rick Chartrand and Wotao Yin "Iteratively Reweighted Algorithms for Compressive Sensing" In order to run this example you need to install all these m.files in the same directory and type trialSP2 at the prompt. Written by Igor Carron http://nuit-blanche.blogspot.com Creative Commons Licence with attribution
Platform: | Size: 7168 | Author: andy | Hits:

[Compress-Decompress algrithmsMMA14ver2

Description: compressive sensing 新版本MMA14- This is an example using the Subspace Pursuit Algorithm of Wei Dai and Olgica Milenkovic "Subspace Pursuit for Compressive Sensing: Closing the Gap Between Performance and Complexity" and the Re-weighted algorithm of Rick Chartrand and Wotao Yin "Iteratively Reweighted Algorithms for Compressive Sensing" In order to run this example you need to install all these m.files in the same directory and type trialSP2 at the prompt. Written by Igor Carron http://nuit-blanche.blogspot.com Creative Commons Licence with attribution
Platform: | Size: 7168 | Author: andy | Hits:

[AI-NN-PRtr0812

Description: AN EFFICIENT TVL1 ALGORITHM FOR DEBLURRING MULTICHANNEL IMAGES CORRUPTED BY IMPULSIVE NOISE by JUNFENG YANG, YIN ZHANG, AND WOTAO YIN
Platform: | Size: 2046976 | Author: nickzraine | Hits:

[OS Developyin-hang-jia-suan-fa-

Description: 计算机操作系统中的典型的死锁避免方法,银行家算法,用VC++6.0写的,已经实现,希望可以帮助大家。-Banker s algorithm
Platform: | Size: 6144 | Author: luying | Hits:

[OS Developos-YIN-HANG-JIA

Description: 银行家算法,个人原创经典,昆明理工大学操作系统实验-Banker' s algorithm, the individual original classic, Kunming University of Science and Technology operating system experiment
Platform: | Size: 27386880 | Author: 刘召 | Hits:

[Audio programyin

Description: yin, 一种经典的基音周期检测算法,可用于语音、音乐等。-yin, a classic pitch detection algorithm.
Platform: | Size: 1024 | Author: sindy | Hits:

[Speech/Voice recognition/combinepitch_detector_yin_src

Description: pitch detector using yin algorithm
Platform: | Size: 11264 | Author: tinz | Hits:

[Otheryin-hang-jia-suan-fa

Description: 用c语言模拟了操作系统中银行家算法,包含了详细的代码。 -C language to simulate the banker algorithm, the operating system contains a detailed code.
Platform: | Size: 235520 | Author: liuyangbiao | Hits:

[Process-Threadyin-hang-jia-suan-fa

Description: Dijkstra提出的银行家算法,是最具代表性的避免进程死锁的算法,本程序用相应的数据结构和算法实现银行家算法-Dijkstra' s bankers algorithm, is the most representative of the process to avoid deadlock algorithm, the program with the appropriate data structures and algorithms Algorithm bankers
Platform: | Size: 14336 | Author: 郭彦斌 | Hits:

[OtherYin-Pitch-Tracking

Description: YIN Pitch tracking algorithm
Platform: | Size: 5627904 | Author: | Hits:

[matlabWFCM

Description: 模糊聚类算法,用于对摩多从数据进行聚类,亲自测试还是有点用的(Fuzzy clustering algorithm for clustering data from the multi Yin, personally tested, or a little useful)
Platform: | Size: 37888 | Author: 小小镇 | Hits:

[Speech/Voice recognition/combineYin-Pitch-Tracking-master

Description: Pitch Detection Algo
Platform: | Size: 2453504 | Author: Heyhairy | Hits:

CodeBus www.codebus.net