ASRAndroid:Android 越南语语音识别

时间:2024-06-30 01:09:47
【文件属性】:

文件名称:ASRAndroid:Android 越南语语音识别

文件大小:93KB

文件格式:ZIP

更新时间:2024-06-30 01:09:47

Java

越南语语音识别 语音活动检测模块 计算帧功率 进行预加重以去除低频噪声 x[i] = x[i] - x[i-1]; 计算能力 power = 20 * log10( sqrt ( sum_square / n_samps) ) 代码 for (int i = 0; i < spf; i++){ x[i] = x[i] - x[i-1]; sum += v * v; } // trim lower bound if (sum < spf) sum = spf; power = (int) ((10.0 * (Math.log10(sumsq) - Math.log10((double) spf))) + 0.5); // trim lower bound again if (power < 0) power = 0; return power; 查找阈值 找到最小的非零直方图条


【文件预览】:
ASRAndroid-master
----.project(826B)
----project.properties(562B)
----src()
--------asr()
----AndroidManifest.xml(989B)
----ant.properties(698B)
----res()
--------drawable-ldpi()
--------drawable-hdpi()
--------drawable-mdpi()
--------layout()
--------drawable-xxhdpi()
--------drawable-xhdpi()
--------values()
----.settings()
--------org.eclipse.jdt.core.prefs(173B)
----LICENSE(18KB)
----README.md(6KB)
----local.properties(450B)
----build.xml(4KB)
----.classpath(724B)
----.gitignore(300B)
----proguard-project.txt(781B)

网友评论