View Single Post
  #5 (permalink)  
Old 01-08-2011, 02:11 PM
Recursion's Avatar
Recursion
Rockin' the Red!!
Offline
 
Join Date: Mar 2008
Posts: 858
Reputation: 2330
Recursion is a VIPRecursion is a VIPRecursion is a VIPRecursion is a VIPRecursion is a VIPRecursion is a VIPRecursion is a VIPRecursion is a VIPRecursion is a VIPRecursion is a VIPRecursion is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: bets radio cab let me hear your opinions

Quote:
Originally Posted by jcthelight View Post
when i use it in a 1x coverage area it stops and skips in and out but in a 3g it runs perfect anyone know why
Yeah, 1x is limited to singly dimensioned data structures; whereas 3g provides 3^3 (27) dimensional data structures. This distinction comes into play during constellation mapping, and the algorithm employed to effectuate such data transmissions utilizes error-free (effectively) transmissions without the need to check for errors. Thus, no parity checks equates to faster asymptotic run-time. Additionally, the extra data normally needed for error checking in a singly-dimensioned data transfer situation is obviated, and therefore, actual data can be transferred instead of error-checking data. The conclusion is that 3g transfers data faster than 1x, and you don't have pauses due to waiting for more "music" data.

Btw, the conclusion is correct, the reasoning is totally made up.
__________________



Last edited by Recursion; 01-08-2011 at 02:14 PM.
Reply With Quote
This post has been thanked 1 times.