- #1
btb4198
- 572
- 10
for (int n = 0; n < 52920; n++){
F = Amplitude * sin(2 *pi*n* Frequency/44100) ;
}
what are the units of Amplitude ?
I know Frequency is in Hz
also what are the unit of F?
F = Amplitude * sin(2 *pi*n* Frequency/44100) ;
}
what are the units of Amplitude ?
I know Frequency is in Hz
also what are the unit of F?