Author Topic: Sensor Range Calculation  (Read 1639 times)

0 Members and 1 Guest are viewing this topic.

Offline Feeble (OP)

  • Petty Officer
  • **
  • Posts: 18
  • Thanked: 3 times
Sensor Range Calculation
« on: June 18, 2020, 09:12:04 PM »
Does anyone know the new equation for active sensor calculation? I've approximated it to:

Range = 18,517,239*SQRT(Strength/10*Size/1*Sensitivity/5)*(Resolution/100)^(1/3)

I don't know where 18,517,239 comes from, it seems like a magic number. Supposedly it is based on some equation that takes in Strength = 10, Size = 1, Sensitivity = 5, and Resolution = 100 and gives 18,517,239.
 

Offline SpikeTheHobbitMage

  • Bug Moderators
  • Commodore
  • ***
  • S
  • Posts: 670
  • Thanked: 159 times
Re: Sensor Range Calculation
« Reply #1 on: June 18, 2020, 09:26:17 PM »
Does anyone know the new equation for active sensor calculation? I've approximated it to:

Range = 18,517,239*SQRT(Strength/10*Size/1*Sensitivity/5)*(Resolution/100)^(1/3)

I don't know where 18,517,239 comes from, it seems like a magic number. Supposedly it is based on some equation that takes in Strength = 10, Size = 1, Sensitivity = 5, and Resolution = 100 and gives 18,517,239.
Sensor Range = SQRT((Racial Sensor Strength * HS * Racial EM Sensitivity * (Resolution ^ (1/1.5)) / PI) * 1,000,000 km

From http://aurora2.pentarch.org/index.php?topic=8495.msg102701#msg102701
 
The following users thanked this post: Feeble

Offline Feeble (OP)

  • Petty Officer
  • **
  • Posts: 18
  • Thanked: 3 times
Re: Sensor Range Calculation
« Reply #2 on: June 18, 2020, 09:35:29 PM »
Does anyone know the new equation for active sensor calculation? I've approximated it to:

Range = 18,517,239*SQRT(Strength/10*Size/1*Sensitivity/5)*(Resolution/100)^(1/3)

I don't know where 18,517,239 comes from, it seems like a magic number. Supposedly it is based on some equation that takes in Strength = 10, Size = 1, Sensitivity = 5, and Resolution = 100 and gives 18,517,239.
Sensor Range = SQRT((Racial Sensor Strength * HS * Racial EM Sensitivity * (Resolution ^ (1/1.5)) / PI) * 1,000,000 km


From http://aurora2.pentarch.org/index.php?topic=8495.msg102701#msg102701


Thanks for that link. One very minor correction is that he uses 3.1416 for pi. (I'm only stating this for anyone who might see this in the future)
 
The following users thanked this post: SpikeTheHobbitMage

Offline Iceranger

  • Registered
  • Commander
  • *********
  • I
  • Posts: 391
  • Thanked: 230 times
Re: Sensor Range Calculation
« Reply #3 on: June 18, 2020, 10:59:44 PM »
Does anyone know the new equation for active sensor calculation? I've approximated it to:

Range = 18,517,239*SQRT(Strength/10*Size/1*Sensitivity/5)*(Resolution/100)^(1/3)

I don't know where 18,517,239 comes from, it seems like a magic number. Supposedly it is based on some equation that takes in Strength = 10, Size = 1, Sensitivity = 5, and Resolution = 100 and gives 18,517,239.
Sensor Range = SQRT((Racial Sensor Strength * HS * Racial EM Sensitivity * (Resolution ^ (1/1.5)) / PI) * 1,000,000 km


From http://aurora2.pentarch.org/index.php?topic=8495.msg102701#msg102701


Thanks for that link. One very minor correction is that he uses 3.1416 for pi. (I'm only stating this for anyone who might see this in the future)

Can confirm in this formula pi is 3.1416, at least it is the closest I can get. The same formula is used in my missile and ship optimizer.

Although I also found out not all formulas with pi uses 3.1416 :P
 

Offline liveware

  • Bug Moderators
  • Commodore
  • ***
  • Posts: 742
  • Thanked: 88 times
Re: Sensor Range Calculation
« Reply #4 on: June 18, 2020, 11:30:37 PM »
Does anyone know the new equation for active sensor calculation? I've approximated it to:

Range = 18,517,239*SQRT(Strength/10*Size/1*Sensitivity/5)*(Resolution/100)^(1/3)

I don't know where 18,517,239 comes from, it seems like a magic number. Supposedly it is based on some equation that takes in Strength = 10, Size = 1, Sensitivity = 5, and Resolution = 100 and gives 18,517,239.
Sensor Range = SQRT((Racial Sensor Strength * HS * Racial EM Sensitivity * (Resolution ^ (1/1.5)) / PI) * 1,000,000 km


From http://aurora2.pentarch.org/index.php?topic=8495.msg102701#msg102701


Thanks for that link. One very minor correction is that he uses 3.1416 for pi. (I'm only stating this for anyone who might see this in the future)

Can confirm in this formula pi is 3.1416, at least it is the closest I can get. The same formula is used in my missile and ship optimizer.

Although I also found out not all formulas with pi uses 3.1416 :P

Pi is a wonderfully transcendental number  :)
Open the pod-bay doors HAL...
 

Offline SpikeTheHobbitMage

  • Bug Moderators
  • Commodore
  • ***
  • S
  • Posts: 670
  • Thanked: 159 times
Re: Sensor Range Calculation
« Reply #5 on: June 18, 2020, 11:40:32 PM »
Can confirm in this formula pi is 3.1416, at least it is the closest I can get. The same formula is used in my missile and ship optimizer.

Although I also found out not all formulas with pi uses 3.1416 :P
In fairness, 3.1416 is shorter to type than Math.PI.
 

Offline liveware

  • Bug Moderators
  • Commodore
  • ***
  • Posts: 742
  • Thanked: 88 times
Re: Sensor Range Calculation
« Reply #6 on: June 19, 2020, 12:54:01 AM »
Can confirm in this formula pi is 3.1416, at least it is the closest I can get. The same formula is used in my missile and ship optimizer.

Although I also found out not all formulas with pi uses 3.1416 :P
In fairness, 3.1416 is shorter to type than Math.PI.

But horribly less accurate!

Lazy hobitses……..
« Last Edit: June 19, 2020, 12:56:13 AM by liveware »
Open the pod-bay doors HAL...
 
The following users thanked this post: BAGrimm