part of sound/synthesis
modulation index or index of modulation
multiple carrier
multiple modulator
parallel
sidebands: c +- (i * m1) +- (k * m2)
like each produced sideband is modulated as a carrier by the other modulator
wave equation: a * sin(c(t) + i1 sin(m1 t) + i2 * sin(m2 t)) series In series MM FM the modulating sine wave M1 is itself modulated by M2 amplitude SMMFMt = A × sin {Ct + [I1 × sin(M1t + [I2 × sin(M2t)])]}.
carrier-frequency - partial-index * modulator-frequency carrier-frequency + partial-index * modulator-frequency
bessel(partial-index, modulator-amplitude / modulator-frequency)
the first parameter is the order of the bessel function and the second argument is the modulation index
fm(t) = carrier-amplitude * sin(t * carrier-frequency + modulator-amplitude * sin(t * modulator-frequency))
alternative:
fm(t) = sum(n, -infinity, infinity, bessel(n, modulator-amplitude / modulator-frequency) * sin(t * carrier-frequency + n * t * modulator-frequency))