21、基于深度神经网络的实时汽车发动机声音模拟与单声道语音增强框架探究

基于深度神经网络的实时汽车发动机声音模拟与单声道语音增强框架探究

汽车发动机声音模拟方法

在汽车模拟领域,发动机声音的真实模拟至关重要。传统的方法在模拟发动机声音时,可能会忽略发动机的一些关键特征。为了解决这个问题,我们提出了一种结合样本法和程序法的混合方法。

GLOLA算法

首先介绍GLOLA算法,它是发动机声音模拟的核心算法之一。

Algorithm 1. The GLOLA algorithm
Require: l > o > 0 \\ l is the frame length and o is the frame overlap as required by
STFT
Require: Pre−recorded sample sound x ∈Rn at a stable idle RPM
Ensure: y = 0 ∈Ro, ˆy = 0 ∈Rl, L = o
1: while simulation process does not stop do
2:
ˆx ←Resample(x, current RPM
idle RPM )
3:
a = |fft(ˆx)|
4:
while D(c, PC(c)) is not small enough do
5:
c = fft(ˆy)
6:
PA(c) ←a ⊙exp(Angle(c) × i)
7:
ˆy ←ifft(PA(c))
8:
ˆy[0 : o] ←ˆy[0 : o] + y[L −o : L]
9:
D(c, PC(c)) ←||C −PC(C)||2
F
10:
end while
11:
y ←Append(
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值