在現(xiàn)代通信系統(tǒng)中,電話語(yǔ)音的頻帶被限制在300 Hz~4 kHz的范圍內(nèi),帶來(lái)了語(yǔ)音可懂度和自然度的降低。為了在不增加額外成本的前提下提高語(yǔ)音的可懂度和自然度,進(jìn)行了電話語(yǔ)音頻帶擴(kuò)展的研究。提出了一種改進(jìn)的基于碼本映射的語(yǔ)音帶寬擴(kuò)展算法:在碼本映射的過(guò)程中,使用加權(quán)系數(shù)來(lái)得到映射碼本。客觀測(cè)試結(jié)果表明,用此算法得到的寬帶語(yǔ)音的譜失真度比用一般的碼本映射降低至少2%。主觀測(cè)試結(jié)果表明,用此算法得到的寬帶語(yǔ)音具有更好的可懂度和自然度。
Abstract:
In modern communication systems, the bandwidth of telephone speech is limited from 300Hz to 4 kHz, which reduces the intelligibility and naturalness of speech. Telephone speech bandwidth extension is researched to get wideband speech and to improve its intelligibility and naturalness, without increasing extra costs. This paper put forward an improved algorithm of speech bandwidth extension based on codebook mapping. In the process of codebook mapping, weighted coefficients were used to get mapping codebook. Objective tests show that spectral distortion of wideband speech obtained by this algorithm reduces at least 2%, comparing to conditional codebook mapping. Subjective tests show that the wideband speech obtained by this algorithm has better intelligibility and naturalness.
This book is for students and Linux System Administrators. It provides the skills to read, write, and debug Linux shell scripts using bash shell. The book begins by describing Linux and simple scripts to automate frequently executed commands and continues by describing conditional logic, user interaction, loops, menus, traps, and functions.
內(nèi)容如下:
1.The history of the computerized database
2.SQL Data Statements--those used to create, manipulate, and retrieve data stored in your database example statements include select, update, insert, and delete
3.SQL Schema Statements--those used to create database objects, such as tables, indexes, and constraints
4.How data sets can interact with queries
5.The importance of subqueries
6.Data conversion and manipulation via SQL s built-in functions
7.How conditional logic can be used in Data Statements
Hieu Xuan Phan & Minh Le Nguyen 利用CRF統(tǒng)計(jì)模型寫(xiě)的可用于英文命名實(shí)體識(shí)別、英文分詞的工具(開(kāi)放源碼)。CRF模型最早由Lafferty提出,全名conditional random fields,該模型后來(lái)被廣泛地應(yīng)用在語(yǔ)言和圖像處理領(lǐng)域,并隨之出現(xiàn)了很多的變體。FlexCRF就是對(duì)CRF模型的一個(gè)實(shí)現(xiàn)應(yīng)用工具,可用于文本信息處理
SharpZipLib之前叫做NZipLib,完全由 C# 開(kāi)發(fā)的壓縮庫(kù),支持Zip, GZip, Tar and BZip2 ,為2007年8月最新0852release版的源文件和文檔說(shuō)明!
Changes for v0.85.2 release
Minor tweaks for CF, ZipEntryFactory and ZipFile.
Fix for zip testing and Zip64 local header patching.
FastZip revamped to handle file attributes on extract + other fixes
Null ref in path filter fixed.
Extra data handling fixes
Revamped build and conditional compilation handling
Many bug fixes for Zip64.
Minor improvements to C# samples.
ZIP-1341 Non ascii zip password handling fix.
ZIP-355 Fix for zip compression problem at low levels
SharpZipLib之前叫做NZipLib,完全由 C# 開(kāi)發(fā)的壓縮庫(kù),支持Zip, GZip, Tar and BZip2 ,為2007年8月最新0852release版的代碼實(shí)例!
Changes for v0.85.2 release
Minor tweaks for CF, ZipEntryFactory and ZipFile.
Fix for zip testing and Zip64 local header patching.
FastZip revamped to handle file attributes on extract + other fixes
Null ref in path filter fixed.
Extra data handling fixes
Revamped build and conditional compilation handling
Many bug fixes for Zip64.
Minor improvements to C# samples.
ZIP-1341 Non ascii zip password handling fix.
ZIP-355 Fix for zip compression problem at low levels
Rao-Blackwellised Particle Filters (RBPFs) are a class of Particle
Filters (PFs) that exploit conditional dependencies between
parts of the state to estimate. By doing so, RBPFs can
improve the estimation quality while also reducing the overall
computational load in comparison to original PFs. However,
the computational complexity is still too high for many
real-time applications. In this paper, we propose a modified
RBPF that requires a single Kalman Filter (KF) iteration per
input sample. Comparative experiments show that while good
convergence can still be obtained, computational efficiency is
always drastically increased, making this algorithm an option
to consider for real-time implementations.