I have several equations and each have their own individual frequencies and amplitudes. I would like to sum the equations together and adjust the individual phases, phase1,phase2, and phase3 to keep the total amplitude value of eq_total under a specific value like 0.8. I know I can normalize the signal or change the vertical offset, but for my purposes I need to have the amplitude controlled by changing/finding the values for just the phases in phase1,phase2, and phase3 that will limit the maximum amplitude when the equations are summed.
Note: I'm using constructive and destructive phase interference to adjust the maximum amplitude of the summed equations.
Example:
eq1=0.2*cos(2pi*t*3+phase1)+vertical offset1
eq2=0.7*cos(2pi*t*9+phase2)+vertical offset2
eq3=0.8*cos(2pi*t*5+phase3)+vertical offset3
eq_total=eq1+eq2+eq3
位相 1、位相 2、および位相 3 の値を調整/検索するだけで、eq_total の合計信号の振幅が 0.8 を超えないように、位相 1、位相 2、および位相 3 を解決する方法はありますか?
これは、このアイデアをテストした geogebra アプレットの写真です。
これは、アイデアの編集/テストに使用した geogebra ggb ファイルです。(これを使用して、私のアイデアが機能するかどうかを確認しました)アプレットと動的にやり取りする場合は、Java が必要です http://dl.dropbox.com/u/6576402/questions/ggb/sin_find_phases_example.ggb
私は matlab/octave を使用しています ありがとう