Changes between Version 7 and Version 8 of Channels


Ignore:
Timestamp:
May 11, 2009, 4:49:08 PM (15 years ago)
Author:
rpl1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Channels

    v7 v8  
    66
    77= Channel Characterization =
    8 These videos demonstrate various aspects of WARP in practice.
    98
    10 === Figures 1 - 6000 Packets ===
     9=== Figures 1 - 7000 Packets ===
     10The following video demonstrates good and bad packets.
     11Black signifies a good packet.
     12Red signifies a bad packet.
    1113{{{
    1214#!html
     
    1921so.addParam('allowscriptaccess','always');
    2022so.addParam('allowfullscreen','true');
    21 so.addParam('flashvars','&file=/video_files/fig2.mov&linktarget=_blank&fullscreen=true&image=/video_files/demo_MIMO_OFDM_Bridge.jpg');
     23so.addParam('flashvars','&file=/video_files/fig1.mov&linktarget=_blank&fullscreen=true&image=/video_files/demo_MIMO_OFDM_Bridge.jpg');
    2224so.write('player');
    2325</script>
    2426}}}
    25 This video demonstrates ....
    2627
    27 //Download source video file: [//video_files/demo_MIMO_OFDM_Bridge.mov demo_MIMO_OFDM_Bridge.mov] (13MB)
     28
     29//Download source video file: [//video_files/fig1.mov figure_1.mov] (13MB)
    2830----
     31
     32=== Figures 2 - 7000 Packets ===
     33The following video demonstrates each packet, regardless of good or bad.
     34{{{
     35#!html
     36
     37<script type="text/javascript" src="/flash_video_player/swfobject.js"></script>
     38
     39<div id="player_RTS">...</div>
     40<script type="text/javascript">
     41var so = new SWFObject('/flash_video_player/player.swf','mpl','480','360','9');
     42so.addParam('allowscriptaccess','always');
     43so.addParam('allowfullscreen','true');
     44so.addParam('flashvars','&file=/video_files/fig2.mov&linktarget=_blank&fullscreen=true');
     45so.write('player_RTS');
     46</script>
     47}}}
     48
     49
     50Download source video file: [//video_files/fig2.mov figure_2.mov] (19MB)
     51----