英语翻译n is the number of sounds detected in the last audio buffer,index is the index (in samples) of either the sound start (if type is equal to 1) or the sound end (if type is equal to 0),time is the detection time in micro secondsconfidence g
来源:学生作业帮助网 编辑:作业帮 时间:2024/11/13 03:42:58
英语翻译n is the number of sounds detected in the last audio buffer,index is the index (in samples) of either the sound start (if type is equal to 1) or the sound end (if type is equal to 0),time is the detection time in micro secondsconfidence g
英语翻译
n is the number of sounds detected in the last audio buffer,
index is the index (in samples) of either the sound start (if type is equal to 1) or the sound end (if type is equal to 0),
time is the detection time in micro seconds
confidence gives an estimate of the probability [0;1] that the sound detected by the module corresponds to a real sound.
英语翻译n is the number of sounds detected in the last audio buffer,index is the index (in samples) of either the sound start (if type is equal to 1) or the sound end (if type is equal to 0),time is the detection time in micro secondsconfidence g
◆给你从声学专业的翻译:
N 是从最后一次声音缓存中检测到的声音序号,
指数(以取样数单位)是从声音开始(如果类型=1)或声音结束(如果类型=0)得到的指数.
时间是以微秒为单位的检测时间.
可信度给出一个概率〖0,1〗的估计值,这个概率值是从测试模块根据真实声音检测到的.
n是在最后的音频缓冲区中侦测到的声音数量,
索引是(样本中)一个声音的起始(如果type类型码等于1)或结束(如果类型码等于0)的索引,
时间是以微秒为单位的侦测时间,
置信度给出了模块侦测出的声音对应真实声音的可能性的评估。
对题主选择的答案有不同意见
我找到了题主的说明书来源,现摘录相关部分如下:
How to collect the resul...
全部展开
n是在最后的音频缓冲区中侦测到的声音数量,
索引是(样本中)一个声音的起始(如果type类型码等于1)或结束(如果类型码等于0)的索引,
时间是以微秒为单位的侦测时间,
置信度给出了模块侦测出的声音对应真实声音的可能性的评估。
对题主选择的答案有不同意见
我找到了题主的说明书来源,现摘录相关部分如下:
How to collect the results ?
The output of the algorithm is inserted at the "SoundDetected" key in ALMemory.
This key is organised as follows:
[[index_1, type_1, confidence_1, time_1], ..., [index_n, type_n, confidence_n, time_n]]
, where "n" is the number of "sounds" detected in the last audio buffer, "index" is the index (in samples) of either the sound start (if "type" is equal to 1) or the sound end (if "type" is equal to 0), "time" is the detection time in micro seconds and "confidence" gives an estimate of the probability [0;1] that the sound detected by the module corresponds to a real sound.
This ALMemory key can be retrieved and used (like any others) by subscribing to it in Choregraphe (right click on diagrams left border : "Add input from ALMemory"):
这个说明书是一个声音采集模块产品的,这一段是说明声音采集结果的格式的,其格式为:
[[index_1, type_1, confidence_1, time_1], ..., [index_n, type_n, confidence_n, time_n]]
这个格式中,index表示一个索引号,一个序号,而非表示什么指标的指数;
type有两个可能的值,1表示声音的开始,0表示声音的结束;
confidence是置信度,也就是声音质量的一个评判指标(即模块采集到的声音对应实际声音的可能性),用0-1之间的数值表示,我猜数值越接近1置信度越高,即这个采集的结果与真实的声音一致的可信度就越大;
time就不说了,没有异议;
n是什么意思呢,看这个格式说明句,n出现在最后,这个n就应该是声音的数量,何况sounds用了复数。
这个翻译跟声学专业有什么关系呢?
收起