MathGroup Archive 1995

[Date Index] [Thread Index] [Author Index]

Search the Archive

Comparison of overlapping numbers

  • To: mathgroup at smc.vnet.net
  • Subject: [mg2169] Comparison of overlapping numbers
  • From: "Daryl Reece" <"reece_d%Organization=ELEC_SYST_ENGR%Telephone=(404) 263-9200 x4439"%a1.clust.CLUST.umc at engult.lxe.com (404) (404) (404) (404) (404)>
  • Date: Wed, 11 Oct 1995 01:59:23 -0400

   I ahve a list of transmission start times and a known transmission 
length.  I want to finc out how many of the transmissions overlap one 
another.  Can anyone think of a quick way to do this.  Brute force is very 
slow.  By brute force I mean comparing the start time of each start time to 
evry other start time to see if they are within the transmission time.  
I've been trying to figure out a MMA algorithm that would be analogous to 
plotting all of the transmit times and counting the overlaps but I'm not 
sure how to do this.  Any suggestions?
   
   Thanks in advance,
   Daryl
   Reece_D at elmg.com



  • Prev by Date: Re: A simple swap function
  • Next by Date: Re: Plotting
  • Previous by thread: Comparison of overlapping numbers
  • Next by thread: Why gives Plot[GTK,{q,o,30}] negat. min. at q=15 ? (GTK:=1/3 q^2 - 10 q + 100)