The 9/11 Forum

Intelligent and evidence-based discussion of 9/11 issues

Skip to content

v

Welcome
Welcome!

Our vision is to provide a home to sincere 9/11 researchers free from biased moderation and abusive tirades from other members.

You are currently viewing our boards as a guest, which only gives you access to view the discussions. New registration has been suspended.

New Cam#3 Trace Data

Analysis of fire and collapse theories and examination of related evidence.

New Cam#3 Trace Data

Postby femr2 » Sun Oct 24, 2010 12:44 am

I'll be posting all new cam#3 data here initially, as and when I generate it.

Any comments along the way, no problem.

Cam#3 - Top Field - Static Region - Vertical - Raw - 29.97 samples/s
Image
(Click to enlarge)

Is the larger version big enough ? Can use any size up to around 4096*4096.

1) The spike around the 95s mark appears to be caused by someone walking past the camera. His head is seen momentarily.
2) There doesn't seem to be any obvious shake caused by descent of the building.
femr2
 
Posts: 2687
Joined: Thu Apr 23, 2009 12:08 am
Location: UK

 

Re: New Cam#3 Trace Data

Postby OneWhiteEye » Mon Oct 25, 2010 8:57 pm

femr2 wrote:Any comments along the way, no problem.

Beautiful.
OneWhiteEye
 
Posts: 4977
Joined: Sat Jul 05, 2008 9:40 pm

Re: New Cam#3 Trace Data

Postby femr2 » Tue Oct 26, 2010 11:47 pm

Cam#3 - Bottom Field - Static Region - Vertical - Raw - 29.97 samples/s
Image
(Click to enlarge)
femr2
 
Posts: 2687
Joined: Thu Apr 23, 2009 12:08 am
Location: UK

Re: New Cam#3 Trace Data

Postby femr2 » Wed Oct 27, 2010 2:10 am

Cam#3 - Both Fields - Static Region - Vertical - LowPass - 29.97 samples/s
Image
(Click to enlarge)

1) Excellent correlation between upper and lower field motion after filtering.

Q) Anyone got any high-quality high/low pass filters for excel ? I use the following rejigged for excel...

http://en.wikipedia.org/wiki/Low-pass_filter
Code: Select all
// Return RC low-pass filter output samples, given input samples,
// time interval dt, and time constant RC
function lowpass(real[0..n] x, real dt, real RC)
   var real[0..n] y
   var real α := dt / (RC + dt)
   y[0] := x[0]
   for i from 1 to n
       y[i] := α * x[i] + (1-α) * y[i-1]
   return y


http://en.wikipedia.org/wiki/High-pass_filter
Code: Select all
// Return RC high-pass filter output samples, given input samples,
// time interval dt, and time constant RC
function highpass(real[0..n] x, real dt, real RC)
   var real[0..n] y
   var real α := RC / (RC + dt)
   y[0] := x[0]
   for i from 1 to n
     y[i] := α * y[i-1] + α * (x[i] - x[i-1])
   return y


Graph above...

Low pass : dt = 1/(30*1000/1001) : RC = 1
femr2
 
Posts: 2687
Joined: Thu Apr 23, 2009 12:08 am
Location: UK

Re: New Cam#3 Trace Data

Postby femr2 » Wed Oct 27, 2010 7:55 pm

Cam#3 - Top Field - Static Region - Horizontal - Raw - 29.97 samples/s
Image

Cam#3 - Bottom Field - Static Region - Horizontal - Raw - 29.97 samples/s
Image

They are different :)
femr2
 
Posts: 2687
Joined: Thu Apr 23, 2009 12:08 am
Location: UK

Re: New Cam#3 Trace Data

Postby femr2 » Thu Oct 28, 2010 5:03 pm

Before posting building feature position data, and normalised position data (with static region data subtraction), a quick note...


The best static region accuracy is determined using a large region on the left of the frame, which contains a building fairly close to the camera.

As the amplification of the movement increases with distance from the camera, numerous additional static region traces have been performed to determine a scalar.

The static region trace of the building immediately next to WTC 7 has been compared to the static region traces posted.

The quality (variance) of the further building is a fair bit lower than the close building, and is expected to be so, as the far building video data is much *greyer* and contains much more video noise.

