links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Michael Shook, member since May 27, 2004
.
Search Everyone: "saved",

Top "saved" experts: sosweet, jwallace, gregoryg, radyoluna, greencat, fdw2006,

Groups about "saved": Save my MAMA help SOS SaveMyMama.com, bpled.com, save the Earth, Frugal life, Classifieds Make and Save Cash, Investment,

11 - 20 of 77 « previous next »   Watch mshook
 
(defprocess root (fuzziness)
 (defvariable blobs #’union)
 (always
  (when (eq (read-sensor ’image) ’black)
   (subprocess (measure-blob) :gradient fuzziness)
   (setf blobs
    (list (get-from-sub (measure-blob) blob)))))
 (avoid
  (read-sensor ’query)
  (let ((q (first (read-sensor ’query))))
   (cond
    ((eq q ’blobs)
     (actuate ’response (regional blobs)))
    ((eq q ’area)
     (actuate ’response
      (fold #’+ (mapcar #’second
       (regional blobs)))))))))
(defprocess measure-blob ()
 (defvariable uid #’max :atomic :base 0 :init (random 1))
 (defvariable area #’sum :reduction :base 0 :init 1)
 (defvariable blob :local)
 (always
  (setf blob (list uid area))))

Code to find a set of fuzzy blobs and their areas in a binary image. Each contiguous black area of the image runs a connected measure-blob pro- cess that names it and calculates its area. The set of blobs is collected by the root process and made accessible to the user on the response actuator...

by mshook 2009-10-01 15:01 saved · gmail · sensor · language · lisp · scheme · mit · pdf · mesh · network
http://74.125.113.132/search?q=cache:m4-mGhqle0MJ:web.mit.edu/jakebeal/www/Publications/lsmas-final.pdf+mit+sensor+netwo... - cached - mail it - history

Are there yet ZigBee products on the market?

Yes, there are. Some implement an actual ZigBee stack while others feature a ZigBee ready platform like EmberNet.

Examples in the residential space include Control4 (lighting), Eaton (home automation), Golden Power Manufacturing (sprinklers and thermostats), Hawking Technology (home gateways), Kalirel (heating), Mija (fire extinguishers), Nice (shutters), and TSC Systems (home automation).

Examples in the commercial space include Mija (fire extinguishers), Philips (lighting), Siemens (building automation), and TAC (building automation).

by mshook 2009-08-13 18:23 saved · zigbee · faq · useful · how · why · radio · mesh · network
http://wsnet.files.wordpress.com/2006/08/zigbee-faq.pdf - cached - mail it - history
We've got a Sangamo meter. "Bangor Hydro - Fast install of 100K+ meters in 7 months Diagram of how it works Model numbers
by mshook 2009-08-11 15:42 saved · emonitor · powermeter · electricity · power · energy · utility · green · control · emon · how · money · meter
http://www.oeb.gov.on.ca/documents/cases/RP-2004-0196/2004-09-presentations/sm_twacs_by_dcsi_051104.pdf - cached - mail it - history
Networks of coupled dynamical systems have been used to model ... and many other self-organizing systems. Ordinarily, the connection topology is assumed to be either completely regular or completely random. But many biological, technological and social networks lie somewhere between these two extremes. Here we explore simple models of networks that can be tuned through this middle ground: regular networks 'rewired' to introduce increasing amounts of disorder. We find that these systems can be highly clustered, like regular lattices, yet have small characteristic path lengths, like random graphs. We call them 'small-world' networks, by analogy with the small-world phenomenon (popularly 6 degrees of separation. The neural network of the worm Caenorhabditis elegans, the power grid of the western United States, and the collaboration graph of film actors are shown to be small-world networks.
by mshook 2009-07-18 12:10 via · saved · max · emergence · network · graph · theory · example · nature · marvel · 1998 · july · 2009
http://www.ncbi.nlm.nih.gov/sites/entrez?db=pubmed&uid=9623998&cmd=showdetailview&indexed=google - cached - mail it - history
Strategic Management Database in Brief
To help the busy executive keep a half-step ahead of the game



SMDB provides business executives with the latest ideas and concepts aimed at improving organizational performance and competitiveness. On a daily basis, SMDB scans what business thought-leaders – business executives, consultants, academics, authors, business and economic commentators – are advocating in books, journals, the press and, at times, at senior management conferences. via http://www.google.com/search?q=sam+felton+strategic+management+database&hl=en
by mshook 2009-07-14 10:35 saved · sam · database · lotus · notes · example · lotusnotes · business · local · management · strategy
http://smdbxx.com/felton/smdb_welcome.nsf - cached - mail it - history
by mshook 2009-06-27 11:34 gnb · saved · ibm · floppy · disk · diskette · history · interesting · 1970s · punch · card · machine
http://www.google.com/notebook/public/17894154587286929730/BDR9pSgoQ7bCqkqIk - cached - mail it - history

This scheme produces a sampled sine waveform with 12 samples per cycle. In addition to the desired frequency component, f0, this waveform contains higher-frequency components at (12k+1)f0 and (12k−1)f0, k=1,2,3, and so forth. The lowpass filter comprising IC2B, R7, R8, C3, and C4 easily filters out these undesired components of smaller amplitude. Listing 1 is the assembly-program code that implements the Bell 202 FSK standard. When the control input Data In is high, the output frequency is 1200 Hz; when the control is low, the output frequency is 2200 Hz. The transition from one frequency to the other occurs in a manner that retains phase continuity.

by mshook 2009-06-14 19:27 modulation · saved · fsk · modem · pic · how · circuit · code · schematic · pdf · audio · bell
http://www.edn.com/index.asp?layout=articlePrint&articleID=CA6662631 - cached - mail it - history
Intel 4004 microprocessor historical materials
 
The work licensed under this license is limited to the following:

4004 schematic
(PDF 6.28MB)

4004 mask layout files

    * 4004002 (JPG 225KB)
    * 4004008 (JPG 64KB)
    * 4004013 (JPG 153KB)
    * 4004018 (JPG 57KB)
    * 4004023 (JPG 168KB)
    * 4004029 (JPG 170KB)

4004 manual MSC4 (1974)
(PDF 29.4MB)

4004 datasheet (1987)
(PDF 3MB) 
by mshook 2009-05-30 22:18 cool · history · how · up · microprocessor · chip · mask · schematic · cpu · saved · intel
http://www.intel.com/museum/archives/4004ip.htm - cached - mail it - history
11 - 20 of 77 « previous next »  
Related Tags
 
- exclude ~ optional + require
Add Dates