units of Amplitude Reference
-
- Posts: 1
- Joined: Fri Dec 02, 2016 7:11 am
units of Amplitude Reference
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?
-
- Posts: 8
- Joined: Sun Nov 06, 2016 12:06 pm
Re: units of Amplitude Reference
It's in whatever units. It depends on what you wrote your function for. If it's for electric field, it will be V/m. If its for position it will be in meters (or some other distance unit).
The unit of measurement of "F" will be the same as the unit of "Amplitude". Sin(x) is just a number without units.
The unit of measurement of "F" will be the same as the unit of "Amplitude". Sin(x) is just a number without units.