Graphs will be posted to clarify, but a scalar of around *1.2 will be applied to subsequent near-building static region traces before subtraction from building feature traces.

Clear ?
femr2
 
Posts: 2687
Joined: Thu Apr 23, 2009 12:08 am
Location: UK

Re: New Cam#3 Trace Data

Postby femr2 » Thu Oct 28, 2010 6:58 pm

A quick normalised view of NW corner horizontal motion...
Image

Suggest gathering a few comments before proceeding.

Do I trust the slight motion between 60 and 160s ? (Tops out about 2 inches)

If so, then slight motion far in advance of initial twisting.

If not, then solid during that time.
femr2
 
Posts: 2687
Joined: Thu Apr 23, 2009 12:08 am
Location: UK

Re: New Cam#3 Trace Data

Postby OneWhiteEye » Fri Oct 29, 2010 5:46 am

femr2 wrote:Do I trust the slight motion between 60 and 160s ? (Tops out about 2 inches)

You tell me!

If so, then slight motion far in advance of initial twisting.

If so, one of the more interesting things I've seen in a while.
OneWhiteEye
 
Posts: 4977
Joined: Sat Jul 05, 2008 9:40 pm

Re: New Cam#3 Trace Data

Postby femr2 » Fri Oct 29, 2010 1:06 pm

OneWhiteEye wrote:
femr2 wrote:Do I trust the slight motion between 60 and 160s ? (Tops out about 2 inches)

You tell me!

No direct reason not to, but I'll look at additional points to cross-check.
femr2
 
Posts: 2687
Joined: Thu Apr 23, 2009 12:08 am
Location: UK

Re: New Cam#3 Trace Data

Postby femr2 » Fri Oct 29, 2010 1:55 pm

Cam3 - NW Corner - Top Field - Normalised
Image

Top field shows same behaviour.

If another location shows the same thing, then, yes, reasonable to assume true motion. (It's not a *drift*, as it curves from *0* to max and then back to *0*...so it's not a simple side-effect of static point subtraction)
femr2
 
Posts: 2687
Joined: Thu Apr 23, 2009 12:08 am
Location: UK

Re: New Cam#3 Trace Data

Postby Major_Tom » Fri Oct 29, 2010 6:40 pm

The displacement, if any, seems to happen over about 1.5 minutes? NW corner being pulled in?
Major_Tom
 
Posts: 2931
Joined: Wed Jul 09, 2008 5:04 pm

Re: New Cam#3 Trace Data

Postby femr2 » Fri Oct 29, 2010 6:49 pm

Major_Tom wrote:The displacement, if any, seems to happen over about 1.5 minutes?

Yes. Not a displacement, as such, but a to-n-fro.

NW corner being pulled in?

I suggest a long timespan twist, as for the other motion near to descent.
femr2
 
Posts: 2687
Joined: Thu Apr 23, 2009 12:08 am
Location: UK

Re: New Cam#3 Trace Data

Postby OneWhiteEye » Fri Oct 29, 2010 7:42 pm

If real, this is pretty big stuff.

You deserve a big congrats for doing this work, regardless of outcome.
OneWhiteEye
 
Posts: 4977
Joined: Sat Jul 05, 2008 9:40 pm

Re: New Cam#3 Trace Data

Postby OneWhiteEye » Fri Oct 29, 2010 7:43 pm

It would be necessary to calculate wind flexure, though, I suppose. Doubt it very much. It would have to be a sustained gust and should be obvious in the smoke plumes.
OneWhiteEye
 
Posts: 4977
Joined: Sat Jul 05, 2008 9:40 pm

Re: New Cam#3 Trace Data

Postby femr2 » Fri Oct 29, 2010 8:10 pm

Cam3 - NW Corner - Bottom Field - Normalised - Zoom
Image

Bit of a closer view.

Not sure how to go about wind flexure, but I'd agree unlikely.
femr2
 
Posts: 2687
Joined: Thu Apr 23, 2009 12:08 am
Location: UK

Next



Return to WTC7

Who is online

Users browsing this forum: No registered users and 0 guests

cron

suspicion-preferred