Another way to combine signals together is by using element-wise multiplication. This can be used to create amplitude fades and also amplitude modulation for the tremolo effect.
In Matlab, it is necessary to use a period before the multiplication operator to specify the point-wise (or element-wise) multiplication. This is written: . For the signals,
and
, the element-wise multiplication of the signals is:
.

Next, we can use signal multiplication to create amplitude fades.

