Document Document Title
US07802305B1 Methods and apparatus for automated redaction of content in a document
A redaction process obtains redaction data indicating content to be redacted in a document. In addition, the redaction process obtains non-redaction data indicating content not to be redacted in the document. Furthermore, the redaction process obtains proximity data indicating proximate expressions to be matched against the document. In this manner, the redaction process processes the redaction data, non-redaction data and proximity data against the document to produce a redact list and a potential list. Upon receiving user selections from both the redact and the potential lists, the redaction process applies a redaction function to the document to produce a redacted version of the document.
US07802297B2 Keyboard with built in display for user authentication
A method and apparatus are provided for creating a personal area network with a wireless keyboard, comprising generating a text message on a keyboard integrated display to prompt a user to enter a password, determining all available personal area network devices and displaying a subset of the available personal area network devices based upon access permissions associated with the password. Generally, the wireless keyboard includes logic for generating prompts to a user to create a master password and user passwords with defined access privileges. Moreover, a user, by utilizing the display, may select alternate or additional devices with which to couple. In one embodiment, the wireless keyboard is further operable to send and receive text messages with a cell phone which are further propagated through a cellular network using legacy text message protocols.
US07802281B1 Information providing apparatus and method, information receiving apparatus and method, lots-drawing system and method and medium
The invention makes it possible to draw lots for a present in real time in association with a broadcast program. A broadcasting station broadcasts information relating to lot for a present that is associated with a broadcast program by superimposing it on a video signal in vertical blanking intervals. The lot information is decoded by a decoder and viewed by a viewer on a TV receiver. When the viewer commands the decoder to enter the lot for the present, the decoder accesses a present call center and an automatic lots-drawing system draws lots. A drawing result is transmitted to the broadcasting station and announced during the broadcast of the program. A sponsor sends the present product to winner viewers based on winner data.
US07802277B2 Inserting data objects into encrypted video streams
In a particular embodiment a method is disclosed for inserting data objects into a video stream. The method encrypts a first portion of the video stream at a server, suspends encryption of a second portion of the video stream, and sends the first and second portions of the video stream to a client device for insertion of the object into the video stream. In another embodiment a system is disclosed for inserting data objects into a video stream. The system encrypts a first portion of the video stream at a server, suspends encryption of a second portion of the video stream, and sends the first and second portions of the video stream to a client device for insertion of the object into the video stream.
US07802272B2 Chucking device, and motor and disc drive device having loaded thereon a chucking device
A chucking device comprises a retainer section for retaining a disc, a guiding section for guiding the disc to the retainer section, and a supporter for supporting the retainer section and the guiding section. The guiding section has a small enough angle for a guiding section side angle of inclination θ1 so as not to make contact with a upward facing disc, of a multilayer disc, thereby reducing a disc loading force.
US07802269B2 Electronic apparatus
According to one embodiment, an optical disc drive includes a disc tray, a cover, an advancing/retreating mechanism, a driving unit and an optical head. The cover includes a flat plate portion, an opening portion, wall portions and an opening part. The flat plate portion is opposed to a surface of the disc tray and has a frame shape corresponding to respective side portions of the disc tray. The opening portion is provided in a central part of the flat plate portion. The wall portions erect from outer peripheral parts of the flat plate portion and surround a periphery of the disc tray excluding a front part of the disc tray. The opening part is formed in a manner to open a region opposed to another surface of the disc tray.
US07802265B2 Computer interface system using multiple independent graphical data input devices
Improved computer interface system using multiple independent graphical data input devices is disclosed. Multiple independent graphical data input devices allow users to input data independently from multiple independent graphical data input devices to operating system. Graphical input device driver decodes input from multiple independent graphical input devices. Operating system interface software interprets data from graphical input device driver. Operating system software further generates and controls multiple cursors or control points. Graphical input device aware program obtains and interprets graphical input devices event message, and controls graphical input device aware objects.
US07802258B2 Interface between computer software modules
An interface module between a communication module and a number of instances of business logic modules of a software engine comprises first and second functional elements. The first functional element receives incoming data from the communications module and selects which of the instances of business logic modules to forward the incoming data based upon a rule set held within a data structure at the first functional element. The incoming data passes to the selected logic module instance via the second functional element. The second functional element determines either a single shot or a multiple shot mode of operation. If a multiple shot mode of operation is selected incoming data passes to the selected logic module instance sequentially. Alternatively, if a single shot mode of operation is selected a summary data record corresponding summary of incoming data received at the first function element passes to the selected logic module instance.
US07802257B1 Mechanism for bridging a thread-oriented computing paradigm and a job-oriented computing paradigm
A mechanism is provided for fostering the adoption of grid computing by bridging the thread-oriented paradigm (used in single and multi-processor computers) and the job-oriented paradigm (used in grid computing). This mechanism allows an application developer to write an application in the same manner as if he were writing a thread-oriented program (in terms of creating and joining threads). However, when the application is executed on a client computer and the mechanism is invoked, the mechanism interacts with a resource management interface to cause a distributed resource manager to create, distribute, and manage the execution of jobs on the resource computers of a grid. Thus, rather than actually spawning threads on the client computer, the mechanism causes jobs to be spawned and executed on the grid. By doing this, the mechanism allows the application to take advantage of grid computing without requiring the application to be grid-aware.
US07802246B1 Systems and methods that facilitate software installation customization
The present invention facilitates customizing software installation such as software updates for a user interface (UI) of a mobile communication device. The systems and methods of the present invention utilize a component that receives software updates (e.g., releases, releases, patches, upgrades, etc.) and presents various installation options to an installer through an interface. The installer can interact with the interface to select one or more components (e.g., controls, menus, menu items, etc) to install and define how such components are installed. For example, the installer can determine a control's location with respect to other controls within a user interface. This can be achieved by moving graphical components within the user interface and/or by providing parameters, setting flags, and/or including suitable arguments. In addition, the installer can add components to an installation. For example, the installer can add proprietary and/or third party applications, features, brands, logos and aesthetics to the installation.
US07802241B2 Method for estimating processor energy usage
A method for estimating energy usage of a program code executed by a very long instruction word (VLIW) processor. The program code includes multiple instructions, which are organized as groups referred to as execution sets. The instructions of an execution set are executed simultaneously. A no operation (NOP) energy and incremental instruction energy for each execution set of the program code are determined to compute a base energy of each execution set. An inter-execution set energy of each execution set is then computed. The estimated energy usage of each execution set is determined by adding the corresponding inter-execution set energies to the base energies. A stall energy consumed on account of executing the program code is then computed. Finally, the estimated energy usage of the program code is determined by adding the stall energy to the determined energies of all the execution sets.
US07802239B2 Supporting method references in the JAVA language
According to one embodiment of the invention, the JAVA compiler is modified so that when the JAVA compiler determines, while compiling source code, that an invocation of a first method, which expects to receive a reference to an object, passes, to the first method, a reference to a second method instead of a reference to an object, the JAVA compiler does not issue a compile-time error as the JAVA compiler normally would. Instead, the JAVA compiler generates compiled code (e.g., byte code) that the JAVA compiler would have generated if the source code had (a) defined a “bridge” class that implemented a method that invoked the second method and (b) contained, in the invocation of the first method, a reference to an object that was an instance of the “bridge” class in the place of the reference to the second method.
US07802237B2 Method, system and computer program product for generating program
A program generation program used in a personal computer processes information on relationship between an action and a pair of a state of a system and an event to create a program for incorporating a new state in a state transition table. The computer reads the state transition table in a storage medium and selects the state specified in the state transition table. The computer generates a program that determines whether the selected state is an exceptional state or a normal state on the basis of state information in the state transition table. Based on the result of the determination, the program performs an action including a state transition or a process allocated to the exceptional state specified in the state transition table when the state is the exceptional.
US07802234B2 Integration of context-sensitive runtime metrics into integrated development environments
An integrated development environment (IDE) includes a runtime environment and user interface. A user of the IDE specifies an application component to be monitored, and metrics for the specified application component are transmitted by the IDE runtime environment to a data collector belonging to the IDE user interface for display to the user. In addition, support is offered for the separation of operational concerns from business logic, allowing developers to control the operational aspects from a policy manager of the IDE user interface. Using the policy manager, developers invoke policy agents to add predefined code segments to applications, saving the developer from having to recode the same operational logic each time an application is updated to contain a new policy related to business logic.
US07802225B2 Optical proximity correction method, optical proximity correction apparatus, and optical proximity correction program, method of manufacturing semiconductor device, design rule formulating method, and optical proximity correction condition calculating method
In the present invention, there is provided an optical proximity correction method including steps of: extracting a gate length distribution of a gate from a pattern shape of the gate of a transistor to be formed on a wafer; calculating electric characteristics of the gate; determining a gate length of a rectangular gate having electric characteristics equivalent to the calculated electric characteristics; calculating a corrective coefficient for describing an associated relationship between a statistical value of the extracted gate length distribution and the determined gate length; extracting a gate length distribution of a gate of a transistor by printing the design pattern, and calculating a gate length distribution representative value from the statistical value of the gate length distribution using the calculated corrective coefficient; and correcting the design pattern so that the calculated gate length distribution representative value will be a specification value.
US07802219B2 Flat placement of cells on non-integer multiple height rows in a digital integrated circuit layout
The various embodiments of the present invention generally relate to systems, methods, and computer program products for placement of at least one cell in a digital integrated circuit layout. A global placement grid of coordinates is formed, where the coordinates represent horizontal and vertical directions. A local placement grid of coordinates is also formed for at least one local region, where the local placement grid of coordinates represent horizontal and vertical directions, and where the at least one local region is adapted to support non-integer multiple height rows. At least one cell is associated with the at least one local region formed, and the cell can be placed in the local placement grid of the local region.
US07802214B2 Methods and apparatuses for timing analysis of electronics circuits
Methods and apparatuses for performing timing analyses of an electronic circuit are provided. Waveforms of signals in the circuit are determined, and timing checks are performed based on these waveforms.
US07802201B2 System and method for panning and zooming an image on a display of a handheld electronic device
Method and arrangement for panning and zooming a displayed image on a display screen of a handheld electronic device 300 using the same auxiliary user input device 328 is described. The displayed image can be toggled between panning and zooming modes that respectively pan and zoom the displayed image by successively actuating the auxiliary user input device 328.
US07802200B1 Detecting inconsistencies and incompatibilities of selected items
A computer system and method for detecting conditions resulting in an inconsistency and/or an increased likelihood of a return is presented. The computer system comprises an evaluation component and a notification component. The evaluation component is configured to evaluate an item selected for purchase by a consumer to determine whether the consumer's purchase of the selected item represents an inconsistency and/or an increased likelihood of user dissatisfaction. The notification component is configured to notify the consumer if and when the consumer's selection of an item represents an inconsistency and/or an increased likelihood of user dissatisfaction.
US07802198B2 Centralized control and management system for automobiles
In a control and management system for automobiles, a central processor in the system connects traditionally unrelated vehicle subsystems together to realize synergistic functions such as smart driving, automatic parking, etc. A master interface having a display is employed in the system to help a user control and manage the vehicle functions.
US07802195B2 Dragging and dropping objects between local and remote modules
The present invention extends to methods, systems, and computer program products for dragging and dropping objects between local and remote modules. Terminal server components simulate the functionality of participants in drag and drag operations to facilitate the dragging and dropping of objects between local and remote modules and vice versa. The terminal server components interact locally to communicate with modules participating in a drag and drop operation. The terminal server components also send messages over a terminal server session to relay appropriate drag and drop information to corresponding terminal server components on the other end of the terminal server session.
US07802193B1 Controlling motion using a human machine interface
Machine motion is directed using a graphical interface by establishing an icon in an image, displaying the icon in images having perspectives such that the icon is rendered in a corresponding relative position in the second images and moving the icons in the second images when the icon is moved in the first image, the movement being constrained along a line projected from a camera point associated with the first image and a target destination. Actions are defined using the icon and a set of action descriptors. The dominant motion space is constrained to a spherical coordinate frame centered on a vision locus and machine motions are mapped to coincide therewith based on a graphical interface view.
US07802182B2 System and method for performing visual property updates
A preview system enables an administrator or designer of portal content to preview changes made to one or more documents in a portal. Upon modification of a document in the portal, a preview document is generated. The preview document utilizes a main portal archive for content, but the locally modified files for presentation elements. The preview document includes instructions such, that when it is viewed in a web browser, it can present the identity of style properties influencing a presentation of an area in the document by selecting the area.
US07802180B2 Techniques for serialization of instances of the XQuery data model
A method for representing XML information is provided. A serialized image of XML information is generated. The serialized image comprises a collection of one or more serialized data values, where each particular serialized data value in the collection includes data associated with a particular serialized data value type of a plurality of serialized data value types. The serialized image may also comprise a first field that includes a first value, which indicates that the serialized image includes the collection of one or more serialized data values. In some embodiments, the method is performed at a database system that supports a native XML data type, wherein the XML information is one or more instances of the native XML data type.
US07802176B2 Using state machines in navigation
Navigating through pages of content. In aspects, a state machine is provided that simplifies navigating. The state machine allows multiple navigation services to work together in a hierarchical manner to obtain content. The state machine also provides a mechanism for stopping navigation and responding to errors.
US07802173B2 Method to decode a data string
The invention relates to decode data transmitted via US National Weather Service NOAA Weather Radio (NWR) transmitters or any other data transmitted in a comparable way. According to the invention a method to decode a received data string comprises the steps of locating a predefined significant part of the data string, disregarding an insignificant part of the data string, and further checking only the located significant part of the data string. Decoding according to the proposed algorithm is very reliable.
US07802171B2 Wireless communication method and system for bit interleaved coded modulation and iterative decoding
A wireless communication method and system for performing bit-interleaved coded modulation and iterative decoding. The system includes a transmitter and a receiver. The transmitter encodes incoming bits to generate coded bits, punctures the coded bits in accordance with a predetermined puncturing pattern to generate surviving channel bits and stolen bits and interleaves the surviving bits into interleaved surviving bits. The interleaved surviving bits are mapped to channel symbols and the stolen bits are interleaved to generate interleaved stolen bits. At least one of a plurality of antennas is selected to transmit the channel symbols based on the value of the interleaved stolen bits. The receiver receives the transmitted channel symbols, estimates a posteriori probability for both the channel symbols and the stolen bits, and retrieves information of the stolen bits by determining the selected antenna used to transmit the channel symbols.
US07802162B2 Parity check matrix generation method, data transmission system, encoding device, decoding device, and a parity check matrix generation program
A method that allows the easy generation of low-density parity-check codes that can realize superior error-correcting characteristics. A processor of a transmission line encoder constructs parity check matrix H from partial matrix H1 of m rows and k columns on the left side and partial matrix H2 of m rows and m columns on the right side. The processor generates partial matrix H2 as a unit matrix. The processor generates partial matrix H1 to satisfy the conditions that, when any two rows contained in partial matrix H1 are selected, the two rows have periods that are relatively prime, or when the periods are identical, the two rows have different phases. The processor then joins partial matrix H1 and partial matrix H2 to generate parity check matrix H.
US07802160B2 Test apparatus and calibration method
A test apparatus that tests a device under test is provided, including a driver section that supplies a test signal to a corresponding pin of the device under test, a judgment section that makes a judgment concerning pass/fail of the device under test based on the response signal output by the device under test in response to the test signal, a voltage measuring section that detects a DC voltage of the signal output by the driver section, and an output side adjusting section that adjusts a duty ratio of the signal output by the driver section according to the DC voltage detected by the voltage measuring section.
US07802155B2 Non-volatile memory device manufacturing process testing systems and methods thereof
Systems and methods of manufacturing and testing non-volatile memory (NVM) devices are described. According to one exemplary embodiment, a function test during manufacturing of the NVM modules is conducted with a system comprises a computer and a NVM tester coupling to the computer via an external bus. The NVM tester comprises a plurality of slots. Each of the slots is configured to accommodate respective one of the NVM modules to be tested. The NVM tester is configured to include an input/output interface, a microcontroller with associated RAM and ROM, a data generator, an address generator, a comparator, a comparison status storage space, a test result indicator and a NVM module detector. The data generator generates a repeatable sequence of data bits as a test vector. The known test vector is written to NVM of the NVM module under test. The known test vector is then compared with the data retrieved from the NVM module.
US07802153B1 Trainable link
A method is provided to align clock and data signals over a source-synchronous link. The method includes sending header data and a default clock signal over the link. The header indicates a start of a training packet and the default clock signal ensures that the header is received without error. The method further includes providing a long clock pulse, phase shifting the clock signal during the long clock pulse, and thereafter sending training data and the clock signal over the link. The above steps are repeated until the training data are received with error. At that point, the phase shift of the clock signal is saved as a boundary of an optimal alignment. The above steps are then repeated with the clock signal shifted in a different direction. Once another boundary is located, the boundary midpoint is saved as the phase shift that provides the optimal alignment.
US07802142B2 High speed serial trace protocol for device debug
Tracing of test information from a hardware device for debugging is formatted for transmission via a high-speed serial protocol. Data from various components in the hardware device is transmitted to an external test board using high speed serial ports. The number of serial ports needed for data transfer is significantly less than a complimentary parallel port configuration. Additional functional blocks on the chip process the data for high speed serial output. The functional blocks format information into subchannels, arbitrate data, append protocol, perform data integrity checks, and serialize the data. The additional blocks built on the chip to support the serial ports consume less chip space than the space consumed by the number of parallel ports required to provide equivalent data transfer rates. The process operates in near real time and may use time stamping to correlate and reconstruct data from different information sources. An input port receives data from the external test component to modify registers or memory, set break points, modify hardware status, communicate with processors, or modify other operating conditions to debug the hardware device.
US07802138B2 Control method for information processing apparatus, information processing apparatus, control program for information processing system and redundant comprisal control apparatus
The present invention provides a control method for an information processing system, which includes a plurality of processing apparatuses performing a mutually equivalent operation, comprising the step of isolating the processing apparatus for which a fluctuation of power source voltage is relatively large, from the information processing system, if an error is not detected in each of the processing apparatuses and respective items of output information from the plurality of processing apparatuses raise a nonidentity.
US07802137B2 Journaling system switching to another logical volume to store subsequently received update history
In a data processing system having a primary site and a secondary site, storage systems are connected to each other via a communication line, data update history is recorded in a storage device as a journal in the primary site, and the journal is transferred to the secondary site via the communication line. During such transfer, loads will not concentrate to a specific volume, by switching the volume that stores the journal in the primary site, while, by switching the transfer-destination volume of the journal in the secondary site.With such arrangement, in a data processing system, it is possible to ensure data consistency in a plurality of sites and prevent the system throughput capacity from being deteriorated without applying loads to a host and a network, and without causing load concentration on a specific storage device that is caused as a result of data update or recovery operations.
US07802135B2 Rollback method and information processing apparatus executing the same
It is determined that a write access is executed to a stack area of a main memory. It is then determined whether another write access to a corresponding access destination address in the stack area occurred in the past by referring to an access flag table. In contrast, it is determined that a write access is executed to a global area of the main memory. It is then determined whether another write access to a corresponding access destination address in the global area occurred in the past with referring to an access list. Such a configuration can efficiently provide individual advantages of the determination methods using both the access flag table and the address list. The presence or absence of the past saving execution can be efficiently determined at the time of write access.
US07802120B2 Methods and apparatuses for dynamic power control
Exemplary embodiments of methods and apparatuses to dynamically redistribute power in a system that includes a plurality of subsystems are described. A load profile of the system is identified. The power is redistributed between the subsystems while tracking the load profile. The load profile may be an asymmetric, or a balanced load profile. The load profile is identified based on a utilization factor for each of the subsystems. In one embodiment, the power used by each of the subsystems is sensed by one or more sensors or predicted or estimated. A utilization factor, which may be a ratio of the actual power used by the subsystem to the power allocated to the subsystem, is calculated. The load profile is determined using the utilization factor of each of the subsystems. A power weighting arrangement between the subsystems, for example, a power distribution table, is selected based on the load profile.
US07802118B1 Functional block level clock-gating within a graphics processor
An embodiment of the invention includes receiving an indicator of a flow of data associated with a graphics processing stage within a graphics pipeline of a graphics processor. A clock signal to a portion of the graphics processing stage is modified based on a status of the flow of data. The clock signal is received from a clock signal generator within the graphics processor.
US07802111B1 System and method for limiting exposure of cryptographic keys protected by a trusted platform module
A cryptographic module for limiting exposure of cryptographic keys protected by a trusted platform module (TPM) is provided. The cryptographic module includes logic for establishing a session with the TPM on behalf of a cryptographic client and logic for sending a request from the cryptographic client to the TPM to retrieve in plaintext a cryptographic key of the cryptographic client. Logic for receiving the cryptographic key in plaintext from the TPM are also included in cryptographic module. Further, cryptographic module includes logic for performing a cryptographic operation requested by the cryptographic client using the cryptographic key, and logic for sending the results of the cryptographic operation to the cryptographic client. A hardware-based method and system for limiting exposure of cryptographic keys also are described.
US07802096B1 Fallback key retrieval
An apparatus, method, and computer-readable media capable of encrypting and decrypting secure documents with multiple passwords and/or fallback keys. Embodiments allow documents to decrypt themselves or be able to be decrypted with multiple passwords. Methods embodiments include the creation of self-encrypted documents that provide for multiple password decryption, and may include the automatic generation of at least one fallback key to facilitate decryption of documents.
US07802095B2 Method and system for preventing unauthorized recording of media content on a Macintosh operating system
A method for preventing unauthorized recording of media content on a Macintosh operating system. The present method registers a compliance mechanism on a client system having the Macintosh operating system operating thereon. The compliance mechanism comprises a framework for validating the compliance mechanism on the client system, and a multimedia component opened by the framework. The present method uses the multimedia component for decrypting the media content on the client system. The present method also prevents decryption of the media content on the client system having the Macintosh operating system operating thereon if a portion of the compliance mechanism is invalidated.
US07802090B2 Determining composition of an initialization vector for encapsulating security payload processing
A method which includes receiving a request to perform encapsulating security payload (ESP) processing for data exchanged between a node and an other node over a secure network connection established via an Internet Protocol security (IPsec) security association. Information associated with the IPsec security association is obtained based on the request. The information indicates a prepend data unit size for an initialization vector, a generated data unit size for the initialization vector and an append data unit size for the initialization vector. A composition of each initialization vector included with encrypted data exchanged between the node and the other node based, at least in part, on the prepend, generated and append data unit size for the initialization vector is then determined.
US07802089B2 Analyzing interpretable code for harm potential
Computerized facilitation of an assessment of risk associated with running interpretable code. The interpretable code under evaluation is parsed to identify a command unit within the interpretable code. One or more risk factors associated with the identified command unit is then identified using the parsed code. A report is then made of including identification of the command unit found the interpretable code along with the identified associated one or more risk factors. Thus, a user need not have to read and evaluate the interpretable code itself, but may instead review the much less complex report to evaluate the risks associated with running the interpretable code.
US07802084B2 System and method for management and installation of operating system images for computers
Shown is a method and system for provisioning a target computer with an operating system, which calls for booting the target computer in a pre-operating system environment, collecting configuration information for the target computer, and transmitting the configuration information to a predetermined server. The approach shown also provides for searching a database in the server for a pre-existing operating system image corresponding to the configuration information from the target computer. If a corresponding operating system image is found, then the present approach involves transferring the pre-existing operating system image to the target computer and installing the pre-existing operating system image on the target computer.
US07802076B2 Method and apparatus to vectorize multiple input instructions
An optimization unit to search for two or more candidate instructions in an instruction trace and to merge the two or more candidate instructions into a single instruction with multiple data (SIMD) according to a depth of a trace dependency and a common operation code of the two or more candidate instructions.
US07802072B2 Data storage device, memory management method and program for updating data recorded in each of a plurality of physically partitioned memory areas
A data storage device comprises a memory that includes a plurality of physically partitioned memory areas with a rewrite buffer area to be used for data rewrite set within each of the partitioned memory areas and a memory management unit that updates data recorded in each partitioned memory area by utilizing the corresponding rewrite buffer area is set within the partitioned memory area.
US07802040B2 Arbitration method reordering transactions to ensure quality of service specified by each transaction
A method, an interconnect and a system for processing data is disclosed. The method comprises the steps of: a) receiving a request to perform a data transaction between a master unit and a slave unit, b) receiving an indication of a quality of service requirement associated with said data transaction; c) determining an interconnect quality of service level achievable when transmitting said data transaction over the interconnect logic having regard to any other pending data transactions which are yet to be issued; d) determining a slave quality of service level achievable when responding to said data transaction once received by said slave unit from said interconnect logic; and e) determining whether the combined interconnect quality of service level and the slave quality of service level fails to achieve the quality of service requirement and, if so, reordering the pending data transactions to enable the quality of service requirement of each data transaction to be achieved. Hence, arbitration between data transactions occurs prior to those transactions being provided to the interconnect. It will be appreciated that this enables pending data transactions to be systematically reordered and the quality of service level for each of these reordered data transactions to be accurately calculated to ensure that the quality of service requirement for each of those data transactions is achieved. Accordingly, this enables all aspects of quality of service to be budgeted together and true end-to-end quality of service may be determined for each data transaction.
US07802038B2 Communication steering for use in a multi-master shared resource system
New approaches for providing communication between multiple masters (12, 14) and one or more shared resources (24, 30, 100) are needed. One example of a resource that may need to be shared is circuitry complying with the Universal Serial Bus (USB) standard (100). The USB specification defines the use of USB endpoints as data and control channels that reside in a USB device. In some cases it is desirable to have a certain number of endpoints controlled by one processor, and other endpoints controlled by a different processor, thus providing a shared control of all the endpoints. Circuitry (402, 417, 480) may be used to provide steering for additional signals such as interrupts. Other shared resources (24, 30) may use more centralized circuitry (36) to perform a steering function for additional signals.
US07802015B2 Communications system of heterogeneous elements
A communications system for a network of stations, is provided where stations identify themselves upon being informed of the desires of an inquisitor station. Additionally, techniques for “plug and play”, self-healing and homogenizing the heterogeneous parts of a network, are provided.
US07802004B2 Dynamic streaming media management
Dynamic streaming media management is described. In one aspect, media content is managed by accessing the first playlist that has a non-canonical format. Multiple translators are provided to translate playlists from multiple different native data formats to a canonical data format. One of the translators is invoked to translate the first playlist into the canonical data format. This forms a second playlist that is based on the canonical data format.
US07802003B2 Method and apparatus for multicasting data on a network at predetermined starting times
An embodiment of the present invention is a method for broadcasting information from a server to a client which includes the steps of: (a) broadcasting information at predetermined starting times; (b) receiving a request for the information from the client at an arrival time different from the predetermined starting times; and (c) transmitting a time-scale modified version of the information to the client for a period of time.
US07801994B2 Method and apparatus for locating candidate data centers for application migration
When an application running at a first data center needs to be migrated to a different data center, the first data center is able to automatically locate an appropriate target data center from among multiple other data centers for receiving the migration of the application. The first data center ensures that a specified level of performance of the application will be maintained following migration of the application by preparing a migration request document that specifies network requirements, server requirements and storage requirements for the application. A targeted data center that is a candidate for receiving migration of the application receives the specified requirements and uses a performance index and other analysis to determine whether its hardware, software and other configurations are capable of meeting the specified requirements. The results of the determination are sent back to the requesting data center, which then decides if migration will be carried out.
US07801989B2 Dynamically updating subcomponents in a tiered remote monitoring system
Various approaches for updating system monitoring policy parameters. In one approach, updates to the monitoring policy parameters are transmitted to an event server via an event report. The event server transmits the event report to a subcomponent manager executing on the monitored system. The subcomponent manager determines to which of a plurality of monitoring subcomponents the update is to be applied. The subcomponent manager then suspends the execution thread of the monitoring subcomponents, updates monitoring policy parameters of the subcomponent with data from the event report, and thereafter resumes the execution thread of the subcomponents. The subcomponent then operates with the updated monitoring policy parameters.
US07801988B2 Proton beam therapy control system
A tiered communications architecture for managing network traffic in a distributed system. Communication between client or control computers and a plurality of hardware devices is administered by agent and monitor devices whose activities are coordinated to reduce the number of open channels or sockets. The communications architecture also improves the transparency and scalability of the distributed system by reducing network mapping dependence. The architecture is desirably implemented in a proton beam therapy system to provide flexible security policies which improve patent safety and facilitate system maintenance and development.
US07801982B2 Cross session process action
Cross session process actions such as diagnostics in which a diagnostic process running in one process attaches and performs diagnostics on a process running in another session. Upon determining that diagnosis is to be performed on a process of another session, diagnostic process uses an intermediary session to launch diagnostic processes in the target session. Thus, actions such as diagnostics can be initiated across sessions.
US07801980B1 Systems and methods for determining characteristics of a network
A packet transmitted on a network is read and decoded. A network device and its operating system are identified by analyzing the decoded packet. If more than one operating system is identified from the decoded packet, the operating system is selecting by comparing confidence values assigned to the operating systems identified. A service running on the network device is identified from the decoded packet or subsequent packets that are read, decoded and analyzed. The network topology of a network is determined by reading, decoding, and analyzing a plurality of packets. A flow between two network devices is determined by reading, decoding, and analyzing a plurality of packets. Vulnerabilities are assigned to operating systems and services identified by reading, decoding, and analyzing packets. Network configuration policy is enforced on operating systems and services identified by reading, decoding, and analyzing packets.
US07801978B1 Apparatus, method and computer program product for efficiently pooling connections between clients and servers
An apparatus, method and computer program product for efficiently pooling network client-server connections. The apparatus is implemented within an interface unit connecting a plurality of servers to the Internet, which is in turn connected to a plurality of clients. The method includes the steps of opening a connection between a first client and the interface unit; determining whether a connection between the interface unit and a server is finished being utilized by the first client; opening a connection between a second client and the interface unit; if no free connection is open between the interface unit and the server, then allowing the second client to access information on the server via the same connection utilized by the first client without waiting for the first client to initiate closing the connection; and delinking the connections between the first and second clients and the interface unit while keeping open the connection between the interface unit and the server.
US07801973B1 Classification of information in data flows in a data storage infrastructure for a communication network
A data storage infrastructure is disclosed for a communication network that produces a plurality of data flows of network data. The data storage infrastructure comprises a plurality of data storage systems and a storage management system. The data storage systems are configured to store the network data using a plurality of service classes, wherein different ones of the data storage systems provide different ones of the service classes. The storage management system is configured to process characteristics for the data flows to assign individual ones of the data flows to individual ones of a plurality of information classes and to assign individual ones of the data flows to individual ones of the data storage systems based on the information class assignments.
US07801969B2 Apparatus and method for compression-transmitting and decoding picture information and storage medium stored its control programs
The present invention provides a real-time live picture information compression-transmission apparatus and method using a connection-less type protocol for a computer network. The compression-transmission apparatus is constituted to divide frame data output from a real-time encoder compressing live picture information into packets, and to transmit the live picture information in a real time manner according to the connection-less type protocol while suppressing burst transmission by conducting transmission control. The present invention also provides a compressed video data decoding apparatus capable of reducing compressed video decoding processing load without deteriorating picture quality and decreasing the number of played back picture planes when playing back a picture.
US07801958B1 Content converter portal
A system including a data network for providing Wireless Application Protocol (WAP) data to wireless terminals from a selection of content servers connected to the data network through a plurality of WAP gateways connected to the data network includes a content converter accessible as a centralized network resource. Characteristics of each wireless terminal and preferences of the user of each wireless terminal are uploaded to the central content converter and stored there. Content provided by a content server is routed through the data network to the central converter for adjustment according to the stored characteristics and preferences, and further routed through the data network to a particular wireless terminal.
US07801954B2 Method and system for providing expanded presence information when a user is offline
A method and system for providing expanded presence information of publishers to subscribers is provided. The presence system receives expanded presence information from a publisher. A client component of the presence system sends the expanded presence information to a presence server of the presence system. Upon receiving the expanded presence information, the presence server stores the expanded presence information in association with the publisher. When the presence server is to provide the presence information of a publisher to subscribers, the presence server identifies the current presence state of the publisher and retrieves the expanded presence information. The presence server then provides the current presence state and the expanded presence information to the subscribers.
US07801951B2 Process for referencing, prioritizing, accessing, and displaying marginalia in digital media
A system and method for providing information over a communication network among a group of computer users. Computer users are able to provide information that relates to information downloaded from the communication network. User-provided information is displayed adjacent to the relevant information from the communication network and is viewable by other computer users utilizing the system.
US07801946B2 Systems and methods for accessing web services via an instant messaging client
Systems and methods for facilitating the exchange of data between users and modular services using a real-time communication client such as an instant messaging client. The services may be web services providing various services over a communication network. User commands may be generated in an instant messaging client, sent to an automated attendant, which generates a corresponding web service command, and forwards the web service command to the appropriate web service. The automated attendant may then forward to one or more users any messages that are generated by the web service.
US07801944B2 Distributed computing using agent embedded in content unrelated to agents processing function
A method for operating a host layer of a distributed computing system on a wide area network includes attaching an autonomous agent to a client-requested carrier, such as web content. The method includes the steps of receiving a request for specified content from a client node via the wide area network, and sending the content and an embedded agent to the client via the wide area network. The agent has program instructions configured to execute autonomously on the client node to perform a processing function. The processing function is configured to operate on raw data to produce process data, according to instructions determined by a solution algorithm of the distributed computing system. The method further includes sending the raw data to the client node and receiving the process data from the client node as it is processed by the agent. The host layer may comprise a web server hosting a web site containing consumer-oriented web pages, and the carrier may comprise an HTML page containing user content. The agent may comprise a web page-enabled application embedded in the HTML page, such as a Java™ applet.
US07801934B2 Pointer generation method and apparatus for delay compensation in virtual concatenation applications
Virtual concatenation circuitry is disclosed for implementation in a network element of a data communication network. The virtual concatenation circuitry in a preferred embodiment is operative: (i) to maintain, for each of the individual member streams of a virtual concatenation stream, a corresponding counter which tracks pointer adjustments for that member stream; and (ii) to generate pointers based on values of the counters so as to substantially equalize incoming and outgoing pointer adjustments for the member streams at the network element.
US07801929B2 Pyramid reporting tool
A method and apparatus for a dimensional pyramid reporting tool. In one embodiment, the method includes identifying dimensions associated with one or more databases, and receiving user input specifying the number of reporting levels. The method further includes receiving user input linking the dimensions with corresponding reporting levels, and creating a table for each of the reporting levels to store dimensions linked to a corresponding reporting level.
US07801926B2 Programmable logic and constraints for a dynamically typed storage system
Embodiments define a set of rules such that a type designer can express as part of a type's definition whether the type has extended the logic and/or constraints of its ancestral types in such a way that applications written against that ancestral type will continue to function correctly. Nonconformity can also be indicated and an embodiment can enforce limitations on a set of operations that can be performed on such instances when treated as their ancestral types. Applications can use standard interfaces to discover from embodiments whether such limitations can be in force for a particular instance and provide a user experience that accounts for those limitations. Embodiments can also provide mechanisms to enable type designers to limit a degree of extensibility for both types and/or Items.
US07801922B2 File index processing
According to some embodiments, a technique for processing an index comprises receiving an index, wherein the index includes a path, and wherein the path includes an element; determining whether the path element is associated with an identifier; and associating an identifier with the path element if the path element is determined to not be associated with an identifier.
US07801911B1 System and method for using activity identifications in a database system
A database system that is capable of using an activity ID for processing a query. The database system includes at least one master node that is operable to communicate a request to perform a remote action associated with a pre-compiled query. The request comprises an activity ID that identifies the remote action associated with the pre-compiled query. The system further includes at least one slave node that is coupled to the at least one master node. The at least one slave node is operable to receive the request to perform the remote action and to process the request to perform the remote action. In one particular embodiment, the activity ID operates to directs the at least one slave node to one or more executables for use in processing the request.
US07801910B2 Method and apparatus for timed tagging of media content
A method and apparatus for timed tagging of content is featured. The method and apparatus can include the steps of, or structure for, obtaining at least one keyword tag associated with discrete media content; generating a timed segment index of discrete media content, the timed segment index identifying content segments of the discrete media content and corresponding timing boundaries of the content segments; searching the timed segment index for a match to the at least one keyword tag, the match corresponding to at least one of the content segments identified in the segment index; and generating a timed tag index that includes the at least one keyword tag and the timing boundaries corresponding to the least one content segment of the discrete media content containing the match.
US07801906B2 System and method for storing and retrieving filenames and files in computer memory
The invention receives a request to store a file having a filename written in a first text encoding, converts the filename into a Unicode filename and stores the Unicode filename and the file into memory. The invention then sets a flag, associated with the memory, indicating that a first text encoding has been used. To retrieve a Unicode filename, the invention receives a request to locate a Unicode filename from memory. Next, the invention uses a predetermined text encoding to convert the filename into Unicode. The invention then searches for the Unicode filename in the memory. If the Unicode filename is not found, the invention uses a next text encoding from the set of text encodings which have been used, to repeat the conversion and searches the memory until the Unicode filename is identified. Lastly, the Unicode file is retrieved.
US07801905B1 Knowledge archival and recollection systems and methods
The present invention generally relates to data acquisition, analysis, and management system for professionals and organizations of all sizes across many different industries. Specifically, the present invention provides systems and methods for tracking, billing, logging, reporting, archiving, searching, and mining on- and off-line user interactions. Not only does the present invention provide methods that simplify business and/or academic research activities, but provides an easy way to build and manage a scalable and secure e-library system. The present invention includes a unique log, report, search, and annotation engines, plus personalization and customization features. Sophisticated data acquisition, analysis, and management modules are hidden behind a simple toolbar embedded in the Network browser on a client computer. A backend, which consists of a scalable database system, is able to build itself into a hierarchical e-library system and software comprised of unique log, report, search, and annotation engines, plus personalization and customization features.
US07801903B2 Shared-memory multiprocessor system and method for processing information
Large-scale table data stored in a shared memory are sorted by a plurality of processors in parallel. According to the present invention, the records subjected to processing are first divided for allocation to the plurality of processors. Then, each processor counts the numbers of local occurrences of the field value sequence numbers associated with the records to be processed. The numbers of local occurrences of the field value sequence numbers counted by each processor is then converted into global cumulative numbers, i.e., the cumulative numbers used in common by the plurality of processors. Finally, each processor utilizes the global cumulative numbers as pointers to rearrange the order of the allocated records.
US07801889B2 Search system for providing information of keyword input frequency by category and method thereof
The present invention relates to a search service system and a method thereof, and more particularly, relates to a search service system capable of providing an input order of a keyword which is input into the search service system, according to a category to which the keyword belongs, and a method thereof.
US07801888B2 Media content search results ranked by popularity
Media content search results ranked by popularity is described. In embodiment(s), a search request for television media content can be initiated by a viewer, and television media content that is relevant to the search request can be identified. The relevant television media content can then be ranked based on a popularity rating such that the relevant television media content can be displayed in an ordered list that is ordered by popularity rankings.
US07801885B1 Search engine system and method with user feedback on search results
In one embodiment the present invention includes a search engine that incorporates user feedback to refine search results. The feedback of users regarding previous search results is used to increase the relevancy of future searches. Feedback responses by a particular user may be tracked for user loyalty purposes, in order to increase the amount of user feedback.
US07801863B2 Method and computer-readable medium for formula-based document retention
A method and computer-readable medium are provided for formula-based document retention. According to the method, a retention formula and a retention action are defined for one or more items. The retention formula is utilized to calculate a retention date for each item. The retention action specifies the action that should be taken on or after the retention date. The retention date for one or more items is initially calculated using the retention formula for the items. A retention service may be periodically executed to identify any items having a retention date earlier than the current date. If any items are identified that have a retention date earlier than the current date, the retention service recalculates the retention date for these items utilizing the corresponding retention formula. If the recalculated retention date for any item is still prior to the current date, the retention action for the item is executed.
US07801859B1 Tracking filesystem backups
A method for tracking file system backups is disclosed. The method comprises receiving a request to perform a backup with respect to a data set comprising a file system or a portion thereof and automatically associating the requested backup with any previously performed backups, if any, that would be required to be available in order to restore the data set to a state associated with the requested backup.
US07801857B2 Implicit routing in content based networks
In a method of managing a content-based network, which is typically XML-based, and optionally may be overlaid on an underlying network having a plurality of network elements interconnected by links, a link state protocol maintains each network element's topological view of the overlay network from the underlying network. A subscription management protocol ensures dissemination of published content within the content-based network independently of the link state protocol.
US07801844B2 Surrogate key generation and utilization
The subject disclosure pertains to databases as well as generation and utilization of keys. A desired or default number of values can be requested from a domain and allocated for use. These values can be utilized to generate surrogate keys. Subsequently or concurrently, the keys can be employed with respect to operations such as single pass loading of databases and/or data warehouses. Any unused keys can be returned and made available for use by other users or processes. Furthermore, the key generation functionality can be provided outside a database thereby relieving a database system of this burden.
US07801843B2 Method and apparatus for recommendation engine using pair-wise co-occurrence consistency
The invention, referred to herein as PeaCoCk, uses a unique blend of technologies from statistics, information theory, and graph theory to quantify and discover patterns in relationships between entities, such as products and customers, as evidenced by purchase behavior. In contrast to traditional purchase-frequency based market basket analysis techniques, such as association rules which mostly generate obvious and spurious associations, PeaCoCk employs information-theoretic notions of consistency and similarity, which allows robust statistical analysis of the true, statistically significant, and logical associations between products. Therefore, PeaCoCk lends itself to reliable, robust predictive analytics based on purchase-behavior.
US07801829B2 Smartcard internet authorization system
A system and method are disclosed for conducting electronic commerce such as a virtual purchase transaction with an on-line merchant. A user is provided with an intelligent token, such as a smart card containing a digital certificate. The intelligent token suitably authenticates with a wallet server on a network that conducts all or portions of the transaction on behalf of the user with out requiring changes to the merchant's server. The wallet server interacts with a security server of a selected financial service to provide authentication of the transaction. Upon authentication, the digital wallet pre-fills forms which are transmitted to the merchant who contacts the security server for validation of the forms and upon validation, completes the transaction with the user.
US07801827B2 Methods and apparatus for conducting electronic transactions
A system and method for conducting electronic commerce are disclosed. In various embodiments, the electronic transaction is a purchase transaction. A user is provided with an intelligent token, such as a smartcard containing a digital certificate. The intelligent token suitably authenticates with a server on a network that conducts all or portions of the transaction on behalf of the user. In various embodiments a wallet server interacts with a security server to provide enhanced reliability and confidence in the transaction. In various embodiments, the wallet server includes a toolbar. In various embodiments, the digital wallet pre-fills forms. Forms may be pre-filled using an auto-remember component.
US07801822B2 Method of controlling storage system
Provided is a computer system including: a plurality of storage systems interconnected via a network, each storage system including a logical volume that stores data; and a management computer that is connected to the storage systems via the network and includes a port connected to the network and a processor connected to the port, wherein: a logical volume of a transfer source in a storage system of the data transfer source and a logical volume of a transfer destination in a storage system of the data transfer destination are decided; it is determined whether it is necessary or not to migrate a license of a program used for the logical volume of the transfer source from one of the plurality of storage systems to the storage system of the transfer destination; and when it is determined necessary to migrate the license, license information regarding the license to the storage system of the transfer destination is migrated. Accordingly, costs of purchasing licenses necessary during data migration or the like are reduced.
US07801797B2 Trading system supporting credit rating
In a trading system providing an anonymous market, orders in the market are executed using cryptographic keys. Traders can view the orders and use their specific key to determine the particular rating of an order in accordance with the trader's own preferences. Since the same order information is sent to all traders, the bandwidth and processing requirements are kept at a minimum.
US07801794B2 Efficient electricity system
In an electricity marketplace, real time price information is fed from an price feeder directly to the electricity equipment or the meter of an end consumer, and the consumer is charged a price corresponding to the real-time price as set on an electricity trading exchange. The end consumer is thereby enabled to control his/her power consumption more efficiently. Thus, the end consumer can take advantage of low prices as well as reduce consumption when the price exceeds some limit.
US07801787B2 Determination of customized investing advice
Described herein is a system that facilitates provision of personalized investing advice to a user. The system includes a subscriber component that receives a selection of multiple financial models from the user, wherein the user may desire to receive financial data from the multiple financial models in real-time. Further, the system can include an adviser component that can receive and process financial data output by the multiple financial models and can determine customized investing advice for the user based at least in part upon the financial data output by the multiple financial models and personal investing preferences of the user.
US07801781B2 Access point for mobile devices in a packet based network and a method and system for billing in such a network
An access point for mobile devices with wireless communication capability for usage in a packet based network, said network comprising at least one gateway having access to a remote service, the access point comprises communication means for establishing communication with at least one or more access point in order to form a network between at least said access points. Also, there are means for adding the identity of the mobile device; and registering means for registering the identity of data packets transferred through said access point. The invention also concerns a method and system for billing in such a network.
US07801779B2 Cash under and cash over adjustments to receipt totals for bank deposits
A method of correcting a computerized ledger for deposit discrepancies uses a display such as a window to record a deposit transaction. An amount of receipts and an amount of adjustment are provided to account for cash over and cash under adjustments to a bank deposit. The data is stored in a computerized ledger system. A real time output is provided from the computerized ledger system that represents the amount of receipts adjusted by the amount of adjustment. Real time, such as same day, accounting data relating to deposits is available for reporting and decision-making.
US07801767B2 Method and system for providing order status information using an update status flag
A method and system for providing order status information using an update status flag to receive status information pertaining to an order placed by a customer with a merchant. It is determined whether the received status information is new relative to further status information pertaining to the order stored within a status record. The status record is updated to include the received status information if the received status information is new. The updated message indicating the received status information is then composed and sent to the customer.
US07801764B2 Financial transaction approval system and method
A method of sale including processing a plurality of purchases to be sold to a consumer, identifying a consumer financial account held by a financial institution, receiving authorization from the financial institution to enable payment for the plurality of purchases from the consumer financial account, and providing the consumer with an option to approve the payment from the consumer financial account. The option is provided during processing of the plurality of purchases. Transaction approval systems provide additional advantages.
US07801761B2 System and method for tracking customer satisfaction index based on intentional context
Customers buy a variety of equipments and gadgets from multiple vendors and interact with manufacturers through contact centers to get their questions on the bought products answered. The market opportunities and competitiveness are forcing manufacturers to be accommodative and innovative in providing post-sale support. An essential aspect of this market dynamics is customer churn and the manufactures are required to ensure that product loyalty and brand loyalty of the customers are high. While Customer Relationship Management (CRM) has been playing an all important role of monitoring and managing customer relationships, it is necessary to augment CRM with more specific enhancements. The need is to have an integrated, practical, and realizable approach that focuses on measuring customer satisfaction index based on multiple interactions of customers with manufacturers. A system and method for tracking customer satisfaction index involves tracking of the intentional states of customers and assessing them just in time to help improve the satisfaction index.
US07801757B2 Computer implemented customer value model in airline industry
A computer implemented method of evaluating customers in the airline industry in a given period is disclosed. Records of each customer' contribution factors, which include net revenue and number of flights, are first obtained. A score is then assigned for each of the attribute values. The records are consecutively sorted by the assigned scores, first for the net revenue, then for the number of flights. The records are further sorted by the raw values of the net revenue and number of flights, preferably until, records having different net revenue and/or number of flights have been sorted to different ranks. Finally, an evaluation score is assigned to each record which has been sorted.
US07801747B2 Methods and systems for managing informed consent processes
The systems and methods provide a dynamic process for obtaining and managing informed consent documentation. In general, the dynamic informed consent process (DICP) makes use of an intermediary organization, e.g., a trusted intermediary, which: (a) provides ICFs which have been dynamically generated for a specified trial or medical procedure and based on particular state or federal requirements, if any; and (b) archives copies of signed ICFs. In certain preferred embodiments, there may also be a procedure to provide training materials, such as audio or video presentations, to be viewed by prospective participants. In certain preferred embodiments, the process also includes contacting subjects who have signed ICFs in the event that there is a change of circumstance which the subject may deem material to whether s/he would continue to consent, or whether the participant needs to provide a different type of consent to participate in particular event or trial.
US07801746B2 Dialysis station
A dialysis station including several patient places each of which is provided with a dialyzer and a video terminal. In an internal data network, the video terminals are interlinked with each other and with a server including a data base. At a physician place, the treatment course can be followed for each patient place. If necessary, the physician may intervene and prescribe a new or changed medication appearing on the video terminal of the patient place. After having administered the medicine, the nurse acknowledges the administration of the medicine. The dialogue taking place between physician and nurse is documented in the scope of the treatment course.
US07801745B2 Methods and apparatus for increasing and/or monitoring a party's compliance with a schedule for taking medicines
Methods and apparatus are provided for increasing and/or monitoring a party's compliance with a schedule for taking medicines. In a first embodiment, a method is provided for use by a first container that is adapted to store a first medicine. The method includes storing information regarding the first medicine and wirelessly communicating a signal between the first container and a second container adapted to store a second medicine. In a second embodiment, a method is provided that includes determining if a first container for storing a first medicine is positioned so as to wirelessly communicate with a second container for storing a second medicine. The method further includes generating data based at least in part on whether the first container is positioned so as to wirelessly communicate with the second container. In a third embodiment, a method is provided that includes receiving a signal and, based at least in part on the received signal, determining whether a first container for storing a first medicine was positioned so as to wirelessly communicate with a second container for storing a second medicine. In a fourth embodiment, a method is provided that includes receiving a signal from a device that monitors whether a first container for storing a first medicine and a second container for storing a second medicine are positioned so as to communicate. The method further includes determining if at least one party has complied with a schedule for taking the first medicine and the second medicine based at least in part on the received signal. Systems, apparatus and computer program products are provided for carrying out the above-described embodiments and numerous other embodiments.
US07801730B1 Voice recognition control system and voice recognition control method
A voice recognition control system capable of realizing control of entire voice-recognizable electronic devices through voice recognition. This control system includes a voice input unit for inputting an operator's voice, a voice recognition unit and a controller constituting a control means which recognizes the operator's voice obtained from the voice input unit and controls input/output of an MD player having a voice recognition table where the operator's voice is stored in advance as an expected value. When an unregistered MD player has been connected first, the voice recognition unit registers the voice recognition table provided from the MD player. And upon input of the operator's voice by the voice input unit, the control means compares the operator's voice with the preregistered voice recognition table, and then the controller controls the input/output of the MD player in accordance with the result of comparing the operator's voice with the voice recognition table.
US07801717B2 Method for smart dummy insertion to reduce run time and dummy count
A method involves providing a circuit pattern, generating a density report for the circuit pattern that identifies a feasible area for dummy insertion, simulating a planarization process with the density report and identifying a hot spot on the circuit pattern, inserting a virtual dummy pattern in the feasible area and adjusting the density report accordingly, and thereafter simulating the planarization process with the adjusted density until the hot spot is eliminated.
US07801713B1 Generating a model using global node optimization
A global node optimization (GNO) technique can generate a model for a planar multiple layer film stack structure, e.g. a binary grating structure. In this technique, after obtaining spectra and target thicknesses from one or more wafers, a continuous film approximation (CFA) and a grating factor (GF) set are identified. A model using the CFA and the GF set is optimized by simultaneously fitting a plurality of the spectra while minimizing error compared to the target thicknesses. After simultaneously fitting all of the spectra, a GNO stack is created. A GNO recipe is then created using the GNO stack. Notably, a tool implementing the GNO technique uses minimal modeling capabilities and computational resources.
US07801710B2 Simulation controls for model variability and randomness
A tool for simulating an industrial control system is provided. The tool includes a simulation component to emulate one or more simulation models according to a simulated execution environment. A switch component is associated with the simulation component to selectively enable or disable variability in the simulation models.
US07801707B2 Statistical method for analyzing the performance of oilfield equipment
A statistical methodology is disclosed to provide time-to-event estimates for oilfield equipment. A method according to the present invention extracts unbiased information from equipment performance data and considers parameters interactions without recourse to data thinning. The analysis explicitly accounts for items of equipment that are still operational at the time of analysis. A method according to the present invention may also be utilized to apply survival analysis to any oilfield equipment components where time-to-event information has been recorded. The method of the present invention allows comparative reckoning between different components present in the system comprising several or many individual components and allows analysis of these components either individually or simultaneously, i.e., in the presence of other components.
US07801706B2 Structural Optimization system
It includes: a part which changes a computer-aided design model according to a design variable and outputs it; a part which calculates and outputs natural vibration modes and natural frequencies; a part which makes a natural vibration mode image; a part which binarizes a natural vibration mode image by a threshold value to make a binary image; a part which extracts pattern information from a binary image and outputs it together with the image; a part for distinguishing natural vibration mode which, using pattern information, distinguishes the natural vibration mode to be tracked from natural vibration modes after deformation and outputs it; and a part for calculating optimum solution which finds a design variable which makes the natural frequency of a natural vibration mode a target value and outputs it. Thereby, the structural optimization system can easily distinguish and track natural vibration modes through computer-aided design model change in structural design.
US07801700B2 Simulating a vibration pattern in a computer subsystem
Some embodiments of the present invention provide a system that generates a simulated vibration pattern in a computer subsystem. During operation, a vibration pattern is monitored at a location in the computer subsystem, wherein the vibration pattern is monitored while the computer subsystem is incorporated into the computer system and the computer system is operating. Then, the vibrations of the computer subsystem are mimicked by generating the simulated vibration pattern at the same location in the computer subsystem based on the monitored vibration pattern.
US07801699B1 Regression test modules for detecting and reporting changes in process design kits
A method for detecting and reporting changes in functional features of a simulation model caused by a software revision is disclosed. In one aspect, the method is independent of simulation model architecture. One performs regression testing with a plurality of feature-specific modules. The feature-specific modules are configured to generate a first set of information with the simulation model and compare the first set of information to a second set of corresponding information from the simulation model. In the above-described testing, the first set of information postdates the software revision and the second set of information predates the software revision.
US07801696B2 Semiconductor memory device with ability to adjust impedance of data output driver
A semiconductor memory device for performing an OCD calibration control operation to adjust a data output impedance includes a decoder for decoding an address signal to generate an OCD default control signal, an OCD operation signal and plural data, a code generator for receiving plural-bit data to generate an OCD control code; a first circuit for receiving the OCD control code and the OCD operation signal to generate a plurality of impedance adjustment control signals; and a second circuit for receiving the plural data and adjusting the data output impedance in response to the plurality of impedance adjustment control signals.
US07801694B1 Gyroscope with temperature compensation
A method for compensating for bias and scale factor errors in vibrating structure gyroscopes. Certain embodiments utilize the functional relationship that bias and scale factor errors have with resonant frequency of vibration in the main vibrating body. Other embodiments utilize the functional relationships that other drive parameters of vibrating structure gyroscopes, such as drive voltage, have with bias and scale factor errors. The various methods may be used repeatedly during normal gyroscope operation in order to continually compensate for the bias and scale factor errors.
US07801684B2 Methods, systems, and computer program products for producing theoretical mass spectral fragmentation patterns of chemical structures
Methods, systems, and computer program products for generating theoretical mass spectral fragmentation patterns of a chemical structure is provided. The method includes obtaining a description of a chemical structure and generating, from the description, a list of chemical structure information. A binary tree data structure is used to organize the list of chemical structure information. The binary tree data structure may be fragmented by determining, based on a set of predetermined rules, a fragmentation point between two nodes in the binary tree data structure thereby dividing the binary tree data structure into a fragment and a complement. The molecular formula and molecular weight of each fragment is determined. The binary tree data structure is traversed and appropriate fragmentation rules are applied to produce a plurality of theoretical molecular fragments.
US07801673B2 Motorcycle navigation device
A navigation device for a motorcycle operable in a comfortable position during driving by solving a problem that it is hard to operate the navigation device during driving and easily mounted on a vehicle by solving the problem that it is hard to mount the navigation device on the vehicle. The navigation device includes a navigation display section for displaying navigation information such as a destination and the current vehicle position, a control unit for controlling the navigation display section, and an operating section for performing an input operation to the control unit. The operating section is separated from the navigation display section and the operating section is disposed on the side of a vehicle body.
US07801671B1 Methods and apparatus for detecting misfires
Identifying fires by: measuring pressure pulses from the exhaust; generating a waveform from the measured pressure pulses; dividing the waveform into segments, one for each engine cylinder; associating each segment with the cylinder which generated the pulse; and examining each segment for features which indicate a misfire. The method further includes: generating a trigger signal; associating the trigger signal with ignition in a cylinder; measuring the time between this signal and the next trigger signal; dividing the time between these trigger signals into cylinder boxes, one for each cylinder; and shifting each of the boxes relative to the associated segment such that the peak and a portion of the rising edge and/or the falling edge falls within the box. For each box the peak, rising edge and falling edge is compared with threshold values. Each box in which at least two of the thresholds are exceeded is flagged.
US07801670B2 Temporary suspension of oxygen sensor monitoring during braking operations
To avoid potentially erroneous results, monitoring the operation of an oxygen sensor of an internal combustion engine of a motor vehicle to detect a slow response of the oxygen sensor as indicative of an oxygen sensor fault is temporarily suspended in response to a brake operation transition of a braking system of the vehicle.
US07801665B2 Controlling cylinder mixture and turbocharger operation
A method for controlling differences in exhaust gas residual amount for a two cylinder bank engine having at least one turbocharger is presented. In one example, the description includes a method for adjusting valve timing to reduce cylinder exhaust gas residual variation.
US07801664B2 Cylinder charge temperature control for an internal combustion engine
A method of operating an engine is provided. The engine includes at least one cylinder communicating with an intake manifold via an intake manifold valve and an exhaust manifold via an exhaust manifold valve, the cylinder including a piston arranged within the cylinder, wherein the piston is coupled to a crankshaft of the engine. The method comprises discontinuing combustion in the cylinder during a plurality of cycles of the engine; during the plurality of cycles, operating the exhaust manifold valve and the intake manifold valve to provide a net flow of gases from the exhaust manifold to the intake manifold via the cylinder and adjusting a torque signature provided to the crankshaft during each cycle by the piston responsive to an operating condition.
US07801663B2 Method for identifying the thresholds at which pollutant gases are emitted with a view to controlling the operation of a motor vehicle in stop and start mode
Method for identifying the thresholds at which pollutant gases are emitted with a view to controlling the operation in “stop and start” mode by stopping an engine just before and while a motor vehicle is stationary, whereby, upon each re-start, the amount of fuel injected is calculated, and the difference between the amount of fuel injected and the normal amount of fuel needed is calculated, the said resulting quantity being considered to represent the amount of fuel that was injected but not burnt; the said amount of fuel injected but not burnt is then compared against a predetermined threshold value, according to the distance covered, and finally, “stop and start” operation is or is not inhibited according to whether the said amount of fuel injected but not burnt is above or below the predetermined threshold value.
US07801656B2 Process for assisting downhill driving and associated device
The invention relates to a driving assistance method which is intended for use on a slope. According to the invention, the vehicle comprises an accelerometer which can measure a longitudinal acceleration of the vehicle as measured longitudinal acceleration. The inventive method comprises the following steps consisting in: determining the instantaneous value of the slope (p) on which the vehicle is positioned, by calculating an instantaneous longitudinal acceleration from the measurements taken by wheel speed sensors, and, subsequently, comparing the instantaneous longitudinal acceleration with the longitudinal acceleration measured by the accelerometer; determining (156) a theoretical brake torque (Γth) as a function of the slope such that the vehicle reaches a desired speed (Vo); correcting (162) the theoretical brake torque value in order to obtain a target brake torque (ΓC); and emitting (163) a signal corresponding to the target brake torque in the direction of the brake regulation system.
US07801651B2 Method for planning the journey of a submarine
A method and system for planning the journey of a submarine are provided using at least one electrical drive with a battery for energy supply and a charging device for the battery. For a selected future point in time, the remaining available energy reserve of the battery is predicted on the basis of the travel duration up to this point in time, of at least of one consumption profile selected for the travel duration, and of the type and duration of the charging cycles of the battery being effected up to this point in time.
US07801645B2 Robotic vacuum cleaner with edge and object detection system
A robot uses an infrared sensor including an infrared light source which produces pulses of infrared light. Optics focus reflections of the infrared light pulses from different portions of the environment of the robot to different detectors in a 2D array of detectors. The detectors produce an indication of the distance to the closest object in an associated portion of the environment. The robot can use the indications to determine features in the environment. The robot can be controlled to avoid these features.
US07801643B2 Legged mobile robot and control program for the robot
A legged mobile robot and a control program for the robot cancel a spin force, which is generated by motions of a lower body (242), a leg (2) or the like, by a twisting motion of an upper body (241) relative to the lower body (242) and a swinging motion of an arm (80).
US07801641B2 Work transfer system, route setting method, and route setting program
A route setting method according to the present invention sets, in a work transfer system including a plurality of work transfer units which connect a plurality of loading places to a plurality of unloading places, a route of the work transfer units to pass a work between a planned loading place and a planned unloading place which are required to transfer the work in the plurality of loading places and the plurality of unloading places. The route setting method includes the steps of setting, based on layout information representing a layout of the plurality of work transfer units, a plurality of candidates of the route between the planned loading place and the planned unloading place, and selecting, based on a predetermined condition, one route from the plurality of candidates of the route set in the candidate setting step.
US07801639B2 Method and apparatus for operating controlled machines
In a method for operating controlled machines, a motion of at least one movable machine element of the machine is controlled using a motion profile specific to that motion, and this motion profile of the motion of the machine element is subdivided into a plurality of profile segments. Each of the profile segments is assigned at least one motion condition which influences this profile segment, and each motion condition includes at least one tripping event and at least one action event associated with this tripping event and tripped by the tripping event, and the action event influences the applicable profile segment.
US07801628B2 Industrial operator interfaces interacting with higher-level business workflow
Systems and methods are provided that enable high-level and abstract business engines to affect and influence plant-floor or industrial operations via dynamic and flexible operator interfaces. In a similar manner, actions directed from the operator interfaces can be communicated to higher level decision components of an enterprise to facilitate automated control and dynamics of the enterprise. In one aspect, an industrial automation system is provided. The system includes one or more controllers to process transaction events in an industrial automation environment. One or more operator interface components are provided that automatically adapt interface control functionality based on the transaction events.
US07801627B2 Cardiac lead having self-expanding fixation features
A cardiac lead for placement in the vicinity of a patient's heart is described. The lead includes a self-expanding fixation mechanism, which in a retracted position, is contained within a cavity disposed at a distal end of the lead. In an expanded position, the fixation mechanism extends axially from the distal end of the lead and expands radially into contact with a desired lumen site.
US07801623B2 Implantable medical device having a conformal coating
A method for manufacturing an implantable electrical medical device includes forming a conductive substrate, placing the conductive substrate in a deposition chamber; and forming a conformal coating over the conductive substrate using atomic layer deposition. In various embodiments, the conformal coating is a conductive coating and in other embodiments the conformal coating is a dielectric coating.
US07801612B2 System and method for managing locally-initiated medical device interrogation
A system and method for managing locally-initiated medical device interrogation is presented. A noncontinuously coupleable interface is provided over which to retrieve patient data recorded and transiently staged by a medical device monitoring physiological measures of a patient. The patient data is periodically retrieved by interfacing to and interrogating the medical device per a pre-defined schedule defining autonomous patient data retrieval frequency. Further retrieval of the patient data is permitted independent of the pre-defined schedule by enabling operation of the interface based on a remotely-specifiable criteria for controlling locally-initiated patient data retrieval.
US07801609B2 Reduction of left-ventricular offset interaction with tachyarrhythmia detection
A device and method for improving tachyarrhythmia detection when the ventricles are resynchronized by delivering paces to both ventricles separated by a specified offset interval. Timing of escape intervals and tachyarrhythmia detection is based upon senses from one of the ventricles designated as a rate ventricle. A reversion pacing mode is provided in order to prevent tachyarrhythmia detection from being compromised when the rate ventricle is paced after the other ventricle.
US07801603B2 Method and apparatus for optimizing vagal nerve stimulation using laryngeal activity
A neural stimulation system delivers neural stimulation to the vagus nerve and senses a signal indicative of laryngeal activity resulting from the neural stimulation. The signal indicative of laryngeal activity is used, for example, to guide electrode placement, determine stimulation threshold, detect lead/electrode problems, detect neural injury, and monitor healing processing following the electrode placement inside the body of a patient.
US07801602B2 Controlling stimulation parameters of implanted tissue stimulators
Systems and techniques for controlling the stimulation of tissue. In one aspect, an apparatus includes an implantable stimulation device to elicit a response in a tissue by delivering one or more stimuli. The stimulation device includes a stimulus delivery element to deliver the one or more stimuli to elicit the response, a memory to store a range value identifying a range of values of a stimulation parameter relative to a first value, and a controller to control delivery of the stimuli by the stimulus delivery element in accordance with the range value. The stimulation parameter characterizes the stimuli to be delivered by the stimulation device.
US07801597B2 Method and apparatus for brain wave fluctuations analysis
The present invention applies computer techniques to the power spectrum analysis of brain wave signals, wherein the power spectrum fluctuations of supra-slow wave is obtained by selecting the maximum value of the power amplitude within 0.5 and 50 Hz and performing multiple analysis of the power spectrum and frequency spectrum, and a series of data and parameters are obtained to provide a basis for cerebral functions testing and disease diagnosis by analyzing the fluctuations. The analysis method comprises the analysis of the conventional power spectrum and may also comprises the analysis of the fluctuation signals of brain wave power, fluctuations of brain wave, S pedigree and further multi-item analyses. And the relevant apparatus implementing such method comprises electrodes, brain wave signal amplifier or a brain wave recording box, a Personal Computer, data processor and terminal processors.
US07801590B2 Optical coherence tomographic detection of cells and killing of the same
Provided herein are systems, methods and compositions for the use of optical coherence tomography for detection of cells and for killing detected cells. A detected cell can be killed or injured by contacting a composition comprised by the cell with energy. Energy can be applied to a particle comprised by the cell.
US07801588B2 X-ray diagnostic imaging system and X-ray diagnostic imaging method
An X-ray diagnostic imaging method, comprises the steps of radiographing the predetermined area so that an image data of a first contrast image is acquired when a timing of an acquired start of the first contrast image comes, after an injection of the contrast medium into the affected part, and radiographing the predetermined area so that image data of a second contrast image is acquired when a timing of an acquired start of the second contrast image comes, after the image data of the first contrast image is acquired.
US07801587B2 Method and system for creating three-dimensional images using tomosynthetic computed tomography
A system for constructing image slices through a selected object, the system comprising an identifiable fiducial reference in a fixed position relative to the selected object, wherein the fiducial reference comprises at least two identifiable reference markers. A source of radiation is provided for irradiating the selected object and the fiducial reference to form a projected image of the selected object and the fiducial reference which is recorded by a recording medium.
US07801574B2 Wireless communication apparatus, wireless network system, communication method and program
There is provided a wireless communication apparatus configured to perform wireless communications with a counterpart apparatus by use of a data frame including a data transmission indication period and a data transmission period following the indication period. In the apparatus a normal power state and a low power consumption state are set as the operating states, and a normal power mode and a low power consumption mode are set as the power management modes. Further, in the normal power mode, the wireless communication apparatus is operated in the normal power state; and in the low power consumption mode, the wireless communication apparatus is operated in the normal power state during the data transmission indication period and in the low power consumption state during the data transmission period.
US07801560B2 Accessory apparatus for mobile terminal for receiving and reproducing DMB data and method thereof
Provided are a method and an accessory apparatus for receiving and reproducing DMB data. The DMB accessory apparatus receives DMB data, converts data formats of the received DMB data into multimedia data formats which can be reproduced by a typical mobile terminal, and transmits the DMB data converted into the mobile terminal reproducible data formats to the mobile terminal. Accordingly, even a mobile terminal, which does not have a function of receiving and reproducing DMB data, can reproduce the DMB data.
US07801559B2 Methods and apparatus for baseband digital spectrum translation (BDST)
A method for transmitting and receiving digitally modulated wireless signals using an analog FM transceiver is provided. The analog FM transceiver has a transmit speech audio frequency band, a receive speech audio frequency band substantially equal to the transmit speech audio frequency band, a subaudible frequency band, a direct microphone audio input, and a direct speaker audio output. The method includes generating, in a baseband digital spectrum translator external to the analog FM transceiver, a baseband transmit signal occupying frequencies substantially within the transmit speech audio frequency band of the analog FM transceiver. The method also includes applying the generated baseband transmit signal to the direct microphone audio input to thereby transmit a digitally encoded RF TX signal having a constant envelope and using the analog FM transceiver to receive a digitally encoded RF RX signal with a constant envelope and to generate a baseband receive signal using the digitally encoded RF RX signal. The method also includes generating, in the baseband digital spectrum translator, a speaker audio signal using the baseband receive signal.
US07801556B2 Tunable dual-antenna system for multiple frequency band operation
A tunable dual-antenna system for multiple frequency band operation is disclosed, which allows a device to switch between multiple frequencies and/or multiple modes, such as CDMA and GSM. The system may comprise a tunable transmit antenna and a tunable receive antenna. One configuration may comprise multiple transmit antennas and multiple receive antennas.
US07801551B2 Screen changing method in mobile terminal
A mobile terminal and a screen changing method in the mobile terminal are discussed. The method in one embodiment includes selecting a function key on the mobile terminal, determining a type of the selected function key, and changing a current process displayed on one of a first and second display portions of a display of the mobile terminal according to the type of the function key determined in the determining step.
US07801550B2 Radio communication system and method where a radio terminal transmits uplink user data to a base station through an enhanced deticated physical data channel
A base station includes a first selecting unit that selects a reduction target terminal, a first calculating unit that calculates a reduction amount of assigned transmission rate assigned to the reduction target terminal, a second selecting unit that selects an increase target terminal, a second calculating unit that calculates an increase amount of the assigned transmission rate assigned to the increase target terminal, and a transmitting unit that transmits transmission rate control date to a radio terminal. The second selecting unit selects the increase target terminal and the second calculating unit calculates the increase amount when the reduction target terminal is not selected by the first selecting unit.
US07801545B2 Power control method of discontinuous transmission
According to the proposed method, the frequency of power control commands transmitted on a power control channel is changed according to the traffic. When the traffic becomes slower in at least one direction due to a DTX state, a slower transfer rate, asymmetric data transfer or for any other reason, the frequency of power control commands is lowered. Both the base station and the personal station may lower the frequency of the commands which they send. An alternative to changing the frequency of power control commands is to change the energy of power control bits. The duration of power control bits must hereby be extended, if a standard bit error ration is desired. If the system is frequency-divided and/or time-divided and uses frequency control command of several bits, the length of the command word may be shortened in addition to or as an alternative to the change in frequency. The power control algorithm may be changed several times during a traffic connection.
US07801540B2 Architecture for delivering data to mobile telematics units
An improved mobile connectivity system and method allow for data transfers, such as related to service delivery, to and from mobile wireless units in an economical and secure manner. The system utilizes existing IP connectivity when available and otherwise determines an appropriate data exchange mechanism based on the length and security requirements of the intended exchange. Data exchange mechanisms include SMS, IP and other suitable protocols, and wireless carriers include cellular and non-cellular wireless carriers. In an example, each subscriber unit periodically, or when triggered, sends its location to a call center to allow the delivery of location-based services.
US07801537B2 Image providing apparatus and image providing system
An image provision device that provides an image exhibiting a distinctive feature of a locality to an address. On receipt from a mobile telephone (1a) of a position information mail (21) storing position information of the mobile telephone (1a), the image provision device transmits to the mobile telephone (1a) a reply mail (39) storing thumbnail images created based on the position information in the position information mail (21). Then, on receipt from the mobile telephone (1a) of an image select mail (22) storing a selection resulting from one thumbnail image from the thumbnail images being selected, the image provision device transmits to the address an image mail (40) storing an image based on the selection result in the image select mail (22).
US07801534B2 Method and system for conveying location-granularity preferences with location-based service requests
A method and system for conveying location-granularity preferences with location-based service requests. A client station will detect a request to initiate a voice call, and before actually initiating the call the client station will send a message into a network indicating how to carry out a location-based service. In this manner, each time the client station accesses a location-based service, the client station will automatically send the instruction message to the service provider directing the provider how to carry out the service. Upon receiving the instructions, the location-based service provider may proceed to determine the location of the client station. The location-based service provider may then adjust the location of the client station according to the instructions. The service provider could then return the location of the client station, adjusted according to the instructions, directly to a location-based application, to provide the requested location-based service to the client station.
US07801533B2 Location request control
There is disclosed a method and system for providing location services in a mobile wireless network between a user and a location services provider, wherein the control point of periodic location requests is dynamically allocated to one of a plurality of network elements.
US07801526B2 Methods for informing subscribers of adjacent sites
Methods for informing a mobile device of adjacent sites in a RF communication system wherein the RF communication system comprises a first network and a second network are disclosed. A mobile device in the first network of the RF communication system updates a signaling gateway with position information of the mobile device wherein the signaling gateway interfaces between the first network and the second network and receives a list of adjacent sites in the second network from the signaling gateway.
US07801515B1 Wireless telephone communication for individual callers to contact remote telephone terminals through a public switched telephone network
A telecommunication system incorporates individual station instruments simplified by wireless operation, voice dialing, prepaid accounting and out-call operation, all enabled by cooperative system operation including supporting central equipment. Wireless operation of the central equipment involves a multiple port wireless platform along with other units for interfacing a multitude of mobile station instruments simultaneously for interactive audio communication to, regulate control, monitor and record operations of the instruments, and bridge communication with selected remote terminals through the public switched telephone network. Message capability, emergency abort to an operator station and security features supplement the basic system.
US07801513B2 Apparatus and method for transmitting/receiving notification message in a broadcasting system, and system thereof
A terminal apparatus is provided for receiving a broadcast service from a broadcasting system. A receiver receives a notification message from the broadcasting system. A message parser parses the notification message received by the receiver according to a certain format. A controller determines whether the received notification message is a notification message to be used by a user or a notification message to be used by the terminal based on content of the notification message parsed by the message parser, and performs an operation according to the determination result.
US07801508B2 Method for authentication of a user on the basis of his/her voice profile
Voice recording used for authentication is transmitted to the voice portal of the service provider not by way of the voice channel, but rather by way of a data channel. In this connection, the voice recording is sent not synchronous to speech and subject to loss, but rather asynchronously and loss-free, in an extra data package (for example advantageously as a Multimedia Messaging Service (MMS) data package). For this purpose, the resources that are available as standard items in most mobile phone terminals, such as digital voice recording and MMS transmission, can be utilized. Preferably, the subscriber's identification module or SIM card in the mobile phone terminal can store and implement the corresponding control program.
US07801504B2 Common-gate common-source transconductance stage for RF downconversion mixer
In an embodiment, a wireless device receiver chain includes a mixer with a common-gate common-source (CGCS) input stage. Differential signals from an off-chip matching network may be input to the CGCS input stage of the mixer, which downconverts the signals to baseband or some intermediate frequency. The input stage includes a pair of NMOS transistors in a common-gate configuration and a pair of PMOS transistors in a common-source configuration. A potential advantage of the CGCS input stage over the existing CGO transconductance stage configuration is that by adding a common-source stage through the PMOS differential-pair, the transconductance gain is decoupled from the high Q matching network.
US07801497B1 Frequency scanning radio modulator and method
A radio modulator and method with a radio band scan function. The apparatus consists of a frequency selectable RF signal transmitter, a switch that couples the RF signal to an antenna, and a demodulator coupled to mix a received antenna signal with the RF signal to produce an indicia of signal strength at the receive frequency resulting from that mix. A channel memory is coupled to store plural indicia of signal strength values corresponding to plural receive frequencies. A controller is coupled to the transmitter, the switch, the channel memory, and a display. In operation, the controller enables the frequency scan function by decoupling the switch, tuning the transmitter RF signal to plural frequencies, which causes the demodulator to receive plural receive frequencies within the radio band. The controller also stores the resultant plural corresponding indicia of signal strength in the channel memory, and then compares the stored plural indicia of signal strength to select a present transmit frequency that has a low signal interfering level. Next, the controller couples the transmitter to the antenna, tunes the RF signal to the present transmit frequency, and displays the present transmit frequency on the display.
US07801487B2 Detection of radio frequency interference in wireless communication systems
A device causes at least one access terminal that is configured to transmit data to a radio node in a sector of a radio access network to alter transmission. While transmission is altered, the device determines a power of a signal received at the radio node, and updates an average value of signal power using the power measured. A device receives, from one or more access terminals that are configured to receive data from a radio node in a sector of a radio access network, a requested rate at which information should be transmitted to each access terminal, receives from the access terminals information about quality of signals received from the radio node, and generates an event if the requested rate and the information about quality of signals fail to satisfy a condition. An access terminal, located in the vicinity of a first radio node configured to transmit data in a sector of a radio access network, measures signal power of pilot signals received by the access terminal.
US07801486B2 Communication system comprising master and slave handheld apparatuses
The invention relates to a communication system comprising:—a master handheld apparatus (100) comprising a first near field communication device a first wireless communication device, a current session being held by the master handheld apparatus (100), a slave handheld apparatus (130) comprising a second near field communication device and a second wireless communication device, the first and second near field communication devices being adapted to exchange identification information when they are held next to each other so as to initiate a communication link (140) between the first and second wireless communication devices, the first and second wireless communication devices then enabling the slave handheld apparatus (130) to join the current session through the communication link (140).
US07801482B2 Packet communication system, packet communication method, base station, mobile station, control device, and packet communication program
The present invention improves a system capacity and satisfaction rate with a quality of service in packet communications performed through a radio link established between a transmitting station and a receiving station by dynamically limiting transmission power of packets in the transmitting station and keeping an increase of an interference level in the receiving station, which belongs to another cell, within a TPC margin. The present invention includes a resource allocator 115 configured to set transmission power of packets in a next step period, by use of transmission power of packets in a preceding step period (slot) and an interference level of the receiving station.
US07801480B2 Providing information on the individual bearers' relationships to mobile terminals receiving a multicast or broadcast service
The invention relates to a method providing a multicast or broadcast service to (the user of) a mobile terminal via a radio access network of a mobile communication system. The multicast or broadcast service is associated to a plurality of bearers for providing the multicast or broadcast service: Further, the invention relates to a mobile terminal for providing a multicast or broadcast service to a user, and to a network entity for providing a multicast or broadcast service to a mobile terminal via a radio access network of a mobile communication system. To enable the correct reception of the broadcast or multicast service at the mobile terminal, the invention proposes to provide the mobile terminal with information on the individual (layered/alternative/complementary) bearers' relationships. The bearers' relationships are provided in service description information for the multicast or broadcast service which indicates the bearers associated to the multicast or broadcast service and predetermined bearer combinations among the plurality of bearers.
US07801476B2 Software signal receiver
A system and method for processing a plurality of received signals within a broad signal space concurrently without the need for multiple hardware tuners. The system includes: a signal directing mechanism for routing a transmitted frequency band into the system, the transmitted frequency band includes a plurality of waveforms, each one of the plurality of waveforms contains information; a storage assembly for storing the transmitted frequency band; a selection assembly for selecting at least one waveform from the transmitted frequency band; a processor for processing information corresponding to the at least one waveform; and a presentation device for presenting the information processed from at least one selected waveform to a user.
US07801471B2 Transfer unit and image forming apparatus
Toner images of different colors are superimposed on a transfer belt of an endless type from image carriers, to form a full color toner image. A tension roller maintains a tension of the transfer belt. A driving roller drives the transfer belt. A biasing unit applies the tension to the tension roller. A holding unit holds the tension roller. An image reading sensor detects the toner image formed on the transfer belt. The image reading sensor is disposed in the holding unit, in an opposite position to the tension roller with respect to the transfer belt.
US07801468B2 Toner cartridge and mechanism for opening and closing a toner discharging opening
A toner cartridge and a developing unit are used in an image forming apparatus. The toner cartridge includes a toner chamber, an inner shutter, and an outer shutter. The toner chamber holds toner therein and has an opening through which the toner is discharged into the developing unit. The inner shutter is disposed in the toner chamber and is rotatable relative to the toner chamber to close and open the opening. The outer shutter has an engagement portion, is mounted to an outer surface of the toner chamber, and is movable either to a closing position where said outer shutter closes the opening or to an opening position where the outer shutter opens the opening. When the toner cartridge is moved into the developing unit, the engagement portion is guided in a guide groove formed in the developing unit to move relative to the toner chamber from the closing position to the opening position.
US07801467B2 Developing-agent container, method of manufacturing developing-agent container, developing-agent supplying device, and image forming apparatus
A developing-agent container contains a developing agent to be supplied to a developing unit. The developing agent contains toner and carrier. The developing-agent container is filled with the developing agent with the toner and the carrier evenly distributed in a highly air-containing state. After filling the developing-agent container with the developing agent, an external force is applied on at least one of the toner and the carrier in the toner container so that a difference in forces per unit volume of the toner and the carrier due to gravity becomes small.
US07801462B2 Image forming apparatus having a plurality of photoconductive elements, a plurality of optical writing devices and a stay
An image forming apparatus including a plurality of image forming cartridges removably mounted to an apparatus body one above the other is disclosed. Structural members each partition off a space between nearby image forming cartridges mounted to the apparatus body. The apparatus is capable of obviating banding ascribable to the vibration of the cartridges.
US07801460B2 Image-forming apparatus, image-forming apparatus body, replacement part, and method of handling storage medium mounted on replacement part of image-forming apparatus
An image-forming apparatus has: an apparatus body; and a replacement part that is detachably mounted in the apparatus body, wherein the replacement part includes: a replacement part body; and a storage medium that is separably mounted on the replacement part body, and wherein the apparatus body includes a separation mechanism that separates the storage medium from the replacement part body when the replacement part body is mounted in the apparatus body.
US07801457B2 Fixing device, image forming apparatus including the fixing device, and fixing method
A fixing device includes an excitation coil, a heat-generating layer, a magnetic shunt layer, and a degaussing member. The excitation coil generates a magnetic flux. The heat-generating layer generates heat using the magnetic flux generated by the excitation coil. The magnetic shunt layer transmits heat generated by the heat-generating layer. The degaussing member sandwiches the magnetic shunt layer together with the excitation coil, and selectively performs degaussing by generating a repelling magnetic flux for canceling the magnetic flux generated by the excitation coil so as to activate a self-temperature-control function. The degaussing member selectively refrains from degaussing so as to deactivate the self-temperature-control function.
US07801453B2 Adaptive toner gas gauge
In accordance with certain aspects, an adaptive system and method are implemented to estimate the level of a consumable such as toner on a gauge that accommodates machine-to-machine variances, individual machine degradation over time, and otherwise correct over time for various inaccuracies by applying an error compensation that can be used in subsequent replenisher computations. Over the lifetime of an imaging machine, such as a copier or printer device, these error compensations can increase the accuracy of the particular machine, to accommodate various deviations from nominal constraint assumptions as a result of differences in one or more operating constraints.
US07801452B2 Image forming system, maintenance method applied thereto, and program for causing a computer to implement the maintenance method
An image forming system that makes it possible to open or remove an external cover of an apparatus to perform maintenance on the apparatus even while the system is operating. Out of a plurality of conveying paths, at least one conveying path for which at least one part related to the conveying path can be subjected to maintenance is determined, in accordance with a type of the image forming process being executed. The conveying path for which it has been determined that the part related to the conveying path can be subjected to maintenance is displayed on a display device.
US07801448B2 Wireless communication system with high efficiency/high power optical source
An optical communication system is provided which includes an optical signal transmitter which communicates high bandwidth, high power frequencies. The optical signal transmitter includes a high efficiency/high power optical source such as an optical magnetron or a phased array source of electromagnetic radiation, and a modulator element. The modulator element may be within a resonance cavity of the high efficiency/high power optical source (intra cavity) or external to the cavity (extra cavity). The modulator element serves to modulate output radiation of the high efficiency/high power optical source to produce a modulated high frequency optical signal which may be transmitted through the air. The optical signal transmitter is particularly useful in providing the last mile connection between cable service operators and end users.
US07801444B1 Amplification for optical fibre ultrawide band transmission systems
The invention relates to a very broad band wavelength multiplexed transmission system, typically having a bandwidth greater than 150 nm or 200 nm, and in which energy transfers between channels caused by the Raman effect are compensated. The depletion of channels at shorter wavelengths is compensated by amplification which is preferably distributed, while the enrichment of channels at longer wavelengths is compensated by attenuation.
US07801440B2 System and method for digital film simulation
The invention includes a system for imparting at least one characteristic of photographic emulsion to an image. The system includes a light transmissible medium at least partially provided with photographic film emulsion, wherein the photographic film emulsion is capable of being exposed and chemically processed. Furthermore, light that is related to an image is projected through a selected portion of the photographic film emulsion. Moreover, a containment is included for providing the light transmissible medium in a position relative to the projected light, wherein the image is imparted with the at least one quality related to the photographic film emulsion.
US07801439B2 Image taking device having a detachable optical unit, an attachment and displacement detection unit, and a control unit responsive to attachment and displacement detection
There is provided an image taking device with removable optical unit, with which it is possible to operate the power supply of the image taking device body without operating a power switch, and operation of the power supply of the image taking device body is made easy. The image taking device with removable optical element is provided with an image taking device body, a lens unit (optical unit) that is removable with respect to the image taking device body, an attachment detection unit for detecting attachment of the lens unit to the image taking device body, and a system controller (control unit) for turning a power supply of the image taking device body on upon detection of attachment of the lens unit to the image taking device body by the attachment detection unit. The system controller is configured to turn off the power supply of the image taking device body in a state where attachment of the lens unit to the image taking device body is not detected by the attachment detection unit.
US07801436B2 Photography apparatus, photography method, and photography program
In order to prevent white compression from occurring in an image obtained by photography with a photography apparatus such as a digital camera, preliminary photography is carried out and actual photography is carried out while a flash control unit reduces an amount of light from a flash in the case where a predetermined target such as a human face is included in a preliminary image. Image processing is carried out on an actual image obtained through the actual photography for adjusting luminance and/or gradation of the predetermined target in the actual image.
US07801431B2 Image capturing device and auto-focus method thereof
An image capturing device includes a lens unit, an image sensor, a face recognition unit, a selecting unit, an auto-focusing (AF) unit and a driving unit. The lens unit focuses images onto the image sensor. The image sensor converts the images into electronic signals. The face recognition unit locates any faces in a current image. If faces are detected, the selecting unit indicates to a user where the faces are located in the image, and selects one of the locations as a main focus area in response to a user input. The driving unit is configured for moving the lens unit. The AF unit controls the driving unit to focus the lens unit according to the selected location.
US07801427B2 Adjustment of shooting parameters in dependence of motion in a scene
According to one aspect of the present invention, there is provided a camera system including a motion estimator estimating a motion of an image taken by the camera system, and; a controller controlling, based on the estimation, an update frequency of a predetermined parameter and/or an amount of adjustment of the predetermined parameter per update cycle.
US07801425B2 Underwater adaptive camera housing
An underwater camera housing provided with an adaptive mechanical control arrangement for use with a broad range of camera brands and models. The camera housing is preferably formed of front and rear housing sections that are molded of clear transparent plastic and arranged to be moved between an open position for mounting a camera within the housing and a closed position in which the housing provides a watertight enclosure for protecting and communicating with a camera. The housing is provided with a truncated hemispherical lens through which a camera views scenes to be photographed to reduce distortion and not foreshorten viewing angle and a flat window and optional diffuser for providing controlled artificial illumination to a scene. A mounting plate is structured to slideably fit into one of the housing halves in one of two lateral orientations and includes a slidably adjustable camera mounting plate that permits a user to securely and accurately position cameras side-to-side and for and aft with respect to truncated hemispherical lens. Push button assemblies adjustable in length and point of contact are used to permit a user to adapt them to interact with a variety of camera control actuator architectures.
US07801423B2 Hair drier
“IMPROVED HAIR DRIER” including a housing, inside which an electrical engine is mounted, which activates a rotor generating an axial air flow crossing the equipment and contacting the heating element represented by an electrical resistance, duly mounted in a spacing structures; the housing of the relevant hair drier further incorporates a gripping part from which the electrical cable emerges, thereby allowing to connect the equipment with the electrical network, the gripping part further incorporating keys which control independently both the activation of the electrical engine and also the activation of the electrical resistance, the relevant hair drier is characterized for incorporating an ionizing device, which essentially is a high voltage source with a limited current; the ionizing device is connected with the conventional electrical circuit of the equipment, it being activated simultaneously with the activation of the electrical engine, or further at the time of the conjoint activation of both electrical engine and electrical resistance; from the ionizing device, at least one cable emerges, which is duly insulated by a sheath, and at the end of the cable an active pole x is mounted.
US07801421B2 Recording medium having data structure for managing reproduction of still pictures recorded thereon and recording and reproducing methods and apparatuses
The recording medium includes a data structure with at least one playlist file stored in a playlist area of the recording medium. The playlist file includes at least one playitem, at least one sub-playitem and mark information. The playitem provides navigation information for reproducing at least one still picture from a first file. The sub-playitem is associated with the playitem and provides navigation information for reproducing audio data from a second file. The mark information includes at least one mark pointing to the still picture.
US07801414B2 Information recording method, information recording medium, and information reproducing method, wherein information is stored on a data recording portion and a management information recording portion
With this invention, at least one of a video file containing video information, a still picture file containing still picture information, and an audio file containing audio information and a management file having management information on a control method of reproducing the information in the file are recorded on an information storage medium. This realizes a data structure that causes the recording and deleting places on the information storage medium to correspond spuriously to places on a single tape, such as a VTR tape. Use of the data structure provides users with an easy-to-use interface.
US07801406B2 Method of fabricating Ge or SiGe/Si waveguide or photonic crystal structures by selective growth
A method of forming a low loss crystal quality waveguide is provided. The method includes providing a substrate and forming a dielectric layer on the substrate. A channel is formed by etching a portion of the dielectric layer. A selective growth of a Si Ge, or SiGe layer is performed in the area that defines the channel. Furthermore, the method includes thermally annealing the waveguide at a defined temperature range.
US07801404B2 Optical cable and optical unit comprised therein
Optical cable having at least one tubular element of polymeric material and at least one transmission element housed within said tubular element. The polymeric material is made from a polymeric composition having (a) at least one olefin polymer; (b) at least one inorganic filler; and (c) at least one olefin polymer including at least one functional group. The at least one olefin polymer including at least one functional group (c) is present in the polymeric composition in an amount of about 3 parts by weight to about 10 parts by weight, preferably about 5 parts by weight to about 8 parts by weight, with respect to 100 parts by weight of the olefin polymer (a).
US07801403B2 Optical fiber grating tuning device and optical systems employing same
A tuning device for an optical fiber grating includes a multi-part confinement member. The confinement member includes a feature such as a channel in which the fiber grating is disposed. Movement of the different parts of the confinement member relative to one another causes compression or tension of the fiber grating. The confinement member may include first and second slides. One end of the fiber is bonded to the first slide, the other end of the fiber is bonded to the second slide. The grating section of the fiber is confined in a channel formed by adjacent surfaces of the slides. The dimensions of the channel are selected such that the fiber grating is maintained in a relatively straight orientation without buckling when compression strain is applied to the fiber. An actuator may be employed to control the strain applied to the fiber, i.e., to axially compress or stretch the fiber grating by driving one or both of the slides in a controlled manner. The resonance wavelength of the fiber grating can be tuned as a function of the strain applied to the fiber. The confinement member may alternatively include deformable slides which axially deform, i.e., extend and retract so as to change in length. Each end of the fiber is affixed to both of the deformable slides so that axial compression or stretching of the fiber grating is achieved through deformation of the deformable slides. The fiber grating tuning device can be deployed in components such as tunable fiber lasers and tunable fiber filters.
US07801396B2 Optoelectric composite substrate and method of manufacturing the same
An optoelectric composite substrate of the present invention includes an insulating film, an optical waveguide embedded in the insulating film in a state that an upper surface is exposed from the insulating film, a via hole formed to pass through the insulating film, a conductor formed in the via hole, and a connection terminal on which an optical device is mounted and which is connected to an upper end side of the conductor, wherein the connection terminal is embedded in an upper-side portion of the via hole or is projected from the insulating film.
US07801394B2 Sensitive emission light gathering and detection system
A luminometer is provided comprising a waveguide sample holder and one or more detectors. The waveguide sample holder may include a hollow region to hold the sample. The waveguide sample holder can be made of material that guides emission light to a bottom end of the waveguide sample holder. One or more detectors may be provided which detect the emission light coming out of the bottom of the waveguide sample holder. A fluorometer/photometer is also provided that comprises a waveguide sample holder, one or more excitation light sources, and one or more optical detectors. The waveguide sample holder has a hollow region to hold the sample. The excitation light is introduced at an angle or perpendicular to one surface of the waveguide sample holder. The waveguide sample holder is made of material that can guide emission light to the bottom end of the waveguide sample holder. There are one or more detectors that detect the emission light coming out of the bottom of the waveguide sample holder.
US07801390B2 Apparatus and method for labeling rows and columns in an irregular array
The apparatus and method of the invention provide for assigning coordinates to samples in an array. The method is based on a hierarchical pattern matching to a local lattice structure that is used as a template. Starting from the best local match, the pattern is expanded hierarchically to encompass the entire array.
US07801382B2 Method and apparatus for adjustable image compression
A compression rate is selected for a data file representing an image wherein an image source and an image characterization is identified. Selection of a compression rate can be based upon the image source and the image characterization. The image source can be medical imaging device such as x-ray, CT scan, MRI, mammogram, sonogram, or other types of images. The image characterization can be an anatomical content of the image, a purpose of study of the image, or a diagnostic value of the source of the image.
US07801380B2 Recording medium having recorded thereon coded information using plus and/or minus rounding of images
A computer-readable medium having stored thereon an image decoding program which, when executed by a computer, performs image decoding, wherein the synthesizing a prediction image is performable using a positive rounding method and a negative rounding method for interpolating intensity values of pixels; wherein the interpolation of intensity values of pixels is performed using a rounding method specified by the rounding method information; wherein the rounding method information is included in coded information of the currently decoded image; wherein the rounding method information is included in a header section of the coded information of the currently decoded image; wherein the rounding method information specifies one of two values; and wherein one of the two values specifies a positive rounding method, and another one of the two values specifies a negative rounding method.
US07801375B2 Recording medium having recorded thereon coded information using plus and/or minus rounding of images
A computer-readable medium having stored thereon an image decoding program which, when executed by a computer, performs: storing a reference image which is a previously decoded image; receiving coded information including motion vector information and rounding method information specifying a rounding method used in synthesizing a prediction image of a currently decoded image; and synthesizing the prediction image by performing motion compensation using the motion vector information and the reference image; wherein the step of synthesizing a prediction image is performable using a positive rounding method and a negative rounding method for interpolating intensity values of pixels; wherein the interpolation of intensity values of pixels is performed using a rounding method specified by the rounding method information; wherein the rounding method information is included in coded information of the currently decoded image; and wherein the rounding method information specifies one of a plurality of values.
US07801371B2 Recording medium having recorded thereon coded information using plus and/or minus rounding of images
An image decoder, wherein the motion compensation is performed with half-pixel accuracy and uses bilinear interpolation to calculate intensity values of chrominance or luminance at points where no pixels actually exist in the reference image, the bilinear interpolation being performable using a positive rounding method and a negative rounding method; wherein the bilinear interpolation is performed using a rounding method specified by the rounding method information; wherein the rounding method information is included in coded information of the currently decoded image; wherein the rounding method information is included in a header section of the coded information of the currently decoded image; and wherein the rounding method information specifies one of a plurality of values.
US07801367B2 Recording medium having recorded thereon coded information using plus and/or minus rounding of images
An image decoder including: a demultiplexer extracting motion vector information, quantized DCT coefficients, and rounding method information; a dequantizer dequantizing to DCT coefficients; an inverse DCT converter converting to DCT coefficients to obtain an error image; a synthesizer synthesizing a prediction image of a currently decoded image by performing motion compensation using the motion vector information, the rounding method information, and a reference image which is a previously decoded image; and an adder adding the prediction image to the error image to obtain a decoded image; wherein the motion compensation is performed with half-pixel accuracy and uses bilinear interpolation to calculate intensity values of chrominance or luminance at points where no pixels actually exist in the reference image, the bilinear interpolation being performable using positive and negative rounding methods and is performed using a rounding method specified by the rounding method information specifying one of a plurality of values.
US07801362B2 Color image residue transformation and/or inverse transformation method and apparatus, and color image encoding and/or decoding method and apparatus using the same
A color image residue transform and/or inverse transform method and apparatus, and a color image encoding and/or decoding method and apparatus using the same are provided. The residue transform method includes: obtaining a residue corresponding to the difference of an original image and a predicted image; and transforming the residue by using a relation between residues of color image components. The residue inverse transform method includes: generating a residue for each component by performing residue inverse transform of the residue transformed original image; and restoring the original image by adding a predicted image to the residue of each component. Also, the color image lossless encoding method using the residue transform includes: obtaining a residue corresponding to the difference of an original image and a predicted image; and performing encoding by transforming the residue by using the relation between residues of predetermined components. The decoding method includes: extracting residue transformed image data from the coded data of the original image; generating a residue for each component by performing residue inverse transform of the residue transformed image data; and restoring the original image by adding a predicted image to the residue of each component. According to the methods and apparatuses, by performing transform between residues of each color component, the redundancy of the residue of each color component is removed such that when a color image is encoded, a higher compression efficiency can be achieved.
US07801361B2 Analyzing pixel data using image, thematic and object layers of a computer-implemented network structure
An analysis system analyzes and measures patterns present in the pixel values of digital images using a computer-implemented network structure that includes a process hierarchy, a class network and a data network. The data network includes image layers, thematic layers and object networks. Various types of processing are performed depending on whether the data of the digital images is represented in the image, thematic or object layers. Pixel-oriented and object-oriented processing is combined so that fewer computations and less memory are used to analyze the digital images. Pixel-oriented processes, such as filtering, are selectively performed only at pixel locations that are assigned to a specified thematic class of a thematic layer or that are linked to a particular object of the object network. Similarly, object-oriented processing is performed at pixel locations linked to objects generated using thematic layers or using image layers on which pixel-oriented processes have already been performed.
US07801360B2 Target-image search apparatus, digital camera and methods of controlling same
The time required to execute processing for detecting the image of a face is shortened. A number of frames of the image of a subject are obtained sequentially by sensing the image of the subject successively. Face detection processing is applied to a first subject image, which is one frame of the image of the subject among the number of frames thereof. The inclination of a face-image area obtained by detection is detected. Among angles of 0°, 90°, 180° and 270°, that close to the detected inclination is decided upon. A face image having an angle within a range of 45° on either side of the decided angle as its inclination is detected from a second subject image, which is obtained following the first subject image. Since face images to undergo detection are thus restricted, detection processing ends in a comparatively short period of time.
US07801356B2 Methods and apparatuses for generating compressed data representing a visual frame
The methods and apparatuses detect a color of each of a plurality of pixels within a frame; group a portion of the plurality of pixels having a common color into a block; and generate a color list including the common color based on a threshold value corresponding to the block.
US07801352B2 Image acquiring apparatus, image acquiring method, and image acquiring program
In acquisition of a micro image of a sample S by a micro image acquiring unit, when a plurality of image acquiring ranges are set for the sample S as an object of image acquisition, a plurality of corresponding focus information are set, and furthermore, when a plurality of partial images acquired by scanning the sample S by the micro image acquiring unit include a partial image including mixing of a plurality of image acquiring ranges, the focus information is switched in the middle of scanning of the partial image. With such a structure, even when a plurality of objects are contained in the sample S, images of the respective objects can be preferably acquired. Thereby, an image acquiring apparatus, an image acquiring method, and an image acquiring program which are capable of preferably acquiring images of a plurality of objects are realized even when the plurality of objects are contained in a sample S.
US07801342B2 Method for determining the position and orientation of an object, especially of a catheter, from two-dimensional X-ray images
To determine the position and orientation of an object in a x-ray image the x-ray image is initially pre-processed. A three-dimensional template (data record) of the object based on the known constructional features of the object is created. Three parameters for the position and for the orientation respectively are modified iteratively. The three-dimensional template with the parameters for position and orientation is projected in each case onto a two-dimensional plane and the created image is compared on the basis of the generation of a degree of similarity with the pre-processed x-ray image.
US07801334B2 Fingerprint recognition apparatus including sterilizing function and method for sterilizing the same
Provided are a fingerprint recognition apparatus including a sterilizing function and a method for sterilizing the same. The fingerprint recognition apparatus includes a sterilizing light source irradiating a sterilizing light on a fingerprint contact surface of a fingerprint sensor to sterilize at all times the fingerprint contact surface which many and unspecified users contact their fingers on repeatedly. Accordingly, it is possible to prevent a route of bacterial infection and improve hygienic conditions.
US07801332B2 Controlling a system based on user behavioral signals detected from a 3D captured image stream
A computer-implemented method, system, and program includes a behavior processing system for capturing a three-dimensional movement of a user within a particular environment, wherein the three-dimensional movement is determined by using at least one image capture device aimed at the user. The behavior processing system identifies a three-dimensional object properties stream using the captured movement. The behavior processing system identifies a particular defined behavior of the user representing a particular behavioral signal from the three-dimensional object properties stream by comparing the identified three-dimensional object properties stream with multiple behavior definitions each representing a separate behavioral signal for directing control of at least one machine. In response to identifying the particular defined behavior, a machine control system generates a control signal triggered by the particular behavioral signal for directing control of the at least one machine.
US07801318B2 Hearing aid device with means for feedback compensation
With a hearing aid device, filter parameters of filters are to be adjusted for feedback suppression. It is hereby proposed that test signals are emitted via an earpiece in order to estimate the transmission behavior of the feedback path, and response signals to these test signals are recorded by a microphone and analyzed in the hearing aid device. In this way, information signals which are already occasionally emitted by the hearing aid device and can be perceived by the user are used as test signals. Information signals of this type are particularly well suited as test signals and are perceived by the user as non-interfering.
US07801316B2 Capacitor microphone
A capacitor microphone includes a battery holder including a microphone unit housing at one end and a battery holder at the other end, the battery holder being coupled to a connector sleeve; an output connector housed in the connector sleeve, and detachably receiving a grounding sleeve of a microphone cable; a cylindrical conductive battery cover which is movable between a position covering the battery holder and a position releasing the battery holder and is electrically connected to the microphone unit housing at the position covering the battery holder; and an elastic and conductive cloth which is present between the connector sleeve and the battery cover, and is in contact with the connector sleeve and the battery cover, the connector sleeve and the battery cover being electrically connected.
US07801315B2 Method and device for driving a directional speaker
A directional speaker that vibrates a diaphragm to send sound waves includes reproducing signal generation means 10 for outputting a reproducing audible signal; ultrasonic signal generation means 20 for outputting a carrier wave signal at a frequency in an ultrasonic band; phase modulation means 30 for phase modulating the carrier wave signal with the reproducing audible signal to output a modulated carrier wave signal; and diaphragm driving means 50 for vibrating the diaphragm based on a compression cycle of the modulated carrier wave signal. The configuration, in which the ultrasonic carrier wave is modulated with an audio signal, can generate a small, narrow-directional audible sound field without using a parametric effect. At the same time, the ultrasonic carrier wave is modulated in such a way that the sound pressure distribution of a target audio signal (reproducing audible signal) can be obtained for output and, therefore, the sound quality of a sound signal output from the directional speaker is improved.
US07801311B2 Radio receiver with stereo decoder and method for use therewith
A stereo decoder includes a first digital filter for producing a first filtered composite audio signal and a second digital filter for producing a second filtered composite audio signal. A sum/difference network produces a left channel signal and a right channel signal. A processor executes operational instructions that calculate a first corner frequency of a first digital filter based on a signal quality of the FM signal, calculate a first set of filter coefficients for the first digital filter based on the first corner frequency and an approximation of a filter transform, calculate a second corner frequency of a second digital filter based on the signal quality, and calculate a second set of filter coefficients for the second digital filter, based on the second corner frequency and the approximation of the filter transform.
US07801291B2 Control program providing method using communication system, center apparatus in communication system, user apparatus in communication system, and program recorded on recording medium in user apparatus
A method includes creating process data which constitutes at least a portion of the control program and describes the execution contents of the communication functions, and parameter data which constitutes a different portion of the control program from the process data portion and is used to describe individual setting information of user in accordance with the process data, in the center apparatus, sending the process data and the parameter data from the center apparatus to the user apparatus via the communication network, receiving the process data and the parameter data from the center apparatus, then describing input individual setting information in the parameter data to create the control program, in the user apparatus, recording the resulting control program onto a recording medium, and reading the control program from the recording medium and setting the read control program in the communication equipment as requested by the user, in the user apparatus.
US07801285B2 Activation of a telephones's own call answering equipment according to the number of the calling party
In a communication device (20) comprising a message function (SMS, Short Message Service) a certain short message (7) or other reply message is sent in response to an incoming call in a situation where the user can't answer the call him/herself. The reply message can be sent immediately (9) or after a short delay (10, 11), whereby during the delay, the user can choose, whether he/she answers him/herself. The calling party (5) is identified from the CLI information (Caller Line Identity), whereby the reply message can be chosen according to the calling party. Time information can be included in the reply message in order to express at which time by the clock or after a how long time the receiving party is reachable. After that time the automatic reply function based on the reply message is automatically disconnected.
US07801281B2 Collecting and delivering call data associated with court ordered traps
Methods, systems, and computer program products collect and deliver call data associated with court ordered trap and/or traces. A method involves receiving a request to monitor calls to and/or from a target telephone number where the request includes request parameters such as the target telephone number. The method further involves storing the request where the target telephone number is stored in association with a court order and utilizing the request to identify and retrieve call records matching the request parameters. Utilizing the request to identify and retrieve call records matching the request parameters may involve creating a text file including the request parameters, reading the request parameters from the text file, monitoring call records for call records matching the request parameters, and storing call records that match the request parameters. The call records that match are stored in association with the court order and the target telephone number.
US07801277B2 Field emitter based electron source with minimized beam emittance growth
A system and method for limiting emittance growth in an electron beam is disclosed. The system includes an emitter element configured to generate an electron beam and an extraction electrode positioned adjacent to the emitter element to extract the electron beam out therefrom, the extraction electrode including an opening therethrough. The system also includes a meshed grid disposed in the opening of the extraction electrode to enhance intensity and uniformity of an electric field at a surface of the emitter element and an emittance compensation electrode (ECE) positioned adjacent to the meshed grid on the side of the meshed grid opposite that of the emitter element and configured to control emittance growth of the electron beam.
US07801272B2 X-ray diffraction apparatus and X-ray diffraction method
In an X-ray diffraction method using the parallel beam method, an X-ray parallel beam is incident on a sample, and diffracted X-rays from the sample are reflected at a mirror and thereafter detected by an X-ray detector. The reflective surface of the mirror has a shape of an equiangular spiral that has a center located on the surface of the sample. A crystal lattice plane that causes reflection is parallel to the reflective surface at any point on the reflective surface. The X-ray detector is one-dimensional position sensitive in a plane parallel to the diffraction plane. A relative positional relationship between the mirror and the X-ray detector is determined so that reflected X-rays from different points on the reflective surface of the mirror reach different points on the X-ray detector respectively. This X-ray diffraction method is superior in angular resolution, and is small in X-ray intensity reduction, and is simple in structure.
US07801269B2 Method and apparatus for calibrating a radiation therapy treatment system
A radiation treatment system and method of commissioning the system, the system including a gantry, a radiation source operable to produce a beam of radiation, and a measurement device. The measurement device is physically connected to the gantry, and includes a multi-dimensional scanning arm, and a detector. The method includes generating radiation from the radiation source, passing the radiation through an attenuation block, and receiving radiation with the measurement device. The measurement device is positioned such that it is not in contact with water. Data is generated from the radiation received and the system is commissioned using the generated data to match system characteristics to a previously defined standard.
US07801268B1 Nondestructive method of measuring a region within an ultra-hard polycrystalline construction
Methods for nondestructively measuring a characteristic within an ultra-hard polycrystalline construction comprises projecting a beam of energy from an emitter onto the construction. The energy is directed to a target region within the ultra-hard polycrystalline construction and passes through the construction where it is received by a detector. The target region can be within a diamond body of the construction, and can relate to an interface between two or more regions within the diamond body. The energy that is received by the detector is evaluated for the purpose of determining the desired measurement characteristic. In an example embodiment, the measured characteristic can be the interface of between two or more regions and the distance from a surface of the construction to the interface. The method can be used to generate an average distance within the construction, and to provide a visual image of the same in a nondestructive manner.
US07801263B2 Clock divider with a rational division factor
This disclosure can provide methods, apparatus, and systems for dividing an input clock or master clock by an integer or non-integer divisor and generating one or more balanced, i.e., 50% duty cycle, divided that are phase-aligned to the input clock. The non-integer divisors can include half-integers, N/2, e.g. the division can be denoted 2:N. The value of N for each phase-aligned, balanced, divided clock can be distinct. The method can include generating an input clock signal having an input clock frequency, generating a secondary clock signal that transitions between a first state and a second state based on the input clock signal, generating a delayed secondary clock signal that is time delayed relative to the secondary clock signal, and generating the output clock signal that has a frequency that is a non-integer division of the input clock frequency.
US07801253B1 Nonlinear post-processors for channels with signal-dependent noise
A non-linear post-processor for estimating at least one source of signal-dependent noise is disclosed. The post processor may receive a set of preliminary decisions from a sub-optimal detector along with the sampled data signal. The post-processor may then compute the transition jitter and white noise associated with each preliminary decision in the set and assign a cost metric to each decision based on the total signal noise. The post-processor may output the decision with the lowest cost metric as the final decision of the detector.
US07801251B2 Data recovery system and method thereof
A data recovery system and method is disclosed. Said data recovery system comprises a maximum-likelihood detector, a non-maximum likelihood detector, a decision unit, and a selecting unit. The maximum-likelihood detector transforms a digital signal into a first binary signal. The non-maximum likelihood detector transforms the digital signal into a second binary signal. The decision unit detects a difference between the first binary signal and the second binary signal, and outputs a selecting signal based on the difference. The selecting unit coupled to the maximum-likelihood detector, the non-maximum likelihood detector, and the decision unit selectively outputs the first binary signal or the second binary signal based on the selecting signal.
US07801249B2 Carrier phase and symbol timing recovery circuit for an ATSC receiver and method of recovering a carrier phase and a symbol timing in received digital signal data
A carrier phase and symbol timing recovery circuit and method may be used for robust synchronization in a broadcasting ATSC receiving system. Carrier phase and symbol timing offsets may be simultaneously adjusted by using redundancy information contained in an ATSC signal spectrum. A desired sampling time instant and carrier phase offset for synchronization may be simultaneously obtained due to correlation between carrier phase and symbol timing detectors.
US07801247B2 Multiple input, multiple output system and method
A linear transformation of parallel multiple input, multiple output (MIMO) encoded streams; also, space-time diversity and asymmetrical symbol mapping of parallel streams. Separately or together, these improve error rate performance as well as system throughput. Preferred embodiments include CDMA wireless systems with multiple antennas.
US07801240B2 Multi-pair gigabit ethernet transceiver
Various systems and methods providing high speed decoding, enhanced power reduction and clock domain partitioning for a multi-pair gigabit Ethernet transceiver are disclosed. ISI compensation is partitioned into two stages; a first stage compensates ISI components induced by characteristics of a transmitter's partial response pulse shaping filter in a demodulator, a second stage compensates ISI components induced by characteristics of a multi-pair transmission channel in a Viterbi decoder. High speed decoding is accomplished by reducing the DFE depth by providing an input signal from a multiple decision feedback equalizer to the Viterbi based on a tail value and a subset of coefficient values received from a unit depth decision-feedback equalizer. Power reduction is accomplished by adaptively truncating active taps in the NEXT, FEXT and echo cancellation filters, or by disabling decoder circuitry portions, as channel response characteristics allow. A receive clock signal is generated such that it is synchronous in frequency with analog sampling clock signals and has a particular phase offset with respect to one of the sampling clock signals. This phase offset is adjusted such that system performance degradation due to coupling of switching noise from the digital sections to the analog sections is substantially minimized.
US07801230B2 Channel estimation method and apparatus in an orthogonal frequency division multiplexing (OFDM) wireless communication system
A method and apparatus for estimating a channel in an Orthogonal Frequency Division Multiplexing (OFDM) wireless communication system. A Least-Square (LS) channel estimator receives a training sequence, and performs LS channel estimation on each of a predetermined number of subcarriers independently. A Split Minimum-Mean-Square-Error (S-MMSE) channel estimator separates the predetermined number of subcarriers into a predetermined number of groups, calculates an S-MMSE filter for a subcarrier in each group, and estimates an S-MMSE channel by applying the S-MMSE filter to each of the groups.
US07801225B2 Bit allocation among carriers in multicarrier communications
A technique is provided that may be employed in multicarrier communications to improve the efficiency of error correction using symbol-oriented error correction methodologies, by reducing the number of error correction code symbols (102, 104 . . . ) that are received in error that result from a single channel error. More specifically, in this technique, bits from the symbols are allocated among the channels in such a way as to minimize the number of respective channels that are allocated bits belonging to more that one respective symbol during a respective transmission period.
US07801224B1 Optimizing decoders on a hardware platform that supports video acceleration
A method for optimizing the performance of a media acceleration engine which includes providing input data to a replica of a media acceleration engine wherein the input data including a complete set of media streams, processing the input data via the replica of the media acceleration engine to provide replica output data, providing a subset of the complete set of media streams to a design of the media acceleration engine, simulating the operation of the design of the media acceleration engine using the subset of the complete set of media streams to provide design output data, comparing the replica output data with respective design output data, and comparing the performance of the media acceleration engine when replica output data matches corresponding design output data, is disclosed.
US07801211B2 Communication system, receiver unit, and adaptive equalizer
A communication system in which a signal is transferred includes a transmitter that transmits a signal, a receiver that receives a signal transmitted thereto, and an adaptive equalizer that generates a compensated signal by compensating degradation of the signal to be received by the receiver. The adaptive equalizer includes a signal compensating section that generates the compensated signal by passing therethrough the signal to be received by the receiver, a jitter measuring section that measures jitter of the compensated signal output from the signal compensating section, and an adjusting section that adjusts a characteristic of the signal compensating section so as to reduce the jitter of the compensated signal which is measured by the jitter measuring section.
US07801210B2 Apparatus and methods for implementing a split equalizer filter for sparse channels
The invention concerns methods and apparatus for performing channel equalization in a direct-sequence spread spectrum communications system. The methods and apparatus of the present invention are particularly applicable in situations where communication occurs over a channel experiencing multipath interference associated with paths having significantly different lengths. The impulse response-delay profile of such a channel is typically sparse, that is, dominated by a relatively few and widely spaced taps or clusters of closely spaced taps. In one aspect, equalization filter coefficients are calculated based on a channel estimate derived from a single cluster of closely-spaced channel taps collectively having the greatest percentage of energy as indicated by the impulse response-delay profile. In another aspect, equalization filter coefficients are calculated for each of two clusters of closely-spaced channel taps, where the two clusters of closely-spaced channel taps are separated by a delay spread indicative of a sparse channel. In a further aspect where channel equalization coefficients are calculated for each of two clusters of closely-spaced channel taps, the equalization coefficients are jointly optimized during the calculation process.
US07801207B2 Signal processing task scheduling in a communication apparatus
A communication apparatus includes a radio frequency (RF) circuit configured to operate on an RF signal, and a digital processing circuit that is coupled to the RF circuit. The digital processing circuit may operate in association with the RF circuit according to a time domain isolation technique. In addition, the digital processing circuit includes a scheduler that may schedule a channel equalization task for each of one or more respective receive time slots. The scheduler may also schedule a decode task to obtain slot allocation information for each of the one or more respective receive time slots.
US07801202B2 Synchronization
A slave low power radio frequency transceiver participates in a network controlled by a master low power radio frequency transceiver and synchronises its timing to the network timing by receiving radio packets transmitted from the controlling low power radio frequency transceiver. The slave transceiver comprises timing means; detection means operable over an interval of time for detecting a predetermined portion of a received radio packet; and adjusting means for adjusting the timing means in response to the detection of a predetermined portion of a received radio packet. The slave low power radio frequency transceiver is arranged to controllably vary the duration of the interval of time.
US07801195B2 Electrically-pumped semiconductor zigzag extended cavity surface emitting lasers and superluminescent LEDs
A semiconductor surface emitting optical amplifier chip utilizes a zigzag optical path within an optical amplifier chip. The zigzag optical path couples two or more gain elements. Each individual gain element has a circular aperture and includes a gain region and at least one distributed Bragg reflector. In one implementation the optical amplifier chip includes at least two gain elements that are spaced apart and have a fill factor no greater than 0.5. As a result the total optical gain may be increased. The optical amplifier chip may be operated as a superluminescent LED. Alternately, the optical amplifier chip may be used with external optical elements to form an extended cavity laser. Individual gain elements may be operated in a reverse biased mode to support gain-switching or mode-locking.
US07801181B2 Digital broadcasting system and data processing method
A digital broadcasting system and a method of processing data are disclosed, which are robust to error when mobile service data are transmitted. To this end, additional encoding is performed for the mobile service data, whereby it is possible to strongly cope with fast channel change while giving robustness to the mobile service data.
US07801180B2 Systems, apparatus and techniques for fast cell search and accurate synchronization in wireless communications
Techniques for fast cell search, selection and reselection for wireless communication systems such as OFDM or OFDMA communication systems. In various implementations of the described techniques, downlink subframes from base stations to mobile stations are designed to include information in form of preambles or post-ambles in one or more downlink subframes to facilitate cell search at receiving mobile stations at high speeds. The described preambles and post-ambles may also be used to improve the accuracy of signal synchronization in time and frequency.
US07801176B2 Cable modem system with sample and packet synchronization
A method and system of processing sampled voice packets from a voice packet sender for transmission over a bit-rate sampled data transmission system, such as by a cable modem over a cable modem termination system, to a voice packet recipient. Unsolicited grant arrivals in response to a request from the voice packet sender coupled to the cable modem are determined. The storing of sampled voice packets is synchronized with the unsolicited grant arrivals. Upon receipt of an unsolicited grant arrival, currently stored sampled voice packets are transmitted to the cable modem for further transmission to the voice packet recipient over the cable modem termination system.
US07801169B2 Method for mapping quality of service requirements to radio protocol parameters
An apparatus and method for transmitting packets having quality of service requirement wherein the quality of service requirements associated with the packets are received at an input, said quality of service parameters include at least one of delay, bandwidth, peak bandwidth and retransmission bandwidth The received quality of service parameters are mapped to radio protocol parameters including at least one of a priority slot interval, a priority slot phase, a packet duration and modulation format for the radio channel. The packets are transmitted on a radio channel according to the mapped radio protocol parameters.
US07801168B2 Systems and methods for multi-slotted power saving multiple polling in wireless communications
Embodiments include systems and methods for scheduling transmissions of information in a wireless network. Embodiments comprise determining a service interval that is a multiple of a service interval granularity period, the multiple depending upon a type of information to be transmitted during the service interval.
US07801157B2 Methods and systems for processing calls in a packet network using peer call servers
A method for processing calls in a packet network using peer call servers includes receiving a setup message from a first gateway in the packet network. The setup message includes a first address for a called endpoint. The call server that receives the setup message translates the message into a call server ID and an endpoint ID specifying the remote call server corresponding to the called party. The call server sends the call server ID and the endpoint ID to the remote call server. The remote call server obtains a call signaling transport address to the called end user based in the endpoint ID.
US07801152B2 Method and system for scheduling utilization of resources, related communication network and computer program product
A system for scheduling utilization of a service resource by a plurality of flows of information packets, wherein the flows include rate-guaranteed synchronous flows and best-effort asynchronous flows, the asynchronous flows exploiting the service capacity of the resource left unexploited by the synchronous flows. A server visits the flows, in subsequent rounds, by visiting first the synchronous flows followed by the asynchronous flows. The server is configured for detecting any backlogged synchronous flow, and when the server visits any said backlogged synchronous flow, it allows the backlogged synchronous flow to utilize the resource for a given time, whereby the synchronous flows have a guaranteed transmission window on each round. When the server visits any asynchronous flow, the time elapsed since the last visit by the server to the same asynchronous flow is determined. If the visit to the asynchronous flow occurs later than expected based on a reference round time, the asynchronous flow being visited is restrained from utilizing the resource for the ongoing round, and if the visit occurs earlier than expected based on the reference round time the asynchronous flow being visited is allowed to utilize the resource for a respective given time.
US07801150B1 Multiple media access control (MAC) addresses
A method for providing multiple media access control (MAC) addresses in a device of a master/slave system may include providing a first MAC address in a MAC address storage of the device. The method may also include providing a second MAC address in a multicast table entry of a multicast hash filter of the device.
US07801147B2 Apparatus and method for providing user datagram protocol/internet protocol-based A1 interface in a mobile communication system
A system and method for providing a UDP/IP (User Datagram Protocol/Internet Protocol)-based A1 interface in a mobile communication system are provided, in which a BSC controls an A1 interface connection by an A1 interface message using the UDP/IP as a data link layer protocol during communicating with a MSC, and the MSC controls the A1 interface connection by the A1 interface message using the UDP/IP as the data link layer protocol during communicating with the BSC.
US07801143B2 System and method for groupcast packet forwarding in a wireless network
A multi-hop wireless network includes an originator node, a proxy node, and at least one other node. The originator node generates a data packet and transmits the data packet to the proxy node. The proxy node receives and forwards to the at least one other node the data packet including an originator node address and a proxy node sequence number for an end-to-end groupcast sequence number.
US07801135B2 Transport protocol connection synchronization
A system and method supporting synchronization of replicated transport layer connections in a redundant processor telecommunications network element. One method involves receiving, at a network element comprising an active transport protocol process coupled to a standby transport protocol process, information identifying a newly created transport layer connection maintained at the active transport protocol process; assigning a unique connection identifier to the transport layer connection; sending the unique connection identifier, in association with other, protocol-specific connection identifying information, to the standby protocol process; and sending, to the standby transport protocol process, one or more messages comprising one or more properties or statistics associated with the transport layer connection, wherein the messages identify the transport layer connection using the unique connection identifier.
US07801132B2 Interface system and methodology having scheduled connection responsive to common time reference
An input interface system for mapping data packets, each comprising a header portion and a payload portion, from at least one source to at least one destination. An interface method and system between asynchronous data packet flows and synchronized switching systems, which utilize a global common time reference. The synchronized switching systems utilize a time frame switching method based on predefined switching schedules that are responsive to a global common time reference, where the global common time reference is divided into a plurality of contiguous periodic time frames. The asynchronous data packet flows are routed according to information contained in the packets' header. The interface method and system maps the header information of the asynchronous data packet flows to respective time frames that match the predefined switching schedule over the synchronized switching system. The interface system can aggregate multiple asynchronous data packet flows into a single pre-defined switching schedule over the synchronized switching system.
US07801126B2 Method and system for encoding packet interdependency in a packet data transmission system
Method and system for encoding packet interdependency in a packet data stream. In one embodiment, the scheme comprises providing, for each packet in the packet data stream, a dependency relationship field associated therewith; and representing dependency of a first packet on a second packet of the packet data stream by a binary code in the dependency relationship field of the first packet, the binary code for describing the dependency as a subset relationship between the first and second packets.
US07801115B1 Method and apparatus for data mining in a communication network
Method and apparatus for data mining in a communication network is described. In one example, telephony service and data service is provided to an entity via a communication network. Customer specific information is collected for accesses to the entity via the communication network by customers. The customer specific information is analyzed to determine, for each of the customers, an access pattern related to accessing the telephony service and the data service. The access pattern of each customer may be used to help the entity determine if a segment of customers tend to access the telephony service or the data service, and if they do so simultaneously or across different points of time, as well as if they access one service more than another. The entity may use this information to determine if data services actually increase or decrease the need for call agents to handle calls via the telephony service.
US07801110B2 Efficient detection and/or processing in multi-hop wireless networks
A multi-hop wireless network system is disclosed that includes a plurality of routing nodes configured to route packets transmitted from a source node to a destination node. In the preferred embodiments, the plurality of routing nodes are configured to perform capture and analysis by only a last routing node before the destination node. Among other things, the system and method provides a efficient method for performing intrusion detection or other processing in a multi-hop wireless network.
US07801099B2 Cooperative transceiving between wireless interface devices of a host device with acknowledge priority
A wireless communication device includes a host module. A first wireless interface device transmits a first outbound packet in accordance with a first wireless communication protocol at a first power level and a first rate during a first time interval and that transmits a second outbound packet at a second power level and a second rate during a second time interval, wherein the first power level is less than the second power level and wherein the second rate is less than the first rate. A second wireless interface device transceives data between the host module and a second external device during the second time interval in accordance with a second wireless communication protocol. An antenna section provides at least one radio frequency communication path between the first wireless interface device and the first external device and between the second wireless interface device and the second external device.
US07801092B2 Method for a simple 802.11e HCF implementation
A Hybrid Coordination Function (HCF) implementation wherein an access point's existing (E)DCF transmit queues are augmented by at least one strict priority HCF transmit queue. The HCF queues are only used to schedule downlink data and CF-Poll transmissions are used for admitted downlink flows and for uplink flows. The 802.1D user priority value is used to select the HCF queue for an admitted flow. The strict priority HCF transmit queues are always serviced first, in priority order before any other (E)DCF transmit queue. The channel is considered busy to (E)DCF transmit queues while the strict priority queues are being serviced. An admissions control mechanism is used to control data flows and prevents the strict priority traffic from starving (E)DCF traffic. A single, simple AP scheduler is used for scheduling both polling times and station wakeup times.
US07801089B2 Encoding method and apparatus for frame synchronization signal
An encoding method for a frame synchronization signal includes: encoding a predetermined intermediate variable corresponding to a cell ID or cell group ID to obtain short codes corresponding to the cell ID or cell group ID; and generating SCH codewords according to the said short codes, instead of directly encoding the cell ID or cell group ID, thereby ensuring that a first short code in each generated S-SCH codeword is larger than a second short code, or a first short code in each generated S-SCH codeword is smaller than a second short code, and a short code distance thereof is relatively small, so as to enhance the reliability of the frame synchronization. An encoding apparatus for a frame synchronization signal is further provided.
US07801079B2 Method and apparatus for battery-aware dynamic bandwidth allocation for groups of wireless sensor nodes in a wireless sensor network
A method and apparatus that allocates bandwidth among wireless sensor nodes in wireless sensor groups in a wireless sensor network (WSN) is disclosed. The method may include forming a plurality of wireless sensor node groups from a plurality of wireless sensor nodes based on battery levels of the wireless senor nodes, allocating transmission time slots for the wireless sensor nodes in each of the wireless sensor node groups based on at least one channel quality metric, determining average battery levels for each of the wireless sensor node groups and average battery level of all of the wireless sensor nodes, determining differences between the average battery levels of each of the wireless sensor node groups and the average battery level of all of the wireless sensor nodes, wherein if any difference in the average battery levels is above a predetermined threshold, regrouping the plurality of wireless sensor nodes according to the battery levels of the plurality wireless sensor nodes to minimize any variance in average battery level across all of the wireless sensor node groups.
US07801075B2 Method of allocating resource in base station
A base station using multiple antennas receives channel quality information from a terminal so as to allocate uplink/downlink resources to the terminal. Herein, the channel quality information is measured on the basis of a downlink preamble or pilot signal, and may include a received CINR or received signal strength. In addition, the base station predicts a received SINR by using a channel response and channel quality information between the multiple antennas and the terminal, and allocates a resource to the terminal according to the received SINR.
US07801073B2 Demand-driven prioritized data structure
A system and method for optimizing the efficiency of data sharing among a set of radio nodes in a radio environment is provided. The technique includes identifying a data unit and assigning it a class, identifying a connectivity type, computing a significance factor based on connectivity type and assigned class, mapping the significance factor to a priority factor, and scheduling output of the data unit based on the priority factor. A scheduler algorithm can be used for scheduling output. The class can be assigned based on which nodes of the set of radio nodes possess copies of the data unit at a given time. An arbitration process can be used to determine the priority factor. A significance factor weighting algorithm, based on how many nodes will be receiving the data and on how much a node needs the data, can be used to determine the significance factor.
US07801064B2 Wireless device and network system
It is to improve the robustness and the data transfer reliability of a network.When the destination node is the sixty sixth wireless device D66, the second wireless device D2 determines that there is no destination node among neighboring nodes based on the parent-and-child-node information of the first neighboring node information to transfer the data to the first wireless device D1 as a parent node. The first wireless device D1 can communicate within a communicable range AR1 and memorizes network information of the zeroth wireless device D0, the second wireless device D2, the seventh wireless device D7, the eighth wireless device D8, and the seventeenth wireless device D17. The first wireless device D1 determines that the sixty sixth wireless device D66 as a destination node exists at the neighborhood of the seventh wireless device D7 to transfer the data to the seventh wireless device D7. Then, the seventh wireless device D7 determines that the sixty sixth wireless device D66 as a neighboring node is the destination node to transfer the data to the device.
US07801058B2 Method and system for dynamic information exchange on mesh network devices
A method and system for dynamic information exchange on mesh network devices. A mesh network device with integrated features creates an N-way mesh network with a full mesh network topology or a partial mesh network or an ad-hoc network topology. The mesh network device is able to dynamically exchange information with other mesh network devices using stored profiles (e.g., personal data, advertisements, instant coupons, location-aware information, etc.) via a mesh network or partial mesh network or ad-hoc network.
US07801056B2 Method and apparatus for coordinating a change in service provider between a client and a server with identity based service access management
A method of configuring a network access device connected to an access network connected to a plurality of service networks, the network device having a first network address allocated to a subscriber of services of a first service provider provided by a first service network, with a new network address allocated to a second subscriber of services of either the first service provider, or a second service provider provided by a second service network. The method comprises the steps of: sending a request from the network access device to the access network with user credentials for the second subscriber requesting access to the first service provider or a change to the second service provider; receiving a response from the access network; and initiating a network address change request using a configuration protocol. In this manner, a second network address allocated to the second subscriber of services of either the first or second service providers is assigned to the network access device to enable the network access device to communicate data packets to the service network providing the selected service.
US07801049B2 Method, system and node for implementing subnetwork connection protection in multi-protocol label switching network
The embodiments of the present invention provide a method, a system and a node for implementing Subnetwork Connection Protection (SNCP) in a Multi-Protocol Label Switching (MPLS) network. The method includes: sending, by a first node of a subnetwork of the MPLS network, an Operation, Administration and Maintenance (OAM) packet on a working path and a protection path of the subnetwork respectively; determining, by a second node of the subnetwork, working status of the working path and the protection path of the subnetwork according to the OAM packet on the working path and the OAM packet on the protection path, and selecting to receive traffic from one of the working path and the protection path of the subnetwork according to the working status. In accordance with the embodiments of the present invention, the SNCP may be implemented in the Transport Multi-Protocol Label Switching (T-MPLS) network.
US07801048B1 Concurrent path computation using virtual shortest path tree
Parallelism is exploited to accelerate the distributed computation of an MPLS Traffic Engineering LSP across multiple Autonomous Systems or areas using a virtual shortest path tree. After relaying a path computation request, a path computation element immediately begins local path segment computations even before a response to the request is received. When a response including virtual shortest path tree information is received, the tree is extended using the previously computed path segments. Also, a path computation element can verify the local feasibility of the requested path after receiving a request so that a requesting head-end or upstream path computation element can be quickly informed that a constraints-satisfying path is not available.
US07801046B2 Method and system for bandwidth control on a network interface card
A method for bandwidth control on a network interface card (NIC), the method that includes initiating a current time period, receiving a plurality of incoming packets for a receive ring, populating, by a NIC, the receive ring with the plurality of incoming packets according to a size of the receive ring during the current time period, wherein the size of the receive ring is based on an allocated bandwidth for the receive ring, and sending, by the NIC, the plurality of incoming packets to a host when a duration of the current time period elapses, wherein the duration is based on the allocated bandwidth for the receive ring.
US07801043B2 Method and apparatus for admission control and resource tracking in a wireless communication system
A method and apparatus for admission control and resource tracking in a wireless communication system are disclosed. A wireless transmit/receive unit (WTRU) and a base station maintain parameters for admission control including parameters for the amount of time available for admission of traffic of each access category and for the amount of time available for admission of all access categories and parameters for admitted time and used time for the WTRU. Upon receipt of an admission request for a traffic stream from the WTRU, the base station determines whether to accept or deny the request based on the medium time for the requested traffic stream and the available time for the access category and total available time. The base station tracks the actually transmitted time by the WTRU, reclaims the unused time and returns the reclaimed time to either a common pool or to the WTRU as needed.
US07801041B2 Method for reconfiguring a router
In a system which includes a configurable router which is configurable both as an edge router and a hub/backbone router and also including a router special needs agent (RSNA), a method which includes performing the steps of turning on active CoS/QoS provisioning between the configurable router and the RSNA such that the RSNA provides active cost of service (CoS)/quality of service (QoS) provisioning for packets entering the configurable router and such that the configurable router operates in an edge router mode and turning off (CoS)/quality of service (QoS) provisioning by the RSNA such that the configurable router operates in a hub/backbone router mode.
US07801030B1 Technique for using OER with an ECT solution for multi-homed spoke-to-spoke sites
A technique dynamically creates and utilizes a plurality of multi-homed Virtual Private Network (VPN) tunnels from a client node of one spoke network to a client node of another spoke network in a computer network. According to the technique, a VPN client node, e.g., a “spoke,” creates at least one VPN tunnel with an enterprise network, e.g., a “hub.” Once the spoke-to-hub tunnel is established, the spoke may dynamically create a plurality of VPN tunnels with a peer spoke network, e.g., a “peer spoke.” The spoke designates (e.g., for a prefix) one of the tunnels as a primary tunnel and the other tunnels as secondary tunnels, and monitors the quality (e.g., loss, delay, reachability, etc.) of all of the dynamic tunnels, such as, e.g., by an Optimized Edge Routing (OER) process. The spoke may then dynamically re-designate any one of the secondary tunnels as the primary tunnel for a prefix based on the quality of the tunnels to the peer spoke. Notably, the spoke may also dynamically load balance traffic to the peer spoke among the primary and secondary tunnels based on the quality of those tunnels.
US07801028B2 Method and apparatus for transparent auto-recovery in chain and ring networks
The invention described herein provides a system and method for fault isolation and auto-recovery in chained loop or ring networking systems (103). According to aspects of the method and the associated path-selection algorithms described, fault isolation and auto-recovery operations can be handled locally on each node on a loop and the overall fault recovery time under a link failure condition can be minimized. In addition, the method allows for auto-recovery operations that are transparent to the rest of network and to remote hosts.
US07801026B2 Virtualization switch and method for controlling a virtualization switch
A virtualization switch includes first communication line connection terminals which can be connected to a host computer, a physical storage apparatus or a plurality of physical storage apparatuses, and another virtualization switch, a second communication line connection terminal which can be connected to a single line concentrator or a plurality of line concentrators connected to a manager computer by a second communication line a storage virtualization unit, a first communication unit which can communicate with an other virtualization switch through a first communication line, second communication unit which can communicate with the other virtualization switch through an second communication line, second communication line monitor unit which test communication between the virtualization switch, and abnormal state coping unit which executes a closing process and causes the first communication unit to output a failover designation instruction.
US07801018B2 Diversity receiver, and method for receiving orthogonal frequency division multiplex signal
A diversity receiver capable of stably receiving an orthogonal frequency division multiplex signal, wherein a demodulator is so operated that the attenuation of the received signal is varied step by step every time a period corresponding to a guard interval section comes if it is determined that the reception level is increased by switching the attenuation in any one of variable attenuators, and the demodulator is so operated that the variable attenuator designated by an antenna control pointer is changed and the attenuation is varied if it is determined that the variable attenuator designated by an antenna control pointer is identical with the variable attenuator designated by an antenna fixing pointer.
US07801005B2 Apparatus and method for measuring signal quality
An apparatus and method for measuring the quality of a signal on an optical disc based on level information of a viterbi decoder are provided. The signal quality measuring apparatus includes: a binary unit that generates binary signals from input RF signals; a channel identifier that receives the input RF signals and the binary signals output from the binary unit and outputs reference level values corresponding to the binary signals; and an information calculator that receives the reference level values and detects a signal quality value.
US07801003B2 Optical disc type determining method and optical disc device
Whether an optical disc is a first optical disc or not is determined with reference to at least one of first and second focus error signal amplitude values. Then, if a sum value of the addition of a first focus balance signal value (CD-FBAL signal value) to a second focus balance signal value (DVD-FBAL signal value) is equal to or more than a predetermined threshold value, the signal surface of the optical disc is determined to be a CD signal surface of a dual disc. On the other hand, if the sum value is smaller than the predetermined threshold value, the signal surface of the optical disc is determined to be a DVD signal surface of a DVD or a DVD signal surface of a dual disc.
US07800996B2 Rotation speed control for recording information
A disc recording device has a mode control unit for switching the device either to a read mode or to a write mode. Reading and writing can be alternated for simultaneous recording and reproducing of video. A rotation speed control unit sets the rotation speed of the record carrier, and has a speed selector for selecting one of at least two speed settings for the read mode in dependence on an actual rotation speed of the record carrier during the write mode when switching from write mode to read mode. By setting the read speed to one of a limited number of settings the difference in rotation speed between said actual rotation speed and the speed in the read mode is limited. Due to the limited differences power dissipation is limited, while the performance of access time and playability of real-life discs is at a high level.
US07800990B2 Method for selecting focus servo process
Provided is a focus servo process automatic selecting method. In a related art optical pickup apparatus, only one of AD and DAD is selected and used when a focus servo is performed for disk detection and a focus-on operation. According to the method, servo crosstalk values of the two focus servo processes are compared and a suitable focus servo process is automatically selected, so that an optimum focus servo is realized.
US07800988B2 Optical recording using secondary tracking method
The present invention is embodied in a method for storing computer readable data on a removable storage medium, including using a first wavelength to write data to the removable storage medium, using a second wavelength to maintain radial tracking on the removable storage medium, wherein the second wavelength is shorter than the first wavelength, and maintaining axial tracking on the removable storage medium with at least one of the first wavelength or the second wavelength.
US07800984B2 Method for checking disk loading status in optical disk driver
A method for checking a disk loading status in an optical disk driver including the steps of: discriminating a loading status of an optical disk during multiple loading stages of the disk; transmitting information to a host connected through an interface to the optical disk driver in case that disk has been jammed upon discrimination; and performing disk-ejection operation according to a disk ejection command received from the host, wherein in the step of discriminating the loading status of an optical disk by during multiple loading stages of the disk, a loading status of an optical disk is discriminated on the basis of sensing signals respectively outputted from a plurality of optical sensor for sensing a size of the optical disk and from a loading switch for sensing whether the optical disk has been clamped.
US07800981B2 High efficiency portable seismograph for measuring seismic tremor
Portable seismograph (1) comprising a support and containment structure (2), a bottom portion (3) of which is made of a material having a seismic impedance value ranging between 2×105 and 4×106 kg/m2s, three sensors (4) placed orthogonally to one another, each comprising at least one electrodynamic or capacitive transducer and, attached to the bottom portion (3), a level (11) to position the support and containment structure horizontally, a control unit (5) connected to the sensors (4) for viewing, managing the acquisition mode, recording and processing the data, a power source (9), and means for coupling to the ground (12; 21) designed not perturb the seismic tremor detectable by the sensors (4).
US07800979B2 Beamforming method and apparatus used in ultrasonic imaging system
The present invention relates to a beamforming method used in an ultrasonic imaging system, the method comprises: receiving the reflected echo signal from the reception my by the transducer elements of the probe; transmit the received reflected echo signal by the transducer element to a receiving and processing channel to be amplified and AD converted to obtain digital echo data; storing the digital echo data into the memory; generating apodization parameters by the apodization parameter real time calculation device based on the digital echo data; and performing beamforming by the receiving and beamforming module by involving the generated apodization parameters. Memory resources of the system can be saved by the technical solution of the present invention, and the speed of parameter loading can be increased when the probe is switched by the system.
US07800978B2 Method for real time matched field processing
A method for utilizing a matched field-processing algorithm employing a number of sensors wherein the sensor output is the measured acoustic data as the first input and is translated to a frequency by applying a Fourier transform to a set of time samples as a data vector output. A replica vector is the second data input as a predicted quantity which is computed by an acoustic model with an assumed acoustic location. The output is an ambiguity surface ranging between zero and one with the highest values indicating the likely position of an acoustic location. The matched field response is generalized by averaging the response over multiple frequencies. A response for an array may be computed by forming beams and then combining them by multiplying each by an eigenray factor before summing. The computation of the response may be further defined by voxel interpolation.
US07800975B2 Digital data buffer with phase aligner
A digital data buffer has at least one data path and a parallel reference data path. The data path includes a first and second data register, and the reference path includes a third data register. A learn cycle control signal is applied to a multiplexer for selecting between the data path and the reference data path and is also applied in parallel to control circuitry of a phase aligner. The learn cycle control signal is for adjusting the phase of a clock signal at a second clock output of a phase locked loop so as to optimize setup and/or hold timing at the data input of the second data register.
US07800972B2 Method of operating semiconductor memory device, semiconductor memory device and portable media system including the same
A method of operating a semiconductor memory device may include initializing a first internal circuit in response to a first initialization signal based on an internal power voltage. The first initialization signal may be generated if the semiconductor memory device performs a power-up operation. The semiconductor memory device may enter a deep-power-down (DPD) mode without generating the first initialization signal. The first initialization signal may be generated if the semiconductor memory device exits the DPD mode.
US07800964B2 Wafer burn-in test circuit
A wafer burn-in test circuit includes an address toggle signal generating unit for generating an address toggle signal in response to address signals having a constant time period, a reset signal generating unit for receiving a wafer burn-in mode activation signal, the address signals, and a reset determination signal among the address signals and then generating a reset signal, a refresh test mode signal generating unit for receiving the address toggle signal and the reset signal and then generating a refresh test mode signal, and a refresh period signal generating unit for receiving the address toggle signal and the refresh test mode signal and then generating a refresh period signal.
US07800961B2 Word line driver and semiconductor memory device having the same
A word line driver for use in a semiconductor memory device includes a boosted voltage generator, a sub word line driver and a main word line driver. The boosted voltage generator generates a boosted voltage by receiving an internal power supply voltage and pumping electric charge. The sub word line driver receives the internal power supply voltage and activates a boosted voltage control signal after supplying the internal power supply voltage to a boost node in a command operating mode. The main word line driver enables a word line by supplying the boosted voltage to the boost node in response to the boosted voltage control signal in a normal operating mode, and enables the word line with the boosted voltage after boosting the word line to the internal power supply voltage by changing the boost node from the internal power supply voltage to the boosted voltage in the command operating mode.
US07800957B2 Data output circuit in semiconductor memory apparatus
A data output circuit in a semiconductor memory apparatus includes a first data driving unit configured to generate a first driving data at a first timing, a first buffering unit configured to generate a first output data by buffering the first driving data, a second data driving unit configured to generate a second driving data at a second timing that is different from the first timing, and a second buffering unit configured to generate a second output data by buffering the second driving data.
US07800951B2 Threshold voltage digitizer for array of programmable threshold transistors
A system includes a voltage generator, current sensing amplifiers, and a control module. The voltage generator outputs a first voltage, which is generated based on received codewords, to a first word line that communicates with N transistors each having programmable threshold voltages, where N is an integer greater than 1. The current sensing amplifiers sense currents through the N transistors via N bit lines, respectively, and generate control signals when current through a corresponding one of the N transistors is greater than or equal to a predetermined current. The control module generates measured values of the threshold voltages of the N transistors by compensating the ones of the codewords based on at least one of a position of the corresponding ones of the N transistors and a temperature.
US07800949B2 Memory and method for programming the same
A method for programming a memory is provided. The memory includes multiple rows of memory cells each including two half cells. The method includes the following steps. Whether the two half cells of a to-be-programmed memory cell of the nth row memory cells are both needed to be programmed or not is determined, wherein n is a positive integer. If the two half cells of the to-be-programmed memory cell are both needed to be programmed, a first initial programming bias voltage corresponding to the nth row memory cells is applied to program the to-be-programmed memory cell. Otherwise, a second initial programming bias voltage corresponding to the nth row memory cells is applied to program the to-be-programmed memory cell. The second initial programming bias voltage is higher than the first initial programming bias voltage.
US07800948B2 Nonvolatile semiconductor memory device
A nonvolatile semiconductor memory device capable of preventing the disturb phenomenon that could become a serious problem as the nonvolatile memory having a virtual grounding bit line is miniaturized includes a program row voltage application circuit for applying a predetermined program row voltage to the selected word line in programming in the selected memory cell, a program column voltage application circuit for applying a ground voltage to one of a pair of selected bit lines and applying a predetermined program column voltage to the other of the selected bit lines in programming; and a counter voltage application circuit for applying a counter voltage of an intermediate voltage between the ground voltage and program column voltage, to an adjacent unselected bit line not connected to the selected memory cell in the first and second bit lines and adjacent to the selected bit line to which the program column voltage is applied.
US07800944B2 Nonvolatile semiconductor memory device and programming method thereof
Disclosed is a nonvolatile memory device and programming method of a nonvolatile memory device. The programming method of the nonvolatile memory device includes conducting a first programming operation for a memory cell, retrieving original data from the memory cell after the first programming operation, and conducting a second programming operation with reference to the original data and a second verifying voltage higher than a first verifying voltage of the first programming operation.
US07800940B2 Semiconductor memory device and writing method thereof
A semiconductor memory device includes a phase-change memory and has high compatibility with DRAM interface. The memory cell array includes a memory cell that includes a phase-change element provided at the intersection of a bit line and word line. A write address and data accompanying a write request are temporarily held in a write address register and a data register respectively, and a write operation is not performed on the memory cell array in this cycle of write request. And when a next write request occurs, the held data is written to the memory cell array. At this time, two write cycles—RESET cycle and SET cycle—are provided. Then the written contents of the memory cell and the rewrite data are compared, and after only SET cells are temporarily RESET (amorphization, increasing the resistance), it is operated so as to write only SET data (crystallization, lowering the resistance).
US07800932B2 Memory cell comprising switchable semiconductor memory element with trimmable resistance
A nonvolatile memory cell comprising doped semiconductor material and a diode can store memory states by changing the resistance of the doped semiconductor material by application of a set pulse (decreasing resistance) or a reset pulse (increasing resistance.) Set pulses are of short duration and above a threshold voltage, while reset pulses are longer duration and below a threshold voltage. In some embodiments multiple resistance states can be achieved, allowing for a multi-state cell, while restoring a prior high-resistance state allows for an rewriteable cell. In some embodiments, the diode and a switchable memory formed of doped semiconductor material are formed in series, while in other embodiments, the diode itself serves as the semiconductor switchable memory element.
US07800929B2 Control method for PWM cyclo-converter by selectively turning on a two-way semiconductor switch and controller
A control method for a PWM cyclo-converter is provided in which a voltage can be accurately generated even when a voltage command is small.In the PWM cyclo-converter, the turning on and off operations of two-way semiconductor switch are repeated at intervals of short time. As switching patterns, within the intervals of short time, a first terminal of output side terminals outputs in order a maximum potential phase P, an intermediate potential phase M and the maximum potential phase N, a second terminal of the output side terminals outputs in order the maximum potential phase P, the intermediate potential phase M, a minimum potential phase N, the intermediate potential phase M and the maximum potential phase P, and a third terminal of the output side terminals outputs in order the intermediate potential phase M, the minimum potential phase N and the intermediate potential phase M.
US07800914B2 Apparatus and method for storing and regulating access to portable electronic devices
A storage unit and associated methods of use enable clinicians to store portable electronic devices in a centralized location while ensuring that proper authorization is needed to access the devices. The storage unit is formed with an enclosure for housing portable electronic devices. A plurality of shelves are disposed within the enclosure, each being sized for supporting a portable electronic device. One or more access doors are mounted onto the enclosure and moved between a closed position preventing access to housed electronic devices and an open position where the electronic devices may be viewed and accessed. Each access door has a locking mechanism coupled therewith to selectively maintain the access door in the closed position. Optionally, the locking mechanism receives input regarding a request for access to the enclosure and automatically unlocks the associated access door when the input received is associated with an authorized request for access.
US07800913B2 Wiring board and semiconductor device using the same
A wiring board includes: a flexible insulating base; a plurality of conductive wirings arranged on the insulating base, end portions of the conductive wirings defining inner leads at a region where a semiconductor chip is to be mounted; and bump electrodes that are provided respectively at the inner leads of the conductive wirings. The wiring board further includes: dummy inner leads having a shape and a pitch corresponding to a shape and a pitch of the inner leads and aligned with the inner leads, the dummy inner leads being provided with dummy bump electrodes corresponding to the bump electrodes; a trunk conductive wiring provided for a group of one or an adjacent plurality of the dummy inner leads; and a branch wiring branching off from the trunk conductive wiring, the branch wiring being connected with the dummy inner leads belonging to the group corresponding to the trunk conductive wiring. Stress concentration on the inner leads during packaging of the semiconductor chip, resulting from the sparse arrangement of the electrode pads of the semiconductor chip, can be alleviated, thus suppressing a break in the inner leads.
US07800903B2 Heat-dissipating structure applied to at least one portable electronic device
A heat-dissipating structure includes a support unit and a fan unit disposed in the receiving space. The support unit has a plane portion, a support portion extending downwards from a front side of the plane portion, and an opening passing through the plane portion. The plane portion has a board body, a concave space formed on the top surface of the plane portion, a non-skid pad detachably received in the concave space, a slender block body disposed on a base of the top surface of the board body, and a slender non-skid body disposed on a base of the bottom surface of the board body. The support portion has a support body, a receiving space formed in its inside, a plurality of slender openings formed on two opposite lateral sides of the support body, and a slender non-skid body disposed on a base of the support body.
US07800897B2 Light docking station applied to a portable electronic device
A light docking station applied to at least one portable electronic device, including: a bottom board module, a casing module, a circuit module, a first input/output module, a second input/output module, and a retaining module. The casing module has a casing mating with the bottom board module. The circuit module is disposed inside the casing of the casing module. The first input/output module is disposed on the casing of the casing module and electrically connected between the circuit module and a plurality of different peripherals. The second input/output module is disposed on the casing of the casing module and electrically connected between the circuit module and an external connector of the portable electronic device. The retaining module is disposed on a top side of the casing in order to mate with two retaining grooves that are disposed on a bottom side of the portable electronic device.
US07800895B2 Electronic apparatus and sound insulating method thereof
An electronic apparatus includes a drive for recording/reproducing a recording medium, and a sound absorbing member having a Helmholtz resonator for insulating sounds at a predetermined frequency among sounds generated by the drive.
US07800893B2 Display stabilization system
A display stabilization system comprises an electronic device having a hinge assembly coupling a side of a display member to a base member to enable the display member to tilt and swivel relative to the base member and at least one stabilizer configured to cause a stabilization force to be applied between the base member and the side of the display member at a distal location relative to the hinge assembly.
US07800888B2 Motor control center subunit having visible contact disconnection and method of manufacture
A motor control center subunit includes a subunit housing configured to fit within a motor control center. The housing has a front panel. The motor control center subunit also includes a drive mechanism attached to the subunit housing. The drive mechanism is configured to control a plurality of line connectors to move between a retracted position and an extended position when the subunit housing is seated in the motor control center and the front panel of the subunit housing is in a closed position. A window is disposed in the front panel of the subunit housing and is positioned to provide a view of the plurality of line connectors.
US07800886B2 Electric double layer capacitor
An electric double-layer capacitor comprising an electrode containing an activated carbon, an electrolytic solution containing an electrolyte and a separator, wherein the electrolyte is an imidazolium salt represented by the following formula (1) (wherein R and R′ each independently represent alkyl group having 1 to 6 carbon atoms, R1 to R3 each independently represent hydrogen atom or alkyl group having 1 to 6 carbon atoms and X− represents a counter ion), and the activated carbon is produced by carbonizing an organic aerogel obtained by polymerizing a phenolic compound having at least one hydroxyl group in its molecule with an aldehyde compound in an aqueous solvent in the presence of a basic catalyst.
US07800882B2 Electrostatic shield and method of fabricating the same
An electrostatic shield (10) for use in a portable electronic device (A or B) includes a base (12), a conductive layer (14), and an electroplate layer (16). The conductive layer is formed on the base. The electroplate layer is formed on the conductive layer and defines an aperture (162) therethrough. A portion of the conductive layer is revealed/exposed through the electroplate layer via the aperture. A method for fabricating the electrostatic shield is also provided.
US07800878B2 Power supply control circuit, and electronic control device, power supplying circuit, and power control integrated circuit equipped with power supply control circuit
A power supply control circuit is configured including a MOS-FET 61 connected between a DC power supply 10 and a load circuit 31 so that a body diode D300 formed between the drain and the source is in a forward direction; and a holding circuit 62 for maintaining the ON state of the MOS-FET 61 for a predetermined time when the power supply from the DC power supply 10 is stopped; where heat generation of the switching element by the surge voltage is suppressed when the surge voltage is generated to prevent breakdown of the switching element while preventing breakdown of internal circuits with respect to reverse connection of the power supply.
US07800877B2 Method and electronic power supply device for supplying power to a low-voltage load protected by a protective device
The invention relates to an electronic power supply device, particularly a switched-mode power supply, for supplying power to a low-voltage load protected by a protective device, and to a method therefor. The invention also relates to a device for protecting a low-voltage load against an excess current and to an auxiliary power supply device for use with such a protection device. The conceptual core of the invention can be seen in providing measures which ensure that after a fault has been detected, for example a short circuit at the output, a current is supplied for a short period, for example 15 ms, which is of such a magnitude that a protective device can be reliably and quickly tripped. The period for this is selected in such a manner that electronic components, connected loads and feedlines are not damaged and destroyed.
US07800872B2 Switch-state monitoring device
Provision is made for a switch-state monitoring device that not only monitors the state of a switch but also prevents a motor burnout. A switch-state monitoring device for a switch that opens and closes a main circuit by use of a motor is provided with an operating time measuring unit for detecting an operating time for the motor when the switch is opened or closed; a first determination unit for comparing an operating time for the motor detected by the operating time measuring unit with an continuous-operating-capable setting time for the motor and determining whether or not the operating time for the motor has exceeded the continuous-operating-capable setting time; a protection device for halting energization of the motor in the case where, based on an output of the first determination unit, it is determined that the operating time for the motor has exceeded the continuous-operating-capable setting time.
US07800864B2 Actuator latch apparatus having protrusion insertedly coupled to counterbalance for disk drive
An actuator latch apparatus for a disk drive, having a notch positioned at a first end portion of the swing arm, a latch lever rotatably installed in a base member, a first core provided on a second end portion of the swing arm, and a second core provided at a counterbalance of the latch lever. The first and second cores apply a torque to the swing arm and latch lever, respectively, in a first direction by a magnetic force of the magnet. The latch lever has a latch pivot, a latch arm provided at a first side of the latch pivot and having a hook to be caught by the notch when the actuator is locked, and the counterbalance provided on a second side of the latch pivot. The latch arm of the latch lever is elastically deformed when contacted by the swing arm during parking of the head.
US07800859B2 Recording/reproducing apparatus and tracking servo control method
A recording/reproducing apparatus includes: a rotary-type magnetic recording medium including a track pattern with concentric or spiral data recording tracks; a composite magnetic head including a reproducing element that reads magnetic signals from the medium and a recording element that writes magnetic signals on the medium; a control unit that moves the magnetic head over the medium to carry out tracking servo control on the reproducing element or the recording element to keep the element on a desired track; and a storage unit that stores offset information that specifies offsets for calculating an adjustment used to adjust a head position of the magnetic head during tracking servo control. The stored offset information specifies at least two different offsets per revolution of the medium. During tracking servo control, the control unit changes the adjustment at least once per revolution of the medium in accordance with offsets specified based on the offset information.
US07800857B1 Disk drive calibrating voice coil resistance for velocity control of voice coil motor
A disk drive is disclosed comprising an IR voltage detector operable to detect a resistive voltage due to a resistance of a voice coil in a voice coil motor, and a BEMF detector operable to subtract the resistive voltage from the voice coil voltage to generate a BEMF voltage. A gain Gr of the IR voltage detector is calibrated by: (a) adjusting a control current applied to the voice coil; (b) adjusting the gain Gr; (c) detecting and saving the BEMF voltage corresponding to the adjusted gain Gr; (d) repeating steps (b) and (c) at least once; (e) repeating steps (a) through (d) at least once; and (f) selecting an operating gain Gr of the IR voltage detector in response to the adjusted control currents, the adjusted gains Gr, and the saved BEMF voltages.
US07800855B2 Disk drive and calibration method therefor
Embodiments of the present invention help to prevent destabilization in voice coil motor (VCM) velocity control. According to one embodiment, a hard disk controller/multiprocessing unit (HDC/MPU) calibrates a correction operational coefficient of a detected back electromotive force (EMF) voltage before unloading. The calibration is carried out in a state that an actuator is pivoting. The HDC/MPU calibrates the correction coefficient according to a motion equation of the actuator using VCM current applied to a VCM and a detected value of a back EMF voltage detection circuit.
US07800843B2 Lens system and optical apparatus
A lens system includes a first lens which is formed of a medium exhibiting negative refraction and a second lens which is formed of a medium having a positive refractive index. Abbe's number for a material which forms the first lens differs from Abbe's number for a material which forms the second lens. Moreover, a lens system includes a first lens which is formed of a medium exhibiting negative refraction and a second lens which is formed of a medium exhibiting negative refraction. Abbe's number for a material which forms the first lens differs from Abbe's number for a material which forms the second lens.
US07800842B2 Photography lens
A photography lens 6 includes: an aperture stop 4; a first lens 1 having positive refractive power, and at least one of the lens surfaces is aspherical; a second lens 2 having negative refractive power, and at least one of the lens surfaces is aspherical; and a third lens 3 having positive refractive power, and both lens surfaces are aspherical, arranged in that order from an object side to an image surface side. When f indicates the focal length of the entire optical system, f1 indicates the focal length of the first lens 1, f2 indicates the focal length of the second lens 2, r21 indicates the radius of curvature of the lens surface of the second lens 2 facing the object side, and n2 indicates the refractive index of the second lens 2, the following conditional expressions (1) to (3) are satisfied: 0.8
US07800829B2 Zoom lens and image pick-up apparatus using zoom lens
A zoom lens composed of plural groups and adapted for changing group spacing or spacings, and includes, in a first group GR1 fixed during zooming operation, a reflection member M for bending or folding the optical axis substantially by 90 degrees and a negative group at the object side relative to the reflection member M. At the image side of the first group GR1, there are at least included a second group GR2 movable during zooming operation and having negative refractive power, and a light quantity adjustment member ST1 fixed during zooming operation. Angle of the reflection member M is changed at the time of sinking lens barrel so that the negative group of the first group GR1 is accommodated into a space thus defined.
US07800823B2 Polarization device to polarize and further control light
A polarization device includes an optical stack with a diffraction grating and a wire grid polarizer with one disposed over the other. The wire grid polarizer includes an array of elongated, parallel conductive wires in accordance with PWGP<λ/2 where PWGP is the period of the wires and λ is the wavelength of the light. The diffraction grating includes an array of elongated parallel dielectric ribs in accordance with PDG>λ/2 where PDG is the period of the ribs.
US07800814B2 Structural color display
Disclosed is a structural color display including: (a) a pattern forming member which forms a plurality of cells each lined up in two dimension; and (b) a light transmissive image display sheet comprising a color showing layer which shows a structural color, the light transmissive image display sheet being laminated on the pattern forming member, wherein each of the cells is independently controlled to switch to a light reflective state or to a light absorptive state corresponding to an image pattern to be displayed, provided that the light absorptive state is a state in which a light which enters in the cell through the image display sheet is absorbed; and the light reflective state is a state in which a light which enters in the cell through the image display sheet is reflected and the reflected light is made to enter in a region of the image display sheet corresponding to the cell.
US07800812B2 Intelligent SPD control apparatus with scalable networking capabilities for window and multimedia applications
A scalable apparatus and a network environment dynamically changes the light transparency of a single SPD device, a small number of SPD devices or thousands of such SPD devices installed in windows in automobiles, aircraft, trains, marine vehicles, residential homes, commercial buildings and skyscrapers. A scalable apparatus and a network environment dynamically changes the light transparency of a single SPD device or thousands of such SPD devices in the presentation of a multi-media special effects display. Textual messages, graphical images and simulated motion effects are driven. Such scalable apparatus being capable of driving and using several operational parameters of SPD materials such as frequency range, AC voltage and temperature so as to provide fine control of SPD characteristics such as switching speed and power consumption.
US07800811B2 Spatial light modulator device, lithographic apparatus, display device, method of producing a light beam having a spatial light pattern and method of manufacturing a device
The spatial light modulator device (SLM) for providing a spatial light pattern which is alterable in response to an electric signal comprises a first modulator element (ME1) and a second modulator element (ME2). The first light beam (LB1) processed by the first modulator element (ME1) and the second light beam (LB2) processed by the second modulator element (ME2) can be superimposed for forming the spatial light pattern. In this way a defect in the first modulator element (ME1) can be compensated a corresponding pixel of the second modulator element (ME2). The spatial light pattern provided by the first modulator element (ME1) and the second modulator element (ME2) are complementary and combine to the desired spatial light pattern. The spatial light modulator device (SLM) may be used in a lithography apparatus (LA) or a display device (DD).
US07800810B2 Packaging and testing of multiple MEMS devices on a wafer
A wafer containing a plurality of electro-optical devices, each device being enclosed in chamber that has a translucent cover. An X-Y matrix of pairs of interconnections on the wafer are connected to the circuitry of the electro-optical devices for addressing the electro-optical devices. The pairs of interconnections extend outside of the chambers enclosing the devices to testing areas on the periphery of the wafer. Testing is done by signals applied through the interconnections while simultaneously exposing the devices to light through the translucent covers.
US07800807B2 Electrochromic mirror
An electrochromic mirror includes an electrochromic film, an electrically conductive reflective film formed at one thickness direction side of the electrochromic film, an electrically conductive film provided at one thickness direction side of the electrochromic film and at a side of the electrically conductive reflective film that is opposite from the electrochromic film, an electrolytic solution containing lithium ions and enclosed between the electrically conductive reflective film and the electrically conductive film, and a reduction reaction compensation unit. In the electrolytic solution, due to applying a voltage such that the electrically conductive film is made positive and electrically conductive reflective film is made negative, the lithium ions move toward the side of the electrochromic film and are provided to a reduction reaction of the electrochromic film. The reduction reaction compensation unit compensates the reduction reaction.
US07800802B2 Hologram recording medium and method for manufacturing same
A hologram recording medium including a substrate, a hologram recording layer that records an interference pattern formed by a first wavelength beam, a wavelength selecting reflection layer provided between the substrate and the hologram recording layer that reflects the first wavelength beam and transmits a second wavelength beam, a beam absorbing layer provided between the substrate and the wavelength selecting reflection layer that absorbs the first wavelength beam, and an information layer provided between the substrate and the light absorbing layer in which information is recorded and reproduced by the second wavelength beam, a second information layer provided between the substrate and the information layer and a second wavelength selecting reflection layer provided between the information layer and the second information layer that reflects the second wavelength beam and transmits a third wavelength beam.
US07800800B2 Apparatus and method for correcting color reproduced by video device according to peripheral brightness
An apparatus and method are provided for correcting a color reproduced by a video device according to peripheral brightness so that the visibility of the video device is guaranteed under peripheral conditions brighter than the video device. The apparatus for correcting a color reproduced by a video device according to peripheral brightness includes: a lookup-table-creation unit which creates a lookup table based on saturation of the video device and brightness of peripheral conditions; a color-correction unit which corrects the color reproduced by the video device according to the created lookup table; and a color-error-compensation unit which compensates for color error resulting from correction of the color. The method of correcting a color reproduced by a video device according to peripheral brightness includes: creating a lookup table based on saturation of the video device and brightness of peripheral conditions; correcting the color reproduced by the video device according to the created lookup table; and compensating for color error resulting from correction of the color.
US07800797B2 Document reading apparatus and method of determining position of carriage
A document reading apparatus includes: a carriage, including an image reading sensor for reading an image from a document, and reciprocating in a predetermined range; contact portions, disposed at both ends of the predetermined range; a judgment section, judging whether the carriage comes in contact with the contact portions; a positional information temporary determining section, temporarily determining positional information when the judgment section judges that the carriage comes in contact with one of the contact portions; and a positional information check section, checking whether the positional information is correct based on a moving distance between positions where the judgment section judges that the carriage comes in contact with the contact portions, and determining the positional information when it is confirmed that the positional information is correct. The carriage moves to a position where the carriage starts to move at a speed greater than a speed at which the carriage moves before the positional information is temporarily determined.
US07800791B2 Image sensor
An image sensor 20A contains a photodiode array portion 21, a signal processor 22, a switching instruction part 23A and a control part 24A. Each switch SWn is provided between the corresponding photodiode PDn and the common output line L, and instructed to carry out the switching operation by the switching instruction part 23A so as to be closed, whereby the charges accumulated in the junction capacitance portion of the photodiode PDn are output to the common output line L. On the basis of the instruction from the switching instruction part 23A, the N switches SW1 to SWN carry out the switching operation so that the N switches SW1 to SWN are set to the close state in the different periods and the interval at which each switch SWn is set to the close state is equal to an integral multiple of a base period. As described above, the charge accumulation time of each of the N photodiodes PD1 to PDN is set to an integral multiple of the base period.
US07800787B2 Image reading apparatus
An image reading apparatus includes a solid-state image sensor having a pixel array section in which pixels each including a photoelectric transducer are arrayed, a charge transfer register that transfers a signal charge transferred from each of the pixels of the pixel array section, and an output section that converts the signal charge transferred by the charge transfer register into an electrical signal and outputs the electrical signal; a driving unit that drives the charge transfer register according to a first timing signal, and the output section according to a second timing signal; and a power supplying unit that supplies power of different power systems to a circuit portion handling the first timing signal and a circuit portion handling the second timing signal of the driving unit.
US07800785B2 Methodology for substrate fluorescent non-overlapping dot design patterns for embedding information in printed documents
The teachings as provided herein relate to a watermark embedded in an image, and methodology for same, that has the property of being relatively indecipherable under normal light, and yet decipherable under UV light. This fluorescent mark comprises a substrate containing optical brightening agents, and a first dot design printed as an image upon the substrate. The first dot design has as a characteristic, the property of strongly suppressing substrate fluorescence. A second dot design having a property of providing a differing level of substrate fluorescence suppression from that of the first dot design such that when rendered in close spatial proximity with the first dot design image print, the resultant image rendered substrate suitably exposed to an ultra-violet light source, will yield a discernable image evident as a fluorescent mark.
US07800784B2 Image printing apparatus, image printing system and control method
An image printing apparatus and its control method for printing an image based on image data from an image data source. In a case where a correction condition is set for the image data, if the image data is a new format file image data including predetermined information, correction processing is performed in accordance with the set correction condition. If the image data is not a new format file image data, the correction processing in accordance with the correction condition is not performed.
US07800780B2 N-dimensional hedral interpolation for color conversion
A method, apparatus, and computer program product implementing techniques to calculate the hedron that contains an input point. An input color value representing a color having n color components is received. A color lookup table organized as an n-dimensional lattice is received, where n is the number of input channels in the color lookup table, each entry in the color lookup table being a vertex in the lattice, the color lookup table having 2n adjacent lattice points that form an n-dimensional cube around the input value, and the color lookup table defining an output color value at each lattice point. n+1 vertices from the 2n vertices of the n-dimensional cube are calculated, the n+1 vertices defining an enclosing hedron that encloses the input value, where the instructions to calculate n+1 vertices perform no branching operations. The enclosing hedron is used to calculate an output value from the input value.
US07800779B2 System and method for image based control using inline sensors
Disclosed are a system and method are directed to efficient image based color calibration and improving color consistency performance, and more particularly to the use of continuous or dynamic calibration performed during printing and enabling adjustment on a page by page basis.
US07800777B2 Automatic image quality control of marking processes
A first series of control patches is printed with a first marking engine. A second series of control patches is printed with a second marking engine. Relative reflectance values of the patches printed with the first and second marking engines are measured with respective first and second engine response sensors. Based at least on a difference in the measured relative reflectance values of the control patches printed with the first and second marking engines, a relative engine to engine error is determined. The engine to engine error is decomposed into components. Based on the decomposition, adjustment of at least binary values of a digital image is determined so that print density of a first marking engine output substantially matches print density of a second marking engine output.
US07800776B2 Methods and apparatus for mixed page imposition
Methods and apparatus are provided for imposing multiple pages on a printable sheet, in which the multiple pages include pages of varying size. The printable sheet is divided into a plurality of slots, and each of the pages is assigned to a corresponding slot. User-specified settings are received for page alignment, offset and scaling for each of the slots, and the page alignment, offset and scaling of each of the pages are individually adjusted based on the user specifications.
US07800772B2 Data processing apparatus, image forming apparatus, image forming method, and printing system
A data processing apparatus, an image forming apparatus, an image forming method, and a printing system capable of improving processing capacity or power use efficiency are provided.At least one of a plurality of data processing apparatuses that are connected to a network stores correlation between data processing capacity and power consumption of each data processing apparatus, and selects a data processing apparatus with which power consumption required for processing a processing request produced by the at least one data processing apparatus is minimized based on the correlation between the data processing capacity and the power consumption. According to this selection, the at least one data processing apparatus transmits the processing request to the selected data processing apparatus, and receives data processed by the selected data processing apparatus.
US07800770B2 Text/Image data transfer method
When performing Push-type data transfer from the side of an image-supply apparatus 100 to a printer 200P, it is necessary for the printer 200P to have a buffer that is capable of containing at least the capacity for one page of data. Therefore, the text/image-supply apparatus 100 stores printing-description data obtained from the application on its own memory unit 105. The image-formation apparatus 200 performs rasterization based on received printing-description data, however, in this process, when there is a link file L that is linked to the top file T of the printing-description data, the image-formation apparatus 200 specifies the link destination and sends a data-acquisition request to the text/image-supply apparatus 100, so there is no need for a buffer.
US07800765B2 Light projection optical system and light projection apparatus using the same
There is disclosed a light projection optical system comprising a light source; a relay lens unit which has a negative lateral magnification and which converts a luminous flux that has diverged from the light source into converged light; and a projection lens unit which reduces a divergent angle of the luminous flux from the relay lens unit to convert a state of the luminous flux into a state close to that of a parallel luminous flux and which projects light toward a target region, wherein the following conditions are satisfied: 0.9<βr<3.0   (1); and 1.0<(1+βr)(fr/|fo|)<6.0   (2), in which βr is an absolute value of the lateral magnification of the relay lens unit, fr is a focal length of the relay lens unit and fo is a focal length of the projection lens unit.
US07800759B2 Eye length measurement apparatus
An interferometric axial eye length measurement apparatus having a light source adapted to produce a beam of partially coherent light, a first mirror and a second mirror disposed in the reference arm, and a processor adapted to control at least the second mirror such that a corneal interference peak and a second interference peak have a non-zero separation. There is at least one variable delay optical element having a delay signal, wherein the delay signal corresponding to a region between the corneal interference peak and second interference peak is substantially linear.
US07800757B2 System and method for the spectroscopic determination of the components and concentrations of pumpable organic compounds
The present invention is directed to a fast, nondestructive measurement method for determining the contents of solid, liquid and/or suspended flowing organic compounds. The arrangement according to the invention comprises a sample vessel, a pump, and a measurement cell which form a unit together with a spectroscopic measurement head. The measurement cell is connected to the pump, which can be regulated to vary the flow rate, and to the sample vessel by a pipe, and the spectroscopic measurement head and the regulatable pump have electrical connections to a controlling and evaluating unit. Due to its compact construction, the solution which makes use of the principle of transflection is also particularly suited to mobile use, for example, to determine the components of liquid manure while the latter is being dispensed. In principle, the solution can be transferred to any applications with suspensions or pumpable, homogeneous and inhomogeneous materials.
US07800748B2 Edge inspection apparatus
An edge inspection apparatus includes: an illumination means 5 that illuminates an edge of a flat subject with diffused light from a position other than directly above or directly below a surface or a reverse surface of the subject; an imaging means 4 that takes an image of the edge from a position in a direction perpendicular to a plane parallel to the surface or the reverse surface of the subject at the same time; and an inspection means 7 that inspects conditions of a portion of the edge, which is inclined with respect to the surface or the reverse surface using the image obtained by the imaging means.
US07800746B2 Method for identifying refractive-index fluctuations of a target
Systems and methods for identifying refractive-index fluctuations of a target are described in this application. One embodiment includes identifying one or more properties of emergent light, the emergent light to be emergent from a target, and determining refractive-index fluctuations of the target based on the one or more properties of the emergent light. The determining refractive-index fluctuations further comprises determining one or more of the variance of the refractive-index fluctuations and the spatial correlation length of the refractive-index fluctuations. The determining refractive-index fluctuations further comprises determining one or more of the variance of the refractive-index fluctuations and the spatial correlation length of the refractive-index fluctuations.
US07800744B2 Detection system for identifying faults in passive optical networks
A detection system that performs in a passive optical network is disclosed. The detection system uses a central office to provide detection signals to corresponding fiber branches for obtaining different reflected signals based on different optical network models. Hence, the central office can determine whether fiber branches in the passive optical network has a fault and where the fault is according to the reflected signals.
US07800740B2 Method and apparatus for identifying and characterizing objects based on fluorescence
A method and apparatus for characterizing objects. The method includes the steps of illuminating the object with incident red light having at least some wavelengths between 620 nms and 650 nms and detecting red light fluorescence from said object having a wavelength greater than visible wavelengths greater than that of the incident wavelengths, for example by using a filter. An apparatus including a source of red incident light, a detector for longer wavelength fluorescent light and a means for physically removing the detected objects from the rest is also provided. An embodiment of the present invention may be used in a mine, for example, to separate gem stones from less valuable ore rock or in prospecting to detect the presence of gems. In this embodiment the detection is not possible with the naked eye alone.
US07800736B2 System and method for improving lidar data fidelity using pixel-aligned lidar/electro-optic data
A lidar and digital camera system collect data and generate a three-dimensional image. A lidar generates a laser beam to form a lidar shot and to receive a reflected laser beam to provide range data. A digital camera includes an array of pixels to receive optical radiation and provide electro-optical data. An optical bench passes the laser beam, reflected laser beam, and optical radiation and is positioned to align each pixel to known positions within the lidar shot. Pixels are matched to form a lidar point-cloud which is used to generate an image.
US07800730B2 Liquid crystal display device
A liquid crystal display device includes a cover bottom, a support main over the cover bottom, a backlight unit surrounded by the support main, a liquid crystal panel over the backlight unit and including first and second substrates with a liquid crystal layer interposed therebetween, a driving circuit on an edge portion of the first substrate, a printed circuit board connected to the driving circuit through a connection means and bent toward one of a side surface of the support main and a rear surface of the cover bottom, and an adhesive tape covering edges of a front surface of the liquid crystal panel and including a conductive layer contacting the liquid crystal panel and the driving circuit, wherein the conductive layer is electrically connected to one of the cover bottom and the printed circuit board.
US07800728B2 Liquid crystal display and method of manufacturing the same
A liquid crystal display, the viewing angle of which is controllable in the vertical and horizontal directions is disclosed. A vertical alignment type liquid crystal display has a display screen including a plurality of pixels. Each pixel includes a display control region in which the liquid crystal molecules are controlled in alignment such that the liquid crystal molecules are inclined in the incline direction, and a viewing angle control region in which the liquid crystal molecules are controlled in alignment such that the liquid crystal molecules are inclined in the vertical direction or in the horizontal direction, and control voltage is applied through a common line common to the display control region.
US07800718B2 Electro-optical device and electronic apparatus having a light-shielding film at least partially overlapping with a transistor in plan view and having a plurality of openings overlapping with the transistor
An electro-optical device includes: a light-shielding film provided below a transistor in a peripheral area surrounding a pixel area of the display. The light-shielding film includes a rectangular opening formed in a channel length direction of the transistor.
US07800717B2 Liquid crystal display and electronic apparatus
A liquid crystal display includes a first substrate, a second substrate disposed in a position opposite to the first substrate, a liquid crystal interposed between the first and second substrates, a plurality of color element regions provided on the second substrate, and a light shield formed so as to surround the color element regions. A width of the light shield varying depending on the color element region.
US07800716B2 Solid-state image capturing device, manufacturing method for the solid-state image capturing device, color filter and forming method for the color filter, liquid crystal display apparatus, and electronic information device
A manufacturing method for a solid-state image capturing device includes a color filter patterning step of patterning the color filters in such a manner that a predetermined interval is formed between adjacent color filter materials of different colors; and a color filter forming step of heat treating and fluidizing the patterned color filter materials and further curing the color filter materials to form color filters of different colors.
US07800715B2 Liquid crystal display device viewable from both surfaces and portable apparatus using same
In front of a liquid crystal display element, a surface light source is arranged which emits a light toward the liquid crystal display element and lets lights coming from its front and its back permeate therethrough. The liquid crystal display element has reflection/permeation means which is provided behind a liquid crystal cell and a liquid crystal layer, and which reflects a part of a light that comes to each of a plurality of pixels from the front of the liquid crystal cell, and lets the other part of the light permeate the reflection/permeation means.
US07800714B2 Liquid crystal display and television receiver
A liquid crystal display includes a first liquid crystal panel and a second liquid crystal panel stacked on each other; and polarizers provided to the panels, together with a polarizer of an adjacent panel, arranged to define a crossed Nicols. When the first liquid crystal panel produces a display from a first display signal, the second liquid crystal panel produces a display from a second display signal obtained from the first display signal. Between a framework and drivers provided to the first liquid crystal panel and the second liquid crystal panel, heat conducting members are arranged to transfer heat from the drivers to the framework so as to improve luminance when two liquid crystal panels are stacked and achieve high display quality.
US07800713B2 Liquid crystal display device and apparatus with display function
Two liquid crystal panels are laid one over the other in a state that each of the liquid crystal panels is oriented in a forward direction. At least one spacer is detachably provided between the two liquid crystal panels. The liquid crystal panels are positioned relative to each other by a plurality of through-holes arrayed in a thickness direction of the spacer by an interval corresponding to the thickness of the spacer, and a projection engageable in one of the through-holes.
US07800709B2 Prism sheet and liquid crystal display device using the same
An exemplary prism sheet according to a preferred embodiment includes a transparent main body. The transparent main body includes a light input surface and a light emitting surface opposite to the light input surface. A plurality of curved elongated V-shaped protrusions are formed on the light emitting surface. Each of the curved elongated V-shaped protrusions extends along a circular arc. The circular arcs have a same curvature, and centers of the circular arcs are aligned apart and in a straight line. A liquid crystal display device using the prism sheet is also provided.
US07800700B2 Video scalers having reduced output memory and methods for selecting output memory size
A video scaler may include a scaler core and an output memory having a reduced size. An image processing apparatus may include a video scaler with a scaler core and an output memory with a reduced size. The scaler core may scale input image data and store the scaled image data in the output memory. The image processing apparatus may read image data from the output memory a reduced storage time.
US07800692B2 System and method for detecting a non-video source in video signals
A video sequence may include a modality corresponding with an embedded pattern. At least one state machine detects the modality in accordance with difference signals. A signal generator generates the difference signals responsive to decision windows that define regions of interest in the video sequence. The modality may correspond with an embedded film source or other pattern types in the video sequence. Where the state machine detects more than one pattern, a single pattern is selected according to a predetermined priority. The video sequence may contain both static patterns and embedded film source patterns. The state machine discerns the presence of the embedded film source patterns notwithstanding the presence of the static patterns.
US07800690B2 Low noise encoding and decoding apparatus and method
An adaptive digital image processor precedes an MPEG2 encoder. The processor receives a high definition video signal intended for broadcast or storage, and adaptively low-pass filters the signal. The signal is subjected to low-pass two-dimensional filtering to eliminate encoding artifacts and related noise. The video signal is then horizontally down-sampled to create a lower resolution hybrid signal. A receiver decodes and decompresses the hybrid signal. The hybrid signal is upsampled to its original resolution using existing hardware and software with a software modification.
US07800688B2 Method for examining shooting direction of camera apparatus, device thereof and structure for installing sensor
In a test method in which an image photographed by a camera apparatus 1 attached to a body of a vehicle is displayed on a display device 17 and an examiner examines compliance or non-compliance of the shooting direction of the camera apparatus 1 by comparing the position of a reference pattern and the position of a judgment pattern on the displayed photographed image, the photographed image is obtained at first by photographing with the camera apparatus 1 a test chart which is placed at a predefined position ahead of the vehicle with the reference pattern drawn on the test chart. Next, the judgment pattern is set at a specific position on the photographed image. Then, the photographed image on which the judgment pattern has been set is displayed on the display device 17.
US07800679B2 Electronic camera including a display for displaying number of frames
An electronic camera comprises an image-capturing element; a recording device that records image data constituted of image capturing signals output from the image-capturing element into a data recording medium; a frame number calculating device that calculates a number of frames of image data that have been recorded or can be recorded into the data recording medium; a display device at which the number of frames is displayed; and a control device that controls the display device so as to display at least the number of frames when a main switch is in an OFF state.
US07800669B2 System and method for image sensor element or array with photometric and realtime reporting capabilities
A solid-state pixel structure or pixel array includes integrated exposure control provided within the pixel structure and/or pixel array. Including exposure control within the pixel structure and/or array allows optimal exposure to be achieved in real time. Optimal exposure is achieved by measuring the response of pixel structures to received electromagnetic radiation, and using the response information, in conjunction with knowledge regarding the pixel structure capabilities and photometric thresholds, to determine when the pixel structure is operating optimally. Tight control of the exposure of the pixel structure to the electromagnetic radiation allows the pixel structure to operate optimally in order to provide an optimal captured image.
US07800666B2 Color filter arrays compensating for wavelength offset due to crosstalk and methods of producing the same
A color filter array of a CMOS image sensor according to an example embodiment may include microlenses, color filters, and/or pixels. The microlenses may be configured to condense incident light. The color filters may be configured to extract colors from light passed through the microlenses. The pixels may be configured to receive colors from the color filters. The color filters may include yellow, green, and cyan filters. A transmission spectrum of select filters may be shifted to offset crosstalk effects from peripheral pixels based on a measured wavelength variation in each select pixel.
US07800664B2 Digital photographic instrument, method for adjusting focus of digital photographic instrument, and program for digital photographic instrument
There is provided a digital photographic instrument comprising an edge enhancing section which enhances the edge of image data. The instrument determines whether a focus is good or bad and adjusts the degree of edge enhancement in the edge enhancing section according to the result of the determination, thereby giving a sharp photograph. The instrument also shortens time required for focusing by complementing an autofocusing mechanism.
US07800660B2 Image data processing circuit and image data processing method
An object of the present invention is to provide an image data processing circuit and an image data processing method capable of determining a reference signal level corresponding to black in an image with high precision by suppressing occurrence of line dependency and the like in a dark current component signal included in image data output from a solid state image pickup device. A reference dark current component data holding unit selects a reference line from a solid state image pickup device and holds a dark current component of the reference line as a head line average value. To a subtraction circuit, dark current component data and effective pixel data is sequentially input on the line unit basis. A differential circuit obtains, as a detection value, a change amount with respect to the head line average value, of the dark current component data included in a preceding line. The subtraction circuit subtracts the detection value from the dark current component data and the effective pixel data entered.
US07800651B2 Image-stabilization driving device
Disclosed is an image-stabilization driving device including a first sliding member connected to an image sensor; a first piezoelectrical element for driving the first sliding member to move linearly along a first direction; a second sliding member connected to the first piezoelectrical element; and a second piezoelectrical element for driving the second sliding member to move linearly along a second direction intersecting with the first direction. The first and second piezoelectrical elements are adapted to drive the image sensor to move in a plane, thereby providing a structurally simple and miniaturized image-stabilization driving device.
US07800646B2 Sporting event image capture, processing and publication
Systems, methods and software are disclosed for capturing and/or importing and processing media items such as digital images or video (202) associated with a sporting event such as a marathon or bicycle race (FIG. 3). The media items are processed, including bib number or facial recognition if necessary (204, 206, 504), to associate them with an individual participant. Other input sources may include spectator uploads (506), external web sites and media sharing (508) or social networking (510) services. The system (500) aggregates, organizes and generates content, and distributes it (580) via various output channels, which may include event web sites (256), personal feeds (250), and other output channels (260, 254, 252, FIG. 4). Preferably, selected content is associated with at least one individual participant in the event, and that content is automatically distributed to channels that are associated with that individual participant.
US07800642B2 Method and system for providing continuous presence video in a cascading conference
Disclosed herein are methods and systems for providing continuous presence video layout in a cascading video conference, i.e., a video conference that is conducted over more than one MCU. A cascading continuous presence composition controller (CCCC) selects which endpoints from among all of the endpoints participating in the conference should be displayed in the layout, regardless of which MCU the endpoints are associated with. The CCCC can be resident on one of the MCUs, resident on a cascading conference server, or can be distributed among all of the MCUs involved in a cascading conference.
US07800635B2 Method for displaying image in wireless terminal
A method for displaying an image in a wireless terminal including at least two screen modes is provided, in which a display buffer existing in one Device Context (DC) is formed, capable of recording a corresponding image to be displayed according to screen sizes in the at least two screen modes, and recording the corresponding image to be displayed according to a screen size of a corresponding screen mode in the at least two screen modes through the display buffer existing in the DC, and outputting the corresponding image to a screen in the corresponding screen mode.
US07800634B2 Method of rotating image, computer, and recording media
A method of rotating an image based on image data including a plurality of pixels per a line, the method including setting the number of pixel data forming the pixel; sequentially storing the pixel data in a first memory according to the order of the line and the pixel; calculating the number of entire image data on the basis of the number of pixel data, the line number of the image data, and the number of pixels per line; setting an image rotation angle; calculating a location value of each pixel data in a second memory on the basis of the number of pixel data per pixel, the line number of the image data, the number of pixels per line, and the number of the entire data by independent processes in consideration of the setting image rotation angle; and storing the image data from the first memory in the second memory on the basis of the calculated location value of each pixel data in the second memory with regard to each pixel data. Thus a method of transforming image data corresponding to a video signal transmitted to a display, and displaying an image based on the image data to be rotated on the display, a computer and a recording media is achieved. Further a method of gaining image data corresponding to a rotated image by different processes or equations according to rotated angles of an input image rotating an image, a computer and a recording media.
US07800630B2 Method and apparatus for image construction and animation
A method and apparatus for generating, sending, receiving and reconstructing an image, for use, for example, over a mobile telephone network (10, 12, 14, 20) comprises means to prepare the image by selecting pre-stored parts image (24, 30, 34, 38, 42, 46) to be assembled as part of an entire image where the properties of the part images are specified, specification including the viewpoint, position of a part image, color, texture, movement, speed, time and times of visibility. The assembled image is coded as a text message to be sent to a receiving mobile telephone (20). The receiving mobile telephone (20) can decode the coded text message and display the coded image, can display a true text message with the image, can store and display an image as an indication of a person who has contacted that mobile telephone (20), and can store and add images to other messages. The part images (24, 30, 34, 38, 42, 46) can be downloaded from a central store (14). The text messages can be compacted.
US07800628B2 System and method for generating scale maps
A method includes determining a first blend map for a first projector, the first blend map including a first plurality of attenuation factors corresponding to a region of overlap between first and second images projected by the first projector and a second projector, respectively, on a display surface, applying the first blend map to a white level measurement map that includes a plurality of white level measurement values measured from a first plurality of captured images, applying a smoothing function to the white level measurement map to generate a white level target map, and determining a scale map for the first projector from the white level measurement map and the white level target map.
US07800623B2 Bypassing pixel clock generation and CRTC circuits in a graphics controller chip
In a video processor unit, a method of providing a video data stream at a clock rate that is independent of a pixel clock rate. Receiving native video data from a video source at a native clock rate, storing the video data in a memory unit, reading selected portions of the video data at a memory clock rate, rasterizing the selected video data, packetizing the rasterized video data, sending the packetized video data to a display unit by way of a link at a link rate, wherein the link rate is directly related to the memory clock rate.
US07800614B2 Efficient communication in a client-server scene graph system
A system and method for communicating 3D branch graph data and updates to branch graph data between clients and a display server in a 3D window system. A client locally creates a branch graph. When the client ready to make the branch graph live remote, it sends the branch graph to the display server using at least one batch protocol request. The display server builds a copy of the branch graph and attaches it to a centralized scene graph that it manages. The client may subsequently induce detachment of the branch graph from the scene graph. The client may buffer up changes to the local branch graph when its remote counterpart (in the display server) is not attached to the scene graph. The buffered changes may be sent to the display server using at least one batch protocol request when the client is again ready to make the branch graph live remote.
US07800613B2 Computer systems and methods for visualizing data with generation of marks
A method for generating marks when displaying data, such as the results of a query across a database. The method is preferably used in conjunction with a dataset whose fields comprise a plurality of levels. A visual plot is constructed based on a specification. A first level from the plurality of levels is represented by a first component of the visual plot. A second level from the plurality of levels is represented by a second component of the visual plot. The dataset is optionally queried to retrieve data in accordance with the specification. The visual plot is populated with the retrieved data in accordance with the specification.
US07800611B2 Graphics hub subsystem for interfacing parallalized graphics processing units (GPUs) with the central processing unit (CPU) of a PC-based computing system having an CPU interface module and a PC bus
A graphics hub subsystem for interfacing parallelized graphics processing units (GPUs) with the CPU of a PC-based computing system having a CPU interface module and a PC bus. The PC-based computing system includes system memory for storing software graphics applications, software drivers and graphics libraries, and an operating system (OS), stored in the system memory, and a central processing unit (CPU), for executing the OS, graphics applications, drivers. and graphics libraries. The graphics hub subsystem includes a hardware hub having a hub router for interfacing with the CPU interface module and the GPUs by way of the PC bus, distributing the stream of geometrical data and graphic commands among the GPUs, and transferring pixel data output from one or more of the GPUs during the composition of frames of pixel data corresponding to final images for display on the display surface. The subsystem also includes one or more software hub drivers, stored in the system memory. The CPU interface module provides an interface between one or more software hub drivers and the hardware hub. During system operation, the software hub drivers: (i) control the operation of the hardware hub, (ii) interact with the OS and graphic libraries, and (iii) forward the stream of geometrical data and graphic commands, or a portion thereof, to each GPU over the PC bus.
US07800608B2 Depth image-based rendering method, medium, and system using splats
A method, medium, and system of rendering image data, including receiving three-dimensional space data for each pixel forming the image data, the three-dimensional space data including depth and color information values for each pixel, determining an order of rendering for a plurality of surfaces forming the image data in an order of the distance between a rendering viewpoint and the surface forming the image data, generating splat depth information values for each splat included in the surface forming the image data, according to the rendering order, and determining whether the splat included in the surface forming the image data is required to be blended and accordingly selectively performing a blending on the splat.
US07800607B2 Method and system for defining and controlling algorithmic elements in a graphics display system
An API is provided that enables programmability of a 3D chip, wherein programming or algorithmic elements written by the developer can be downloaded to the chip, thereby programming the chip to perform those algorithms. A developer writes a routine that is downloadable to a 3D graphics chip. There are also a set of algorithmic elements that are provided in connection with the API that have already been programmed for the developer, that are downloadable to the programmable chip for improved performance. Thus, a developer may download preexisting API objects to a 3D graphics chip. A developer adheres to a specific format for packing up an algorithmic element, or set of instructions, for implementation by a 3D graphics chip. The developer packs the instruction set into an array of numbers, by referring to a list of ‘tokens’ understood by the 3D graphics chip. This array of numbers in turn is mapped correctly to the 3D graphics chip for implementation of the algorithmic element by the 3D graphics chip.
US07800601B2 Display control method and apparatus
Disclosed is a display controlling apparatus including latch circuits for holding color data of a current line and a previous line, a latch circuit for holding a polarity signal of the previous line, and a recovery control circuit. The recovery control circuit controls a recovery switch from color data of the previous and current lines, a polarity signal and a recovery clock. For both driving method employing frame-based common inverting and the driving method employing line-based common inverting, the display/controlling apparatus recovers electric charge efficiently to provide for low power dissipation.
US07800599B2 Display driving device, display device and method for driving display device
A display driving device is provided, which can solve the problem of stripes occurring on a display panel when accompanied with a system, such as a notebook computer system, upon booting. The display driving device includes a single-channel pulse width modulation circuit, a boost-lowering voltage circuit, a delay circuit, and a display driver. An operation voltage signal for enabling pixels is provided to the display panel with a delay by the delay circuit, so that it is later than the logic operation voltage signal for powering the display driving device, the voltage signal for enabling the pixels and that for disabling the pixels. Thus, the above “stripes” phenomenon can be eliminated.
US07800596B2 Handheld electronic device having virtual navigational input device, and associated method
An improved handheld electronic device having a virtual navigational input device includes a case, and further includes an input apparatus and a processor apparatus disposed on the case. The processor apparatus executes a routine that compares vibrational results of a contact by a user on the case with reference vibrational results to identify the nature of the contact and to interpret the contact as an input to the processor. The exemplary contact with the case is in the nature of a sliding contact over a series of first features or over a series of second features and can be interpreted as one of more navigational inputs to the processor. The exemplary contact can also be in the nature of a touching or tapping contact or other contact with the case.
US07800595B2 Piezoelectric transducer
The present invention provides a piezoelectric transducer that includes at least two poled piezoelectric regions disposed in a side-by-side arrangement and connected in series with the poling directions reversed through the series connection, meaning that the “north pole” of one region is connected to the “south pole” of an adjacent region. The at least two regions can be within the same piece of piezoelectric material, or can be separate pieces of piezoelectric material. Transducers of the present invention may be particularly suited to detecting vibrations such as bending waves in a plate. For example, transducers of the present invention may be affixed to a surface of a plate and used to detect vibrations caused by or affected by touches to the plate to determine information related to the touches, such a touch position.
US07800594B2 Display device including function to input information from screen by light
In order to enhance accuracy of determination as to whether an object has contacted a screen and to enhance accuracy of calculation of a coordinate position of the object, edges of an imaged image are detected by an edge detection circuit 76, and by using the edges, it is determined by a contact determination circuit 77 whether or not the object has contacted the screen. Moreover, in order to appropriately control sensitivity of optical sensors in response to external light, by a calibration circuit 93, a drive condition of the optical sensors is changed based on output values of the optical sensors, which are varied in response to the external light.
US07800590B2 Input device, portable electronic apparatus, remote control device, and piezoelectric actuator driving/controlling method in input device
An input apparatus causes the user to feel a force sense as a feedback from an operation surface that he or she has pressed. When the input apparatus is in the standby state for the user to press the operation surface, a drive voltage is not supplied to a piezoelectric actuator. When the operation surface is pressed at timing T401, the drive voltage is gradually increased. At this point, as the piezoelectric actuator is curved, the operation surface is gradually raised. After predetermined period T1 has elapsed, at timing T402, the piezoelectric actuator is quickly curved in the reverse direction. At timing T403, the operation surface is deformed to the lowest position. This position of the operation surface is kept until the operation surface has been pressed at T404. When period T1 is sufficiently larger than period T2, immediately after the operation surface is pressed, it is deformed. Thereafter, since the operation surface is deformed in the reverse direction, the user can feel a strong force sense.
US07800583B2 Slide operation apparatus
A slide operation apparatus capable of preventing damages to a movement guide for slidably supporting a movable member, without increasing the weight and length thereof. The movable member (70) is disposed for sliding motion relative to guide bars (78, 79). Usually, a protrusion (70a) of the movable member is apart from a bottom portion (11) of a casing (10) with a spacing, and engaging protrusions (76, 77) of the movable member is apart from a rail portion (18) of the casing with a spacing. When the movable member is displaced by being applied with a force in a direction different from a direction in which the guide bars extend, an excessive displacement of the movable member is restricted by the contact between the protrusion and the bottom plate portion or between the rail portion and the engaging protrusions.
US07800581B2 User input device with self-centering flat spring
A user input device utilizes a self-centering flat spring to allow a user interface structure of the device to be manipulated by a user and to return the user interface structure back to its initial position.
US07800580B2 Transition between grayscale and monochrome addressing of an electrophoretic display
An electrophoretic display that is switchable between a grayscale updating mode and a monochrome updating mode. The monochrome updating mode provides for extreme pixel states only including black and white, whereas the grayscale updating mode provides for an intermediate grayscale pixel state. A suitably selected transition signal is applied when switching from the grayscale updating mode to the monochrome updating mode. The transition signal involves a drive pulse that serves to reduce the level of remnant DC voltage otherwise occurring in each pixel due to differences in the grayscale updating mode and the monochrome updating mode.
US07800577B2 Methods and systems for enhancing display characteristics
Embodiments of the present invention comprise systems, methods and devices for increasing the perceived brightness of an image. In some embodiments this increase compensates for a decrease in display light source illumination.
US07800570B2 LCD device capable of controlling a viewing angle and method for driving the same
An LCD device is disclosed in which the LCD device is driven in an FFS mode and a VAC mode during a frame frequency period to obtain a narrow viewing angle. The method for driving the LCD device includes driving the LCD device in an FFS mode during a frame frequency period to obtain a wide viewing angle, and driving the LCD device in both the FFS mode and a VAC mode during the frame frequency period by dividing the frame frequency period, thereby obtaining a narrow viewing angle.
US07800567B2 LED drive circuit
An LED drive circuit of the disclosed subject matter can include an LED unit and a serial circuit connected in parallel therewith. The serial circuit includes a resistor and a positive temperature coefficient resistor having a positive linear temperature coefficient. A voltage across the positive temperature coefficient resistor is fed back to an output control circuit. An output voltage that is PWM-controlled on the basis of a reference voltage set at the output control circuit is used to drive the LED unit.
US07800559B2 Method and apparatus for power level control and/or contrast control in a display device
The present invention relates to a method and an apparatus for controlling the power level and/or the contrast in a display device having a plurality of luminous elements corresponding to the colour components of the pixels of a picture, wherein the luminance generated by each of said luminous element is based on the intensity of the signal supplied to the luminous element and the power level and/or contrast for each picture is controlled by adjusting the intensity of the signal to be supplied to each luminous element. The invention is applicable to organic light emitting displays (OLED). According to the invention, the intensity of the signal to be supplied to each luminous element is based on reference signals and the adjustment of the signal intensity is made by adjusting the level of the reference signals.
US07800556B2 Organic light emitting diode display and pixel driving method thereof
A light emitting diode (OLED) display and pixel driving method thereof are disclosed. Each storage capacitor is discharged via the driving TFT and OLED until conductive current of each OLED is almost zero so as to record a sum of a voltage drop across each OLED under a specific condition and the threshold voltage of the driving TFT. By using the sum of the voltage drop across each OLED and the threshold voltage of the corresponding TFT in the subsequent OLED driving process, the luminance reduction issue caused by TFT threshold-voltage shift and OLED material decay can be solved.
US07800549B2 Multi-beam antenna
A plurality of antenna elements on a dielectric substrate are adapted to launch or receive electromagnetic waves in or from a direction substantially away from either a convex or concave edge of the dielectric substrate, wherein at least two of the antenna elements operate in different directions. Slotlines of tapered-slot endfire antennas in a first conductive layer of a first side of the dielectric substrate are coupled to microstrip lines of a second conductive layer on the second side of the dielectric substrate. A bi-conical reflector, conformal cylindrical dielectric lens, or discrete lens array improves the H-plane radiation pattern. Dipole or Yagi-Uda antenna elements on the conductive layer of the dielectric substrate can be used in cooperation with associated reflective elements, either alone or in combination with a corner-reflector of conductive plates attached to the conductive layers proximate to the endfire antenna elements.
US07800547B2 Dual band WLAN antenna
An antenna system includes first, second, and third antennas that are arranged on a substrate and that include an arc-shaped element having a concave side and a convex side, a conducting element that extends substantially radially from a center of the concave side, and a U-shaped element having a base portion with a center that communicates with the conducting element and two side portions that extend from ends of the base portion towards the concave side.
US07800545B2 Portable satellite terminal
A portable satellite antenna terminal, comprising a body (620) and a unit (637) within the body (620) for controlling the terminal and terminal functions. Also provided is an antenna (607) mounted to the body (620) for movement (633, 635) relative thereto. The antenna (607) is able to be stowed within the body (620) when not in use. The antenna (607) may be a flat panel antenna (624) and is moveable relative to the body (620) from a stowed position to an in-use position.
US07800544B2 Controllable multi-band antenna device and portable radio communication device comprising such an antenna device
A multi-band antenna device for a portable radio communication device has first and second radiating elements (10, 20′). A controllable switch (30) is arranged between the radiating elements for selectively interconnecting and disconnecting thereof. The state of the switch is controlled by means of a control voltage input (VSwitch). A filter (40) comprising a pure resistance that blocks radio frequency signals is arranged between the second radiating element and the control voltage input. By means of this arrangement, two broad and spaced apart frequency bands are obtained with retained performance and small overall size of the antenna device. A communication device comprising such an antenna device is also provided.
US07800542B2 Multi-layer offset patch antenna
A patch antenna includes a first patch element and a second patch element. Each patch element defines a center. The second patch element is spaced below the first patch element. A connection point is defined on the second patch element for connection to a transmission line. A first plane is defined through the connection point and the center of the second patch element and generally perpendicular to the second patch element. The first patch element is disposed offset the second patch element such that the center of the first patch element does not intersect with the first plane.
US07800533B2 System and method for determining falsified geographic location of a mobile device
A system and method for determining whether an estimated location of a wireless device includes one or more forged satellite measurements. An estimated location of the wireless device may be determined from signals received from a first set of satellites, and a set of residuals obtained as a function of the estimated location. The obtained set of residuals may then be compared to a reference set of residuals. If the comparison between the obtained set and reference set of residuals is less than a predetermined threshold, then the estimated location may be identified as having one or more forged satellite measurements.
US07800531B2 High precision positioning system
A method for determining a position uses an access point array, a reference station, a location server and a client terminal. The reference station may include a GPS receiver to acquire and track GPS satellites. GPS data may be provided to the location server. The access point array may be configured to minimize interference and may be coupled by a network to the location server. The client terminal may include a GPS receiver. A frequency offset for the client terminal may be determined by examining a frequency offset of the reference station and relative offset frequencies of the access points. This frequency offset may advantageously increase the sensitivity of the client terminal to GPS signals. The client terminal may provide GPS data to the location server, which server may determine the position of the client terminal based on data from the client terminal and the reference station.
US07800530B2 Method and system for providing assistance data for A-GPS location of handsets in wireless networks
A system and method for determining the location of a wireless device. A boundary for an approximate area in which the wireless device is located is determined and a plurality of satellites may be determined as a function of the boundary. Assistance data is transmitted to the device which includes information from the plurality of satellites, and the location of the wireless device may be determined from the information. In one embodiment, if the number of the plurality of satellites is greater than a predetermined threshold then the number of satellites may be reduced as a function of one or more of the elevation of each satellite above the horizon, a distance between each satellite to one or more other satellites, and an altitude of each satellite.
US07800525B2 Method for operating a sensor system and sensor system
A method is provided for operating a sensor system having a sensor, an analog-to-digital converter and a digital signal-processing device, an analog signal from the sensor being transmitted to the analog-to-digital converter, the analog signal being converted to a digital signal by the analog-to-digital converter with a sampling frequency, the digital signal being transmitted to the digital signal-processing device, and the analog signal further being transmitted to a clock generator, the sampling frequency of the analog-to-digital converter being controlled by the clock generator as a function of the analog signal.
US07800519B2 Method and apparatus for compressing and decompressing data
One embodiment of the present invention provides an apparatus for compressing data, comprising a compression mechanism which includes N channels. During operation, the compression mechanism receives a set of data words from an input bit-stream, compresses the data words into a set of variable-length words, and stores an I-th variable-length word in the set of variable-length words into a fixed-packet for an I-th channel. Then, the compression mechanism assembles each fixed-length packet into an output stream when the packet becomes full. Some other embodiments of the present invention provide an apparatus for data decompression, comprising a parallel-processing mechanism which includes N decompression mechanisms. During operation, each decompression mechanism retrieves a fixed-length packet from a corresponding channel in an input stream, retrieves and decompresses a set of variable-length words from the fixed-length packet, and assembles the decompressed variable-length words into every N-th position of an output stream beginning at an offset I corresponding to the channel.
US07800512B1 Utility power restoration indicator for power management system
A system for indicating a power condition in a conductor includes an indicator constructed to provide notification to a user of a utility power condition, and a sensor non-electrically connected to a utility conductor to control operation of the indicator in response to detection of power in the utility conductor.
US07800511B1 Emergency lighting system
An emergency lighting system comprises a control system, guide light devices, having multiple light members, guide light controllers, and signal devices. Each guide light controller is adapted to activate at least one guide light device operatively connected to the guide light controller to emit sequentially flashing light signals. Each signal device is adapted to selectively detect an emergency situation and transmit an emergency signal to the control system in response thereto, with each guide light controller being associated by the control system with one of the signal devices. The control system is adapted to transmit control signals in response to the emergency signals to selected ones of the guide light controllers, whereby the guide light controllers receiving emergency signals activate the guide light devices to emit sequentially flashing light signals in one of either two directions with the direction of flashing being controlled by the control signals.
US07800497B2 Wireless detection system
A system is disclosed including a transponder and a shield. The transponder may be a radio frequency identification (RFID) transponder and sends a signal to a reader. The shield selectively prevents the transponder from sending the signal. The transponder and the shield are selectively movable relative to each other to permit transmission of the signal from the transponder. A movement of the transponder and the shield relative to each other is indicated by the presence of the signal. Thus, when a signal is present, due to a change or increase of the movement of the shield relative to the transponder, the reader receives an indication of a disturbance or an intrusion.
US07800492B2 Multi purpose locater
Multi Purpose Locater is a transmitter and receiver system designed to allow a user to more easily find small objects such as keys, beepers, cell phones or glasses. The preferred embodiment of Multi Purpose Locater is comprised of at least some of the following: a transmitter, microchip and power source located inside a small plastic housing with an adhesive backing in combination with a receiver, power source and sound mechanism located inside another plastic housing and a speaker and power button on that plastic housing. To use Multi Purpose Locater, an individual attaches the transmitter housing to an object using the adhesive backing. The transmitter within the transmitter housing constantly emits a signal detectable by the accompanying receiver located in the receiver housing. When the object is misplaced, the user turns on the receiver using the power button located on the receiver housing. When the receiver detects the proper frequency from the transmitter, the sound mechanism sounds an alarm through the speaker located on the receiver housing.
US07800479B2 Semiconductor device having a trim cut and method of evaluating laser trimming thereof
A method of evaluating laser trimming of a semiconductor device having a thin film resistor is disclosed. The method includes the steps of providing the thin film resistor and laser trimming the thin film resistor by creating a first trim cut. The first trim cut bisects the thin film resistor such that the thin film resistor is divided into a first portion and a second portion. Also, the method involves measuring the insulation resistance of the thin film resistor. In addition, the method involves evaluating the trim cut based on the measured insulation resistance.
US07800467B2 Electrical switch element, in particular a relay, for the simultaneous switching of a plurality of circuits
An electrical switch element for a relay includes a base, a compensating element, and an actuating device. The base is provided with fixed contacts. The compensating element includes first and second switch contact carriers provided with switch contacts that correspond to the fixed contacts. The first and second switch contact carriers are connected by a rigid body joint arranged there between such that the first and second switch contact carriers are pivotable about a pivot axis. The rigid body joint has a support surface. The actuating device is in contact with the support surface. The actuating device applies a switching force to the support surface to cause the first and second switch contact carriers to pivot about the pivot axis to move the switch contacts into or out of electrical contact with the fixed contacts.
US07800466B2 Magnetic trip mechanism and electrical switching apparatus employing the same
A magnetic trip mechanism is provided for an electrical switching apparatus. The magnetic trip mechanism includes a magnetic member, an armature having opposing first and second ends and first and second sides, an armature restraint and a biasing element. The armature moves among first and second positions corresponding to separable contacts of the electrical switching apparatus being tripped open and closeable, respectively. The armature restraint includes first and second portions. In the first position, the first side of the armature engages the magnetic member. In the second position, the second side of the armature engages the second portion of the armature restraint. The armature restraint and the biasing element comprise a sub-assembly, which is removably coupled to the magnetic member. After being removably coupled to the magnetic member, the biasing element is chargeable to bias the armature away from the first position toward the second position.
US07800457B2 Self-calibrating temperature-compensated oscillator
A self-calibrating temperature compensated oscillator includes a monolithic structure having a first resonator, a second resonator, and a heating element to heat the first and second resonators. The temperature coefficient of the second resonator is substantially greater than the temperature coefficient of the first resonator. A first oscillator circuit operates with the first resonator and outputs a first oscillator output signal having a first oscillating frequency. A second oscillator circuit operates with the second resonator and outputs a second oscillator output signal having a second oscillating frequency. A temperature determining circuit determines the temperature of the first resonator using the second oscillating frequency. A temperature compensator provides a control signal to the first oscillator in response to the determined temperature to adjust the first oscillating frequency and maintain it at a desired operating frequency.
US07800454B2 Digital controlled oscillator
A digital controlled oscillator including a programmable current source, a first variable capacitor and a second variable capacitor. A comparator compares the voltage across the variable capacitors with a reference voltage level and generates a DCO output clock signal. A switching means alternately switches the variable capacitors to either charge from a programmable current source or discharge in response to an output signal of the comparator. A clock divider divides the DCO output clock signal by a factor N substantially greater than 1. A frequency monitor receives the divided clock signal, determines the time difference of successive clock periods of the divided clock signal and generates a feedback signal to adapt the frequency of the DCO output clock signal.
US07800453B2 Apparatus and methods for radar imaging based on injected push-push oscillators
The present invention relates to radar imaging and to phased array antennas. The invention also relates to transmitter/receiver modules, push-push oscillators and Injection locked push-push oscillators for phased array antennas. The invention reduces the production cost and improves the performance of conventional phased array antennas.
US07800450B2 Re-configurable low noise amplifier utilizing feedback capacitors
A re-configurable low noise amplifier utilizing feedback capacitors is disclosed. The low noise amplifier has output transistors, capacitor switch cells, and capacitance distributors all in an output portion. The output transistors are for controlling selection of a specific frequency band in a wide band of frequencies. The capacitor switch cells are for adjusting a harmonic frequency for the specific frequency band. The capacitance distributor is for determining an amount of gain, and according to the gain, an output impedance feeds back to an input portion of the low noise amplifier for input matching. Since the output portion is at high impedance and suitable for a wide band of frequencies, input matching not only makes the low noise amplifier applicable to kinds of wireless communication standards, but also fulfills high gain and low noise figure.
US07800446B2 Method and system for varying gain exponentially with respect to a control signal
A method for varying gain exponentially with respect to a control signal is provided. The method includes receiving a primary control signal. A secondary control signal is generated based on the primary control signal. The secondary control signal is provided to a variable gain amplifier and is operable to exponentially vary a gain for the variable gain amplifier with respect to the primary control signal.
US07800445B2 Low headroom X-bridge transconductor
A transconductance cell includes a positive rail for providing a positive power supply voltage and a negative rail for providing a negative power supply voltage. A pair of voltage inputs, one inverting and one non-inverting, develop a differential voltage input signal having a common mode voltage range from one of the rail voltages to within a volt or less of the other rail voltage. And a pair of cross-coupled transconductor circuits each have: (i.) a source voltage follower responsive to one of the voltage inputs for sourcing relatively unbounded output current at unity voltage gain, (ii.) a sink voltage follower responsive to the other voltage input for sinking unbounded output current to a current output terminal, and (iii) a transconductance resistor connected between the source voltage follower and the sink voltage follower for developing a differential output current proportional to the differential voltage input signal. Transconductance of the cell is substantially constant over the range of the differential voltage input signal without limiting the differential output current.
US07800440B2 Variable automatic limit control (ALC) threshold for any desired compression curve
A signal conditioning circuit dynamically adjusts a compression ratio, so as to compress a signal and avoid limiting to the extent possible, thereby avoiding distorting the signal by clipping. An input signal is applied to the input of a programmed gain amplifier (PGA) or other amplifier whose gain can be controlled by a gain control signal. The input or the output of the PGA is sampled by a level detector to produce a level signal that represents the level of the signal. A variable source produces a variable threshold signal. A comparator compares the level signal to the variable threshold signal to produce a difference signal. Control logic generates the gain control signal from the difference signal. When the level signal exceeds the threshold signal, the control logic alters the gain control signal to reduce the gain of the PGA, and when the level signal is less than the threshold signal, the control logic alters the gain control signal to increase the gain of the PGA. The threshold signal varies as a function of the gain control signal.
US07800432B2 Semiconductor circuit and controlling method thereof
A semiconductor circuit including a bias circuit (1) generating a signal reflecting a current driving capability of a transistor; an analog/digital converter circuit (2) converting the signal from an analog format into a digital format; and a signal processing circuit (3) partially controlled in an operating state or a non-operating state according to the signal converted by the analog/digital converter circuit as a control signal, is provided.
US07800431B2 Internal voltage generation circuit
Various examples of internal voltage generation circuit are provided. In one example, the internal voltage generation circuit includes a level control signal generator for generating a level control signal in response to a power down mode signal, which is activated synchronously with a clock enable signal, and a precharge flag signal, which is enabled when a precharge operation, is performed, and an internal voltage generator for generating an internal voltage in response to the level control signal and outputting it to an output node.
US07800427B2 Switched capacitor circuit with inverting amplifier and offset unit
A switched capacitor circuit includes an amplifier, a charging unit, an offset unit, and an integrating unit. The charging unit is coupled between an input node and a first node, and is for accumulating charge corresponding to an input signal during a sampling mode. The offset unit is coupled between the first node and an input of the amplifier, and is for maintaining the first node to be a virtual ground during an integrating mode. The integrating unit is coupled between the first node and an output of the amplifier, and is for receiving charge from the charging unit during the integrating mode.
US07800424B2 Apparatus for supplying overdriving signal
An apparatus for supplying an overdriving signal in a memory apparatus. The apparatus includes: a voltage detecting block that outputs a plurality of detection signals according to the level of an external voltage, and a pulse generator that outputs the overdriving signals having different pulse widths according to the plurality of detection signals.
US07800416B2 Data output buffer circuit
A data output circuit includes a pre-driving block configured to receive input data, generate a plurality of pull-up signals and pull-down signals, and change enable times of the pull-up signals and the pull-down signals in response to a plurality of control signals, and a main driving block configured to generate output data in response to the pull-up signals and the pull-down signals.
US07800414B2 Differential current driving type data transmission system
A differential current driving type data transmission system includes a line drive controller for outputting differential transmission signals and common mode line control signals, in response to a transmission signal; current sources for generating an excitation current and a base current and for driving positive/negative transmission lines with the base current; a first switch for selectively switching the excitation current to the positive/negative transmission lines, in response to the differential transmission signals; and a second switch for equalizing the positive/negative transmission lines within a common mode interval, in response to the common mode line control signals, wherein, in the common mode, the positive/negative transmission lines are driven at a level above or below an intermediate current level by a predetermined common mode current difference.
US07800410B2 Integrated circuit having temperature based clock filter
An integrated circuit is provided having a system clock and a clock filter. The clock filter has a temperature sensor for sensing a temperature of the integrated circuit and for causing the clock filter to block output of the system clock if the sensed temperature is below or above a predetermined temperature.
US07800405B2 Passgate structures for use in low-voltage applications
Enhanced passgate structures for use in low-voltage systems are presented in which the influence of Vt on the range of signals passed by single-transistor passgates is reduced. In one arrangement, the VGATE-Vt limit for signals propagated through NMOS passgates is raised by applying a higher VGATE; in another arrangement, the Vt is lowered. The use of CMOS passgates in applications where single-transistor passgates have traditionally been used is also presented.
US07800398B2 Semiconductor integrated circuit and method of controlling the same
A semiconductor integrated circuit includes an ODT signal generator that receives an ODT command signal, an ODT reset signal, and an ODT calibration end signal to generate an ODT control signal according to the phase of the ODT calibration end signal, and an ODT resistance adjusting unit that is to perform an on-die termination operation in response to the ODT control signal.
US07800396B2 Semiconductor integrated circuit, control method, and information processing apparatus
A semiconductor integrated circuit includes a circuit block connected to an arithmetic processing unit via a bus, a power supply noise data generator which is configured to generate a power supply noise data signal by converting power supply noise generated in power supply voltage of power supply operates the circuit block, an error detector which is configured to detect an error of data outputted from the circuit block to the bus, and a write controller which is configured to associate power supply noise information based on the power supply noise data signal with data on the bus and write the data in a storage unit, and to stop to write the data in response to the detection of the error by the error detector.
US07800387B2 Method for detecting tips of probes, alignment method and storage medium storing the methods, and probe apparatus
There is provided a method for detecting a height of a tip of a probe before detecting a horizontal position of the probe tips of the probe, by using an alignment device having a first imaging unit and a second imaging unit provided at the mounting table. In the method, at a first step, a height of a load sensor provided in the mounting table is detected by using the first imaging unit. Further, at a second step, the mounting table is moved to make the probe come in contact with the load sensor and a height of the probe tip is detected based on a moving amount of the mounting table. In addition, it is confirmed whether the load sensor operates normally by using a pin, between the first and the second step.
US07800374B2 Multi-component marine electromagnetic signal acquisition cable and system
A marine electromagnetic sensor cable includes a plurality of sensor modules disposed at spaced apart locations along a cable. Each module includes at least one pair of electrodes associated therewith. The electrodes are arranged to measure electric field in a direction along the direction of the cable. A plurality of spaced apart magnetic field sensors is associated with each module and arranged to enable determining an electric field amplitude in a direction transverse to the direction of the cable from magnetic field gradient.
US07800364B2 Device for inspecting tangential recesses in a rotor disk
An inspection device for inspecting tangential recesses in a rotor disk by means of eddy currents is disclosed. The device includes a probe containing a plurality of sensors arranged to acquire a plurality of data series during a scan stroke, and the probe is mounted on moving equipment that is slidable in a support that is provided with two positioning members for co-operating with recesses neighboring the recess for inspection.
US07800360B2 Connector system with magnetic audio volume control and method
Electronic equipment control of a parameter of electronic equipment includes magnetic encoder responsive to magnetic input to provide control output for electronic equipment, a connector member connects electrically with a further connector member; the magnetic encoder receives magnetic input representing relative motion between the further connector member and the connector member to provide such control output. The further connector member has an electrical terminal connectible with the connector member, a magnet positioned relative to the electrical terminal for movement therewith providing magnetic output representing such movement, and the magnet and magnetic encoder are in proximity for magnetic coupling to provide the magnetic encoder magnetic force representing relative movement of the connector member and further connector member. A method of adjusting a parameter of electronic equipment includes effecting relative movement between connected parts of an electrical connector, and using magnetic force representation of such relative movement adjusting such parameter.
US07800350B2 Apparatus for optimizing diode conduction time during a deadtime interval
Deadtime optimization techniques and circuits are provided which implement closed loop feedback to reduce a duration of a deadtime interval by reducing a diode conduction time (DCT) to an optimized or minimized value. Information regarding DCT is fed back to continuously adjust the relative delay between a first driver path which drives a first transistor and a second driver path which drives a second transistor. For instance, information regarding DCT can be measured and stored, and then used to generate a control signal which continuously adjusts (e.g., increases or decreases) a variable delay associated with a delay element in one of the driver paths of one of the transistors. The delay is adjusted to a value which drives the DCT towards an optimum value. By continuously changing the relative delay between the first driver path and the second driver path, the DCT can be driven to an optimum value.
US07800340B2 Fuel cell assembly using multiple fuel cell stacks and control method therefor
A multi-stack assembly receiving fuel from a fuel supply and producing power output for consumption by a load, the assembly comprising a plurality of fuel cell stacks for producing DC power and forming a plurality of fuel cell stack groups, wherein each of the stack groups includes at least one fuel cell stack, a plurality of inverters corresponding to the plurality of fuel cell stack groups, wherein each of the inverters draws a predetermined amount of DC power from a corresponding fuel cell stack group and converts the DC power to AC power; and a controller for controlling each of the inverters to draw the predetermined amount of DC power from the corresponding fuel cell stack group so as to satisfy power requirements of the load.
US07800330B2 Method for regulating a voltage or a current of an RLC filter, a recording medium and vehicles for this method
This deadbeat control method for regulating an output voltage Uc or an output current Il of a low-pass RLC filter includes: calculation (92) of a current setting Īuc for the average intensity Īu of a DC current Iu flowing through a first output point of the filter between instants ti and ti+1, this setting Īuc being established from discretized state equations of the filter in such a way that the voltage Uc or the line current Il is equal to a predetermined setting of voltage Ucc or of line current Ilc at the instant ti+1, control (100) of an electric converter in order to produce a current Iu flowing through the filter, the average intensity Īu of which between the instants ti and ti+1 is equal to the current setting Īuc.
US07800320B2 Power transmission device, and display device and display panel pedestal that have the power transmission device
A power transmission device capable of adjusting a torque to be applied to an output shaft easily and removing a backlash between gears exactly, and a display device and a display panel pedestal that have the power transmission device. A power transmission device 101 includes a display panel 102, an output shaft 103 to which the display panel is connected, output gears 104 and 105 rotating integrally with the output shaft, transmission gears 106 and 107 engaged with the respective output gears, motors 108 and 109 providing driving forces to the respective transmission gears, and a control circuit 110 controlling the motors. The control circuit 110 causes the motors 108 and 109 to rotate the transmission gears 106 and 107 at different rotation numbers, and to transmit different driving forces to the respective output gears 104 and 105. The output shaft 103 receives not only a torque on a rotation direction side, but also a torque on a side opposite to the rotation direction, whereby the occurrence of play due to the direction change of a weight torque of the display panel 102 is suppressed.
US07800317B2 Discharge lamp lighting apparatus and semiconductor integrated circuit
A discharge lamp lighting apparatus includes switching elements to pass a current to a primary winding of a transformer and a capacitor, an oscillator to generate a triangular signal, an error amplifier to amplify an error voltage of a voltage corresponding to a current passed through a discharge lamp and receive a burst dimming signal that is a pulse signal to intermittently supply power to the discharge lamp, comparators to compare the error voltage with the triangular signal and generate PWM control signals that turn on/off the switching elements, respectively, a clamp circuit to clamp an output from the error amplifier so that the output from the error amplifier may not drop below a lower limit value of the triangular signal during an OFF period of the burst dimming signal, and breaking circuits to block the PWM control signals during the OFF period of the burst dimming signal.
US07800314B2 Projector and driving method of light source for projector
A projector includes an discharge lamp which has a first electrode and a second electrode and emits light by generating discharge between the first and second electrodes, and a driving system which supplies power by alternating polarities of the first electrode and the second electrode. The driving system is operable in a restoration mode. The driving system melts surface layers of a tip and a surrounding area of the tip extending from a main body of one of the first and second electrodes, and expands a new tip on a tip area of the main body of the one electrode in the restoration mode.
US07800309B2 Low-pressure mercury vapor discharge lamp and apparatus for treatment
A low-pressure mercury vapor discharge lamp has a lamp envelope enclosing, in a gastight manner, a discharge space provided with a filling of mercury and a rare gas. The lamp envelope includes electrodes for maintaining a discharge in the discharge space. The lamp envelope transmits UV-light and is made of a black glass component. The composition of the black glass component is free of PbO and comprises, expressed as a percentage by weight, the following constituents: 65-70% by weight of SiO2, 1.4-2.2% by weight of Li2O, 1.5-2.5% by weight of Na2O, 11-13% by weight of K2O, 1.8-2.6% by weight of MgO, 2.5-5% by weight of CaO, 2-3.5% by weight of SrO, 8-9.5% by weight of BaO, 0.2-0.4% by weight of CoO, and 1.7-3.25% by weight of NiO.
US07800300B2 Organic electroluminescent display device having electroluminescent transistors and methods of manufacturing the device
An electroluminescent display device is disclosed. The device includes electroluminescent transistors which function as both signal switches and as electroluminescent light sources for the display pixels.
US07800297B2 Nanostructured electroluminescent device and display
An electroluminescent device contains (1) first and second electrodes, at least one of which is transparent to radiation; (2) a hole conducting layer containing first nanoparticles wherein the hole conducting layer is in contact with said first electrode; (3) an electron conducting layer containing second nanoparticles where the electron conducting layer is in contact with the hole conducting layer and the second electrode; and optionally (4) a voltage source capable of providing positive and negative voltage, where the positive pole of the voltage source is connected to the first electrode and the negative pole is connected to the second electrode. In some embodiments, the electroluminescent device also includes an electron-hole combination layer between the hole and electron conducting layers.
US07800290B2 High efficiency emitter for incandescent light sources
An emitter (F) for incandescent light sources, in particular a filament, capable of being brought to incandescence by the passage of electric current is obtained in such a way as to have a value of spectral absorption α that is high in the visible region of the spectrum and low in the infrared region of the spectrum, said absorption α being defined as α=1−ρ−τ, where ρ is the spectral reflectance and τ is the spectral transmittance of the emitter.
US07800286B2 Alpha fusion electrical energy valve
Alpha particles are directed and focused onto a delta-ray cathode target, where an alpha fusion reaction is generated. Delta radiation or high-energy secondary electrons are generated from the said alpha reaction. The cathode also becomes thermally active generating thermionic electrons. The electrons flow in the direction of an anode that absorbs their energy, generating electrical current in one direction, known in the electrical field as direct current.
US07800276B2 Rotor assembly
Devices and methods are provided for a rotor assembly and an electric motor. One embodiment for a rotor assembly includes a first rotor including a first interface surface and a second rotor including a second interface surface corresponding to the first interface surface. Also, the first rotor is positioned with the first interface surface in direct physical contact with the second interface surface of the second rotor.
US07800273B2 AC electric rotating machine with multiphase stator coils
A stator coil includes a belt-shaped winding band and a same-layer bridging portion. The winding band makes one or more rounds, while turning back in the axial direction a plurality of conductor wires which are aligned in parallel at a pitch of electric angle π (pi). The same-layer bridging portion connects a pair of the conductor wires which are of the same phase at the end portion of the winding and which are arranged in the same layer of the slot. Such arrangement enables forming a compact multi-phase stator coil.
US07800268B2 Device to relieve thrust load in a rotor-bearing system using permanent magnets
The present invention provides a device and a method to enhance thrust load capacity in a rotor bearing system. The load-enhancing device comprises a stator and a rotor arranged in such as way as to achieve a magnetic thrust load capacity enhancement by employing a number of permanent magnets, which produce an attracting force of an expulsing force between the rotor and the stator.
US07800261B2 Rotary electric machine with stator outer surface designed to enhance heat dissipation
According to the present invention, a rotary electric machine includes a rotor with a rotary shaft, a stator surrounding an outer periphery of the rotor, and a frame supporting the rotor and the stator. Further, the stator has an outer surface at least part of which is exposed to outside of the frame, and a plurality of protrusions and recesses are formed on the exposed part of the outer surface of the stator, so as to enhance dissipation of heat generated by operation of the rotary electric machine. According to a further implementation of the present invention, the rotor includes at least one fan that works to create air flow, and the protrusions and the recesses are so formed that the recesses make up air flow paths, along which the air flow created by the fan passes over the outer surface of the stator, thereby cooling the outer surface.
US07800260B2 Vehicle driving apparatus
A driving gear of a vehicle comprising a motor generator (MG2), a power control unit (21) for controlling the motor generator (MG2), and a case for containing the motor generator (MG2) and the power control unit (21). The power control unit (21) comprises a first inverter for driving the motor generator (MG2), and a voltage converter for applying power supply voltage to the first inverter after stepping it up. The voltage converter includes a reactor (L1). Heat of the reactor (L1) is dissipated using lubricant touching the reactor (L1) and the case as heat transfer agent. A circulation path of lubricant is formed in the case and the reactor is arranged on the circulation path.
US07800253B2 Transmitting signals over interconnect carrying direct current from power supply to electronic device
A system of an embodiment of the invention is disclosed that includes an interconnect, an electronic device, and a power supply. The interconnect is to carry direct current (DC). The electronic device is connectable to the interconnect to receive DC, and has a communication circuit to transmit signals over the interconnect. The power supply is connectable to the interconnect to provide the DC to the electronic device, and has a decoder circuit to decode the signals received over the interconnect from the electronic device.
US07800252B2 Load condition controlled wall plate outlet system
In accordance with various aspects of the present invention, a method and circuit for reducing power consumption of a wall plate system during idle conditions is provided. In an exemplary embodiment, a wall plate system is configured for reducing power during idle mode by disengaging at least one outlet from a power input. A wall plate system may include one or more outlets and one or more wall plate circuits, with power input connected to the outlets through the wall plate circuit(s). The wall plate circuit may include a current measuring system, a control circuit, and a switch. The current measuring system provides, through the switch, an output power signal that is proportional to the load at the outlet. If behavior of the current measuring system indicates that an outlet is drawing substantially no power from the power input, the switch disengages the power input from the outlet.
US07800249B1 Power supply system
A power supply system includes at least two power input units each adapted to be connected with a power unit, a power output unit for connecting an electric appliance, and a first unidirectional component and a second unidirectional component series-connected between a positive and a negative input terminals of each of the power input units and reverse with each other to respectively block a reverse current produced by a reverse connection of the each of the power units and block a forward current of the each of the power units to flow therefrom. The second unidirectional components are series-connected together between a positive and a negative output terminals of the power output unit to form a unidirectional path. The power input units are series-connected together with the corresponding positive and negative input terminals thereof being substantially short-circuit connected and further directly drawn forth to between the corresponding second unidirectional components.
US07800248B2 Backup power system
The subject matter of the invention is a backup power system configured to be a UPS system, with a customer generation system and with a network monitoring device with a switch topology including a first connection node, that is connected to the customer generation system that is connected to at least one automatic disconnection switch including a first switch said first switch being disposed between the customer generation system and a utility grid, and that is connected to a second switch that is connected to one or several loads, said system including a second connection node that is connected to said second switch connected to said load, that is connected to a third switch disposed between the utility grid and the load and that is connected to a fourth switch to which there is connected a standalone inverter with a storage device, and said system including a third connection node, connecting said first switch and said third switch to said utility grid, said customer generation system supplying an AC voltage that can be added to the circuit, in parallel to said utility grid, the grid monitoring device for opening said first switch being provided upon a failure of the utility grid.
US07800247B2 Storage system that maximizes the utilization of renewable energy
An electrical energy storage system for maximizing the utilization of renewable energy. In the system an inverter connected to at least one battery module is integrated with a grid power source and home or office electrical devices. Additionally, a renewable energy source can be included in the system. A controller is used to control the components for reducing demands on the grid power source during peak demand periods and for maximizing the utilization of the renewable energy source connected to the system.
US07800245B2 Method and architecture for reduction in vehicle wiring
Systems and methods perform power conversion and distribution. A system for power conversion and distribution, according to one embodiment comprises: a first generator substation (70) receiving power from a first electrical generator (10); a first main substation (100) for distributing converted power to at least one load, said load being local to the first main substation (100); a ring bus including ring bus feeders (1000, 2000); and at least one satellite substation (700) for powering a remote load, wherein the ring bus feeders (1000, 2000) connect the first generator substation (70) and the first main substation (100) in a ring arrangement, and the at least one satellite substation (700) receives power from the ring bus through a branch substation (500).
US07800244B2 Device for managing the supply to a network of power-consuming elements for a motor vehicle
A switching unit for a device for managing the supply to a network of power-consuming elements for a motor vehicle, said management device including: a main network (Rp), a main energy storage element (Bp) which is intended to supply the main network (Rp), a secondary network (Rs), and a secondary energy storage element (Ucap) which is intended to supply the secondary network (Rs). According to the invention, the unit is intended to connect the secondary network (Rs) electrically with the secondary energy storage element (Ucap) when the vehicle is in a parking mode. The secondary energy storage element (Ucap) comprises a super-capacitor (Ucap) and includes means (D0, Rp) for pre-charging the secondary energy storage element (Ucap). The invention is suitable for motor vehicles.
US07800234B2 Process for manufacturing deep through vias in a semiconductor device, and semiconductor device made thereby
A process for manufacturing a through via in a semiconductor device includes the steps of: forming a body having a structural layer, a substrate, and a dielectric layer set between the structural layer and the substrate; insulating a portion of the structural layer to form a front-side interconnection region; insulating a portion of the substrate to form a back-side interconnection region; and connecting the front-side interconnection region and the back-side interconnection region through the dielectric layer.
US07800224B2 Power device package
A power device package according to the one embodiment of the present invention includes an insulating substrate with an interconnection pattern disposed on the insulating substrate. The interconnection pattern comprises a single conductive layer comprising a first metal layer, and a multiple conductive layer comprising another first metal layer and a second metal layer disposed on the another first metal layer. A plurality of wires are attached to an upper surface of the single conductive layer and/or an upper surface of the second metal layer of the multiple conductive layer. Contact pads on a power control semiconductor chip and a low power semiconductor chip driving the power control semiconductor chip are electrically connected to the wires.
US07800220B2 Power electronics assembly with cooling element
The invention concerns a power electronic arrangement comprising an insulating substrate, a cooling element arranged beneath the insulating substrate and one or more power electronic components disposed on a respective metallization surface of the insulating substrate. Disposed on the surface of the insulating substrate is a metal layer portion which projects beyond the insulating substrate at all sides. The region of the metal layer portion, that projects beyond the insulating substrate, forms a metal flange which borders the insulating substrate. The cooling element, on its side towards the insulating substrate, beneath the insulating substrate, has one or more recesses, whereby a cavity delimited by the insulating substrate and wall surfaces of the one or more recesses is formed beneath the insulating substrate for receiving a liquid cooling agent. The metal flange is further connected to the cooling element.
US07800217B2 Power semiconductor device connected in distinct layers of plastic
A power semiconductor device and a method for its production. The power semiconductor device has at least one power semiconductor chip, which has on its top side and on its back side large-area electrodes. The electrodes are electrically in connection with external contacts by means of connecting elements, the power semiconductor chip and the connecting elements being embedded in a plastic package. This plastic package has a number of layers of plastic, which are pressed one on top of the other and have plane-parallel upper sides. The connecting elements are arranged on at least one of the plane-parallel upper sides, between the layers of plastic pressed one on top of the other, as a patterned metal layer and are electrically in connection with the external contacts by means of contact vias through at least one of the layers of plastic.
US07800216B2 Multilayer printed wiring board
An IC chip for a high frequency region, particularly, a packaged substrate in which no malfunction or error occurs even if 3 GHz is exceeded. A conductive layer is formed at a thickness of 30 μm on a core substrate and a conductive circuit on an interlayer resin insulation layer is formed at a thickness of 15 μm. By thickening the conductive layer, the volume of the conductor itself can be increased thereby decreasing its resistance. Further, by using the conductive layer as a power source layer, the capacity of supply of power to an IC chip can be improved.
US07800215B2 Semiconductor device
A semiconductor device includes a header, a semiconductor chip fixed to the header constituting a MOSFET, and a sealing body of insulating resin which covers the semiconductor chip, the header and the like, and further includes a drain lead contiguously formed with the header and projects from one side surface of the sealing body, and a source lead and a gate lead which project in parallel from one side surface of the sealing body, and wires which are positioned in the inside of the sealing body and connect electrodes on an upper surface of the semiconductor chip and the source lead and the gate lead, with a gate electrode pad arranged at a position from the gate lead and the source lead farther than a source electrode pad.
US07800210B2 Semiconductor device
It is an aspect of the embodiments discussed herein to provide a semiconductor device including: a substrate; a base on the substrate; an integrated circuit chip on the base; and a ball grid array type package material made of a resin and encapsulating the integrated circuit chip.
US07800208B2 Device with a plurality of semiconductor chips
A device with a plurality of semiconductor chips is disclosed. One embodiment provides a substrate. A first semiconductor chip is mounted over the substrate. A second semiconductor chip is mounted over the first semiconductor chip. A first electrically conducting element electrically couples the second semiconductor chip to the substrate and a mold material covers the first electrically conducting element only partially.
US07800204B2 Semiconductor device and method of fabricating the same
A semiconductor device includes a stepwise impurity layer provided at one of an anode portion and an cathode portion of the semiconductor device by introducing an impurity of a predetermined conduction type from a major surface of the semiconductor substrate through to a first depth to provide a first region of the semiconductor substrate having the impurity of the predetermined conduction type introduced therein. The predetermined conduction type is a same conduction type as a conduction type of the one of the anode portion and the cathode portion. The stepwise impurity layer is further provided by melting a second, predetermined region of the semiconductor substrate having a second depth deeper than the first depth and including the first region to make uniform the impurity of the predetermined conduction type in a concentration from the major surface through to the second depth to provide a uniform stepwise impurity concentration profile.
US07800201B2 Thinned wafer having stress dispersion parts and method for manufacturing semiconductor package using the same
A thinned wafer having stress dispersion parts that make the wafer resistant to warpage and a method for manufacturing a semiconductor package using the same is described. The wafer includes a wafer body having a semiconductor chip forming zone and a peripheral zone located around the semiconductor chip forming zone; and the stress dispersion parts are located in the peripheral zone so as to disperse stress induced in the peripheral zone and the semiconductor chip forming zone.
US07800193B2 Photodiode, method for manufacturing such photodiode, optical communication device and optical interconnection module
Both high light receiving sensitivity and high speed of a photodiode are achieved at the same time. The photodiode is provided with a semiconductor layer (1) and a pair of metal electrodes (2) which are arranged on the surface of the semiconductor layer (1) at an interval (d) and form an MSM junction. The interval (d) satisfies the relationship of λ>d>λ/100, where λ is the wavelength of incident light. The metal electrodes (2) can induce surface plasmon. At least one of the electrodes forms a Schottky junction with the semiconductor layer (1), and a low end portion is embedded in the semiconductor layer (1) to a position at a depth less than λ/2n, where n is the refractive index of the semiconductor layer (1).
US07800191B2 Solid-state imaging device and method for driving the same
A pixel array is provided in which cells are arranged in a matrix. Each cell includes a photodiode, an FD, a transfer transistor, a reset transistor, an amplifying transistor having a gate electrode connected to the FD, a drain connected to a power supply line, and a source connected to a vertical signal line, and an FD wire. The FD wire is provided in a first wiring line, and the vertical signal line is provided in a second wiring line positioned over the first wiring layer. Since the potential of the FD wire follows the potential of the vertical signal line, it is possible to suppress a variation in capacitance occurring in the FD when a position of the vertical signal is shifted, depending on a position of the cell.
US07800190B2 Getter on die in an upper sense plate designed system
A microelectromechanical system (MEMS) hermetically sealed package device that is less labor intensive to construct and thus less expensive to manufacture. An example package device includes a package having a bottom section and a lid. A MEMS die includes upper and lower plates made in accordance with upper sense plate design. The MEMS die is mounted to the bottom section. The upper and lower plates form a cavity that receives a MEMS device. The upper and lower plates are bonded by one or more bond pads and a seal ring that surrounds the cavity. The seal ring includes grooves that allow exposure of the cavity to the space within the package. A getter material applied to a top surface of the MEMS die on the upper plate. The getter material is activated during or after the lid is mounted to the bottom section.
US07800184B2 Integrated circuit structures with silicon germanium film incorporated as local interconnect and/or contact
Disclosed are integrated circuit structures each having a silicon germanium film incorporated as a local interconnect and/or an electrical contact. These integrated circuit structures provide improved local interconnects between devices and/or increased capacitance to devices without significantly increasing structure surface area or power requirements. Specifically, disclosed are integrated circuit structures that incorporate a silicon germanium film as one or more of the following features: as a local interconnect between devices; as an electrical contact to a device (e.g., a deep trench capacitor, a source/drain region of a transistor, etc.); as both an electrical contact to a deep trench capacitor and a local interconnect between the deep trench capacitor and another device; and as both an electrical contact to a deep trench capacitor and as a local interconnect between the deep trench capacitor and other devices.
US07800177B2 Thin film transistor plate and method of fabricating the same
A thin film transistor (TFT) plate having improved processing efficiency without degradation in performance and a method of fabricating the TFT plate are provided. The TFT plate includes gate insulating layer patterns made of dual layers. Upper portions of both sidewalls of an upper gate insulating layer pattern are substantially aligned with both sidewalls of a gate electrode. Lower portions of both sidewalls of the upper gate insulating layer pattern are substantially aligned with a boundary portion between a lightly doped region and a source region and a boundary portion between the lightly doped region and a drain region. Thus, the concentration of the lightly doped region under a lower gate insulating layer pattern gradually changes.
US07800165B2 Semiconductor device and method for producing the same
A semiconductor region having an upper surface and a side surface is formed on a substrate. A first impurity region is formed in an upper portion of the semiconductor region. A second impurity region is formed in a side portion of the semiconductor region. The resistivity of the second impurity region is substantially equal to or smaller than that of the first impurity region.
US07800158B2 Semiconductor device and method of forming the same
There is provided a semiconductor device and a method of forming the same. The semiconductor device includes a memory device and a self-aligned selection device. A floating junction is formed between the self-aligned selection device and the memory device.
US07800150B2 Semiconductor device
A semiconductor is provided. The semiconductor device includes a transistor, a first strain layer and a second strain layer on a substrate. The first strain layer is configured at the periphery of the transistor. The second strain layer covers the transistor and a region exposed by the first strain layer. The stress provided by the second strain layer is different from that by the first strain layer.
US07800148B2 CMOS active pixel sensor
A CMOS active pixel sensor includes a silicon-on-insulator substrate having a silicon substrate with an insulator layer formed thereon and a top silicon layer formed on the insulator layer. A stacked pixel sensor cell includes a bottom photodiode fabricated on the silicon substrate, for sensing light of a longest wavelength; a middle photodiode fabricated on the silicon substrate, for sensing light of a medium wavelength, which is stacked above the bottom photodiode; and a top photodiode fabricated on the top silicon layer, for sensing light of a shorter wavelength, which is stacked above the middle and bottom photodiodes. Pixel transistor sets are fabricated on the top silicon layer and are associated with each pixel sensor cell by electrical connections which extend between each of the photodiodes and respective pixel transistor(s). CMOS control circuitry is fabricated adjacent to an array of active pixel sensor cells and electrically connected thereto.
US07800140B2 Semiconductor integrated circuit
A semiconductor integrated circuit is provided which entails no increase in the correction time of OPC and in which non-uniformity in the gate lengths due to the optical proximity effects is surely suppressed. A plurality of standard cells (C1, C2, C3, . . . ), each including gates G extended in the vertical direction, are aligned in the transverse direction to form a standard cell row. A plurality of the standard cell rows are located side by side in the vertical direction to form a standard cell group. Each of the standard cell rows has a terminal standard cell Ce at least one end of the standard cell row. The terminal standard cell Ce includes two or more supplementary gates, each of which is any of a dummy gate and a gate of an inactive transistor.
US07800131B2 Field effect transistor
A field effect transistor includes a layer structure made of compound semiconductor (111) provided on a semiconductor substrate (110) made of GaAs or InP, as an operation layer, and employs a first field plate electrode (116) and a second field plate electrode (118). The second field plate electrode includes a shielding part (119) located in the region between the first field plate electrode and a drain electrode (114), and serves to shield the first field plate electrode from the drain electrode. When, in the cross sectional view in the gate length direction, the length in the gate length direction of an overlap region, in which the second field plate electrode overlaps the upper part of a structure composed of the first field plate electrode and a gate electrode (113), is designated as Lol, and the gate length is Lg, the relation expressed as 0≦Lol/Lg≦1 holds.
US07800123B2 Electroluminescence device
An electroluminescence device includes at least one electroluminescence light source for emitting a primary radiation, such as having wavelengths between 200 nm and 490 nm, and at least one light-converting element, arranged in the path of the rays of the primary radiation, for partial absorption of the primary radiation and emission of a secondary radiation. The light-converting element has a dilatation or expansion in the radiation direction of the primary radiation, which is less than an average scattering length of the primary radiation in the light-converting element.
US07800121B2 Light emitting diode component
In a lighting package, a printed circuit board supports at least one light emitting die. A light transmissive cover is disposed over the at least one light emitting die. A phosphor is disposed on or inside of the light transmissive dome-shaped cover. The phosphor outputs converted light responsive to irradiation by the at least one light emitting die. An encapsulant substantially fills an interior volume defined by the light-transmissive cover and the printed circuit board.
US07800120B2 Semiconductor light emitting element
A semiconductor light emitting element comprising: a plurality of light-emitting-layer forming portions each of which includes a pn junction capable of emitting light of a certain wavelength, and which are separated from one another with a translucent resin formed on the side portions of the light-emitting-layer forming portions; a metal film disposed on first surfaces of the light-emitting-layer forming portions; a conductive substrate bonded to the metal film; a lower electrode formed on a surface of the conductive substrate, the surface being opposite to the surface to which the metal film is bonded; a transparent electrode which is connected to second surfaces, opposite to the first surfaces, of the light-emitting-layer forming portions, and which is substantially transparent to the certain wavelength; and an upper electrode formed above the second surfaces of the light-emitting-layer forming portions with the transparent electrode sandwiched in between.
US07800112B2 Semiconductor device comprising MIM capacitor
A conductive film embedded in a predetermined region on an upper surface of an insulation film and metallic wirings embedded so as to penetrate through the conductive film and protrudes into the insulation film constitute a lower electrode of an MIM capacitor.
US07800108B2 Semiconductor device and method of manufacturing semiconductor device including optical test pattern above a light shielding film
The semiconductor device of the present invention includes a first insulating film on a substrate having a first region and a second region, a light shielding film formed in the first region and an interconnect film formed in the second region in the first insulating film and a second insulating film having a first concave portion above the light shielding film in the first region and an interconnect hole having a via hole and a second concave portion in the second region in the second insulating film on the first insulating film, wherein an area of the light shielding film is overlapping an area of the first plurality of concave portions.
US07800104B2 Array substrate for liquid crystal display device and method of fabricating the same
An array substrate for a liquid crystal display device includes: a data line on a substrate; a source electrode contacting the data line, a drain electrode spaced apart from the source electrode and a pixel electrode connected to the drain electrode, wherein the source electrode, the drain electrode and the pixel electrode each including a transparent conductive material; an organic semiconductor layer contacting the source and drain electrodes; a gate insulating layer on the organic semiconductor layer; a gate electrode on the gate insulating layer; a first passivation layer on the gate electrode, the first passivation layer having a gate contact hole exposing the gate electrode; and a gate line on the first passivation layer, the gate line connected to the gate electrode through the gate contact hole.
US07800102B2 Organic thin film transistor including a self-assembly monolayer between an insulating layer and an organic semiconductor layer and flat panel display comprising the same
The organic TFT includes: a gate electrode; source and drain electrodes insulated from the gate electrode; an organic semiconductor layer insulated from the gate electrode and electrically connected to the source and drain electrodes; an insulating layer insulating the gate electrode from the source and drain electrodes and the organic semiconductor layer; and a self-assembly monolayer (SAM) included between the insulating layer and the organic semiconductor layer. A compound forming the SAM has at least one terminal group selected from the group consisting of an unsubstituted or substituted C6-C30 aryl group and an unsubstituted or substituted C2-C30 heteroaryl group. The organic TFT is formed by forming the above-described layers and forming the SAM on the insulating layer before the organic semiconductor layer and source and drain electrodes are formed. Thus, the adhesive force between the organic semiconductor layer and the insulating layer increases and the phase separation of the organic semiconductor material caused by heat can be prevented, thereby obtaining a flat panel display device with improved reliability.
US07800085B2 Microelectronic multiple electron beam emitting device
An electronic emission device emitting plural beams of electrons and including a first structure of a plurality of electron beam emission micro-sources, and a second structure opposite the first structure for collecting electrons emitted by the first structure and for carrying out a secondary emission following the collection. The device can be applied in particular to the field of direct writing lithography.
US07800083B2 Plasma electron flood for ion beam implanter
A plasma electron flood system, comprising a housing configured to contain a gas, and comprising an elongated extraction slit, and a cathode and a plurality of anodes residing therein and wherein the elongated extraction slit is in direct communication with an ion implanter, wherein the cathode emits electrons that are drawn to the plurality of anodes through a potential difference therebetween, wherein the electrons are released through the elongated extraction slit as an electron band for use in neutralizing a ribbon ion beam traveling within the ion implanter.
US07800070B2 Quantum photodetectors, imaging apparatus and systems, and related methods
A camera sub-module is provided for providing tomographic imaging of radiation emissions generated internally by a body. The camera sub-module includes a radiation-emitting layer having a radioactive source for emitting transmission emissions, and at least one radiation-detection layer for contemporaneously detecting and permitting differentiation between the transmission emissions and emissions generated internal to an imaged body administered with a positron-emitting radiotracer. Also provided herein are imaging systems, scanners, and other apparatus and methods.
US07800069B2 Method for performing IR spectroscopy measurements to determine coating weight/amount for metal conversion coatings
A method of determining a coating weight and/or amount of a conversion coating on a metallic substrate including making near-IR spectra of a series of coating weight standards on an appropriate substrate material to match sample material in question, pre-processing the data to prepare it for multivariate calibration methods, performing the multivariate calibration, saving the calibration model in the hand-held near-IR device in an appropriate format, and using the calibration model to predict sample material in question from their near IR spectra.
US07800066B2 Detection beyond the standard radiation noise limit using reduced emissivity and optical cavity coupling
The present invention provides thermal detectors having an optical cavity that is optimized to couple light into a sensor. Light that is on resonance is coupled with the sensor with as high as 100% efficiency, while light off resonance is substantially reflected away. Light that strikes the sensor from the sides (i.e. not on the optical cavity axis) only interacts minimally with sensor because of the reduced absorption characteristics of the sensor. Narrowband sensors in accordance with the present invention can gain as much as 100% of the signal from one direction and spectral band, while receiving only a fraction of the normal radiation noise, which originates from all spectral bands and directions.
US07800061B2 Suspension system and scanning method
A method and apparatus for performing a radiation scan of a structure involve arranging a source of penetrating radiation and a radiation detector at opposed ends of a radiation path through the structure, oriented in such a way that the source emits radiation along the path through the structure and the detector is capable of detecting the radiation after it has passed through the structure and monitoring the radiation emitted from the source that is detected by the detector. At least one continuous loop of a cable is mounted on the structure between at least two fixed locations on the structure so that the cable is movable along its length relative to the structure, and the at least one of the source of penetrating radiation and the radiation detector are fixed to the cable.
US07800060B2 Pattern measurement method and pattern measurement system
Easily and correctly measuring a dimension of a pattern of a photomask or of an OPC pattern of the photomask.A pattern measurement method of the present invention includes steps of obtaining both a standard pattern corresponding to a predetermined pattern and a measurement point specified in advance; setting a measurement area so that it includes two straight line segments on both sides of the measurement point among outlines of the standard pattern; and measuring a dimension between two contours of the scanned image of the predetermined pattern in the measurement area by superposing the measurement area on the scanned image of the predetermined pattern. The measurement area is set so as not to include portions near corner portions connected to two line segments.
US07800057B2 Atmospheric pressure ion source performance enhancement
Electrospray ionization sources interfaced to mass spectrometers have become widely used tools in analytical applications. Processes occurring in Electrospray (ES) ionization generally include the addition or removal of a charged species such as H+ or other cation to effect ionization of a sample species. Electrospray includes ionization processes that occur in the liquid and gas phase and in both phases ionization processes require a source or sink for such charged species. Electrolyte species, that aid in oxidation or reduction reactions occurring in Electrospray ionization, are added to sample solutions in many analytical applications to increase the ES ion signal amplitude detected by a mass spectrometer (MS). Electrolyte species that may be required to enhance an upstream sample preparation or separation process may be less compatible with the downstream ES processes and cause reduction in MS signal. A new set of Electrolytes has been found that increases positive and negative polarity analyte ion signal measured in ESMS analysis when compared with analyte ESMS signal achieved using more conventional electrolytes. The new electrolyte species increase ES MS signal when added directly to a sample solution or when added to a second solution flow in an Electrospray membrane probe. The new electrolytes can also be added to a reagent ion source configured in a combination Atmospheric pressure ion source to improve ionization efficiency.
US07800044B1 High ambient motion environment detection eliminate accidental activation of a device
A method and apparatus for determining when a device is placed in a high ambient motion environment (HAME). The method includes receiving sensor data, and based on the sensor data determining if the device has been placed in the HAME. When placement in the HAME is detected, the method further includes putting the device in a HAME mode. In one embodiment, putting the device in the HAME mode includes locking user input features.
US07800041B2 Solid-state imaging device and imaging apparatus
There is provided a solid-state imaging device, including: a semiconductor substrate having a plurality of pixels, each having a photoelectric conversion portion, formed therein; and a laminated film formed on said semiconductor substrate; wherein said laminated film includes a hydrogen desorbing film for desorbing hydrogen, and a hydrogen blocking-off film disposed so as to overlie said hydrogen desorbing film.
US07800040B2 Method for growing a back surface contact on an imaging detector used in conjunction with back illumination
A method is provided for growing a back surface contact on an imaging detector used in conjunction with back illumination. In operation, an imaging detector is provided. Additionally, a back surface contact (e.g. a delta-doped layer, etc.) is grown on the imaging detector utilizing a process that is performed at a temperature less than 450 degrees Celsius.
US07800034B2 Dazzle protection unit for a portable dazzle protection device including a light capturing element guiding light to at least one sensor
A dazzle protection unit (1) for a portable dazzle protection device that includes an optical dazzle protection filter (3) and at least one sensor (5) for the sensing of incident light and for controlling the translucency of the filter (3). In doing so, the dazzle protection unit (1) includes a light capturing element (4), which captures incident light on a light capturing surface area (12) and conducts it to the at least one sensor (5). The light capturing element (4) preferably captures the light from several areas located at a distance from one another on a front side of the dazzle protection unit (1). Means (8) for coupling light into the light capturing element (4) are situated at a distance from one another.
US07800031B2 Actuators for gun-fired projectiles and mortars
Projectiles are provided having a shell and; one or more actuators for providing thrust disposed inside of a wall of the shell; one or more ring portions forming at least a portion of the shell, the one or more ring portions having one or more actuators formed therein for providing thrust and/or one or more actuator stacks for providing thrust, the one or more actuator stacks each having two or more individual actuators for providing thrust.
US07800030B2 Product with multiple functions such as on board technology, e.g. panel or pipe with enhanced systems within
The invention relates to a product, which may take a wide variety of forms but which is exemplified by a pipe or a panel. The product has a first function, such as that normally expected of a pipe or a panel, and a second function different from the first. The second function is chosen from a group consisting of: delivery of energy, for a first purpose, delivery of energy for a second purpose, delivery of data for a first purpose, delivery of data for a second purpose, switching. The product has incorporated in its means capable of enabling the product to be used as medium to perform the second function. The invention also concerns a method of manufacturing the products.
US07800029B2 Heating device
A heating device includes a high-frequency electrode embedded substantially in parallel with a heating surface of a ceramics base in the vicinity of the heating surface. A conducting hole toward this high-frequency electrode is formed in a back face of the ceramics base. This high-frequency electrode has a trapezoidal cone-like concave section toward the conducting hole at a region opposed to the conducting hole.
US07800027B2 Method of water temperature calibration for electric kettle
A water temperature calibration method for an electric kettle includes the steps of providing a temperature sensor, a microprocessor, and a control circuit; detecting an interior temperature from one of the temperatures of the water, a heating point contacting with the water, and an interior wall of the electric kettle; determining a temperature rate change by the microprocessor and comparing a current cycle of the temperature rate change with a previous cycle thereof; and sending out a control signal to the control circuit when the current cycle of the temperature rate change is close to the previous cycle thereof that a difference between the current cycle of the temperature rate change and the previous cycle thereof is minimized. Therefore, the process is adapted to accurately determine the water temperature and to cut off the heating power when the water is boiled.
US07800025B2 Apparatus for controlling an electrical cooker and related method thereof
The present invention provides a micro-control unit a RC oscillator for generating a reference clock, a plurality of touch switches for generating a transition signal indicating one of the touch switches being touched by human beings, a plurality of analog switches coupled to the touch switches for controlling transmission of the transition signal and a plurality of counters for counting time, all of the counters stop counting when one of the counters overflows and content of all counters being read, wherein ON/OFF of the analog switches controlled by a software.
US07800024B2 Lithic wireless warming table and portable heaters
A method and system for supplying thermal energy to a selected area, in which thermal energy is stored in a sensible heat storage. Thermal energy from the sensible heat storage is optically guided, and eventually also thermally conducted through a thermal energy propagation path from the sensible heat storage to the selected area. A flux of thermal energy is controlled through the propagation path from the sensible heat storage to the selected area to control the amount of thermal energy supplied to the selected area.
US07800022B2 Device for cooking in indirect heating
The present invention relates to a cooking device comprising a coupling housing having a detachable vessel with a detachable pulverizing blade, a screen formed on its lateral surface, a handle grip with a coupling point of contact, a sensor and a plate type of a heater on which a plurality of heat bands are installed to adjust the caloric value; a base coupled to the lower part of the coupling housing with a motor and a controller; a coupling part coupled to the handle grip with the coupling groove which has an electric point of contact to be connected the coupling point of contact; and a sensor control circuit having an input circuit to receive electric signals generated from two electrodes, a control circuit to control the operation of electric devices connected to an output circuit with the electric signals from the input circuit, and a safety circuit to check the operation of the control circuit.
US07800018B2 Method and system of welding with adaptive crater fill control
The present invention is directed to a system and method of automatically adjusting the operating parameters of a welding-type system based on the type of welding being carried out. The invention includes a controller that is configured to automatically delineate between a tacking and a welding mode of operation. The controller is also designed to decrement a timer at the onset of a welding event and if the timer expires before the welding event is complete, then automatically enable a crater fill control feature of the welding-type system being used to support the weld event. If the timer has not expired when the weld event is terminated, then the controller automatically disables the crater fill control features and prevents the delivery of post-weld event termination filler to the weld or maintenance of a welding power at the weld sufficient to melt a consumable electrode.
US07800009B2 Air separator conveyor and vision system
A system for accurately determining whether a work piece such as a plastic molded bottle cap is defective from quality norms and removing those defective pieces from a stream of work pieces includes a feed conveyor for serially delivering work pieces where adjacent work pieces are in contact with each other. The feed conveyor delivers these work pieces onto an inspection conveyor with a plurality of air holes. Air is forced through the air holes to impinge upon the work piece and thus rapidly accelerate them away from the adjacent work piece it was in contact with and move through an inspection station. An air blower provides pressurized air through the air holes to continue accelerating and separating the work pieces as they move. The inspection station includes a camera to image each work piece. The camera communicates these images to a processing unit such as a computer that can rapidly compare the image to a set of quality control standards each work piece should meet.
US07800007B2 Circuit breaker subassembly apparatus
A circuit breaker subassembly is disclosed. The subassembly includes a base, an operating mechanism, a one-piece non-conductive rotor disposed within the base, and a plurality of sets of contact arms supported by the rotor. The rotor is disposed in operable connection with the operating mechanism and includes a rotational degree of freedom relative to the base with portions of the rotor disposed between each set of the plurality of sets of contact arms to define separation portions. The operating mechanism includes a frame disposed within the base, a cradle in pivotal connection with the frame, an upper link in pivotal connection with the cradle, and a lower link having a first end and a second end, the first end in pivotal connection with the upper link and the second end in pivotal connection with the rotor at the separation portions.
US07800005B2 Thin keypad assembly
A thin keypad assembly includes a panel, a lining sheet and a light-guiding layer. The panel has hollowed numerals, letters, various symbols, a navigation-key pattern, a dialing pattern and an ending pattern, and grooves formed between keys. The lining sheet is disposed on the panel and has a navigation-key pattern thereon. The navigation-key pattern has a light-shielding layer and light-transmitting positions thereon, and the light-shielding layer has a light-reflecting layer thereon. The light-guiding layer is disposed on the lining sheet, and the position thereof corresponds to the key having a plurality of light-guiding micro structures and projecting bodies. The light-guiding layer, light-shielding layer and the light-reflecting layer extend onto the surface of the panel through the grooves.
US07800004B2 Safety switch
A safety switch plunger includes a moveable conductor which extends transversely through the plunger and protrudes from opposite sides of the plunger. The plunger is provided with a structure that is positionally fixed on the plunger. The structure is positioned such that it is arranged to come into physical contact with and affect the movement of the moveable conductor when the moveable conductor and plunger are moved relative to one another thereby providing a fail-to-safe safety switch.
US07799999B2 Insulated conducting device with multiple insulation segments
Insulated conducting devices and related methods are disclosed. An insulated conducting device for a voltage structure comprises: a conductor connected to a voltage; and multiple insulation segments enclosing the conductor, the multiple insulation segments interfacing with one another.
US07799998B2 Cable and article design for fire performance
A cable (1) has a conductor (3), an insulating layer (2) which forms a self-supporting ceramic layer when exposed to elevated temperatures experienced in a fire, and an additional heat transformable layer (4). The additional layer (4) can be another layer which forms a self-supporting ceramic layer when exposed to fire, or it can act as a sacrificial layer which decomposes at or below the temperature that the insulating layer forms a ceramic. The addition layer can enhance the strength of the layers before, during or after the fire, the structural integrity of the insulting layer (2) after the fire, the resistance of the layers to the ingress of water after the fire, or the electrical or thermal resistance of the layers during and after the fire.
US07799992B2 Cover plate for surface mount junction box with locking member
A cover plate assembly for mounting an electrical circuit device to an electrical outlet box includes at least one electrical circuit device and a cover plate. The cover plate has a locking member rigidly mounted to its rear surface, whereby the attachment member mounted upon the electrical circuit device is slidably received and restrained by the locking member to secure the electrical circuit device to the cover plate utilizing only the locking member. The locking member is preferably at least two flexibly resilient panels spaced apart so that each panel contacts the attachment member when inserted into the locking member. Both panels are preferably rigidly mounted to the cover plate's interior surface and have inner surfaces sloping outward from their lower edge so that the distance is greatest between their upper edges. These panels are spaced above the cover plate's back face by a distance substantially equal to the attachment member's depth to restrain the attachment member beneath the locking member when it is inserted through the locking member. A method for installing an electrical circuit device to an electrical outlet box is also disclosed.
US07799983B2 Music teaching tool for steel pan and drum players and associated methods
A tool is provided for assisting in teaching music to a player of a steel pan/drum. The tool comprises a substantially circular base divided into twelve radial sectors, a central sector, and three concentric, radially spaced rings, thereby having 37 elements. Each element bears an indicium representative of a unitary, distinct note name in a range of three consecutive octaves plus a first note in a fourth consecutive octave. Each ring is arranged in so that a counter-clockwise-adjacent note name is separated by an interval of a fifth and a clockwise-adjacent note name is separated by an interval of a fourth.
US07799969B2 Methods for cloning rats by nuclear transfer
The invention relates to a method for cloning in the rat by nuclear transfer. The invention further relates to the rats obtained thus, in the foetal or adult state, as well as use thereof for the production of molecules of interest or as study models.
US07799964B2 Membrane process for LPG recovery
Liquefied Petroleum Gas (LPG) can be recovered from various streams using a multiple membrane recovery process producing hydrogen stream at high yield and high purity and a C3+ LPG stream at high yield with low energy expenditure.
US07799950B2 Diamine and polyamic acid derived therefrom for liquid crystal orientation applications
A diamine includes a structure of formula (I), wherein X and Y are independently a divalence group selected from the group consisting of: —O—, —(C═O)—O—, —O—(C═O)—, —(C═O)—NH—, and —NH—(C═O)—; and R has a structure of formula (II): wherein R1, R2, R3, R4, R5, m, and n are as defined in Claim 1. A polyamic acid is prepared by reacting a diamine reactant including the aforesaid diamine of formula (I) with a tetracarboxylic dianhydride reactant. A liquid crystal orienting film contains a polyimide converted from the aforesaid polyamic acid.
US07799946B2 Process for separating methacrolein from methacrylic acid in a gas phase product from the partial oxidation of isobutene
A system and process for separating methacrolein (MA) from methacrylic acid (MAA) and acetic acid in the gas phase product from partial oxidation of isobutylene (IB) in two oxidation steps is disclosed. The process and system maximize recovery of all three components at minimum capital and energy cost, under conditions that minimize polymerization conditions and plugging by solids deposition in compressors, columns, etc.
US07799935B2 Crystalline duloxetine hydrochloride
Crystalline duloxetine hydrochloride, compositions containing the same and methods for the production thereof.
US07799921B2 Stereoselective process and crystalline forms of a camptothecin
A stereoselective process for preparing 7-[(E)-t-butyloxyiminomethyl]-camptothecin (also known as gimatecan) is herein disclosed. With the addition of further dissolution and precipitation steps carried out in appropriate different solvent mixtures, four new crystalline forms of gimatecan are also obtainable by using the same stereoselective process.
US07799917B2 Neutral metallic dendrimer complexes
A charge-neutral organometallic dendrimer is described, said dendrimer having the formula (I): CORE-[DENDRITE(-Q)a]n  (I) in which CORE represents a group of formula MXxYz, in which M represents a metal cation, x represents an integer of 1 or more, each X which may be the same or different represents a mono-, bi- or tri-dentate coordinating group, z represents 0 or an integer of 1 or more, and each Y which may be the same or different represents a coordinating group, the total of (b.x)+(c.z) being equal to the number of coordination sites on M, wherein b is the number of coordination sites on X and c is the number of coordination sites on Y; n represents an integer of 2 or more; each DENDRITE which may be the same or different represents a dendritic molecular structure bonded to a group X; a represents 0 or an integer of 1 or more; and each Q which may be the same or different represents a surface group; CORE terminating in the first single bond which is connected to a branching group or branching atom of DENDRITE; which dendrimer has a structure in which no hemisphere of a notional sphere centred on M and containing the dendrimer is devoid of a said first single bond.
US07799915B2 Anilino-pyrimidine analogs
The present invention relates to compounds of formula I: wherein R1, R2, R3, R4, R5, and R6 are defined herein.
US07799885B2 Photo or electron beam curable compositions
A curable composition and a process for using the curable composition within a grating-coupled waveguide (GCW) sensor are disclosed. The composition can be used for facile replication of optical components, specifically those used in a label-independent detection system where operation of the waveguide is dependent on the detailed formation of micro and nano size patterns. The photo or electron beam curable composition has low viscosity (≦500 cPs) and cures to an optically clear material with high glass transition temperature (≧70° C.), low shrinkage on cure, low outgassing, and low extractables.
US07799884B2 Polymeric photoinitiators
UV curable compositions, polymeric photoinitiators and precursors therefor are described.
US07799883B2 Norbornene-type polymers, compositions thereof and lithographic process using such compositions
Embodiments of the present invention relate generally to non-self imageable and imageable norbornene-type polymers useful for immersion lithographic processes, methods of making such polymers, compositions employing such polymers and the immersion lithographic processes that make use of such compositions. More specifically the embodiments of the present invention are related to norbornene-type polymers useful for forming imaging layer and top-coat layers for overlying such imaging layers in immersion lithographic process and the process thereof.
US07799881B2 Process for the preparation of latices based on polychloro-prene and use thereof as adhesives
A process is described for the preparation of latices based on polychloroprene, comprising the polymerization of chloroprene in the presence of a first latex essentially consisting of polymeric particles produced in a first polymerization of a composition of monomers comprising (a) alpha-, beta-unsaturated carboxylic acids and/or derivatives thereof, (b) vinyl aromatic compounds, (c) conjugated dienes; said first latex having a content of alpha-, beta-unsaturated carboxylic acids, expressed as parts of alpha-, beta-unsaturated carboxylic acids per 100 grams of polymeric particles, ranging from 1 to 15%, thus obtaining a final latex, the solid particles of said final latex having an quantity of chloroprene ranging from 50 to 95% by weight, preferably from 80 to 95% by weight.
US07799874B2 Catalytic compositions
A polyurethane obtained by reaction between (i) at least one homopolymer obtained by homopolymerization of ε-caprolactone, and (ii) at least one dissocyanate, wherein said reaction between (i) and (ii) and said homopolymerization are performed in presence of a catalyst selected from (a) a catalyst containing bismuth ethylhexanoate and ethylhexanoic acid, (b) a catalyst containing bismuth ethylhexanoate and bismuth neodecanoate, and (c) a catalyst containing zinc neodecanoate and zinc oxide.
US07799870B2 Compounding silica-reinforced rubber with low volatile organic compound (VOC) emission
Alkoxy-modified silsesquioxane compounds are described. The alkoxy-modified silsesquioxane compounds contain an alkoxysilane group that participates in an alkoxysilane-silica reaction as a silica dispersing agent in rubber, with the release of zero to about 0.1% by weight of the rubber of volatile organic compounds (VOC), especially alcohol, during compounding and further processing. Further described are methods for making alkoxy-modified silsesquioxanes, methods for making vulcanizable rubber compounds containing alkoxy-modified silsesquioxanes, vulcanizable rubber compounds containing alkoxy-modified silsesquioxanes, and pneumatic tires comprising a component that contains alkoxy-modified silsesquioxanes.
US07799859B2 Surfactant composition
A surfactant composition has good emulsifiability for monomer(s), and can provide a polymer emulsion (herein after simply called “the emulsion”) of good stability while decreasing coagulations of polymer particles in the emulsion. The surfactant composition contains the following components (A) and (B): (A) a reactive surfactant containing at least one polymerizable double-bond group and at least one ionic group in a molecule, and (B) a nitrogen compound insoluble or slightly soluble in ethanol. A weight ratio (A:B) of the component (A) to the component (B) is from 100:0.03 to 100:1.0.
US07799857B2 Flame-retardant thermoplastic resin composition, molded product thereof and electric wire
A flame-retardant thermoplastic resin composition, comprising a thermoplastic resin (a) and an inorganic flame-retarder (b), the content of the component (b) being 50 to 250 parts by mass with respect to 100 parts by mass of the component (a), wherein the component (a) includes at least one selected from the group consisting of an α-olefin (co)polymer (a-1), a thermoplastic elastomer (a-2) and a rubber (a-3); the component (a) (100% by mass) includes 0.01 to 0.5% by mass of a constituent unit derived from an unsaturated monomer having a carboxylic acid group or acid anhydride group; the component (b) includes 40 to 95% by mass of inorganic metal hydrate (b-1) and 5 to 60% by mass of inorganic filler (b-2); and the average particle diameter of the inorganic filler (b-2) is not more than 2 μm and the aspect ratio of the inorganic filler (b-2) is not more than 1.5.
US07799851B2 Coated media
The present invention is drawn to compositions and coated substrates wherein a back coating layer can be implemented for use to mitigate ink transfer, surface damage, smudging, and sticking between stacked sheets in output trays of ink-jet ink printers. Specifically, a coated media sheet can comprise a printing surface including an ink-receiving coating formulated to accept an ink-jet ink composition, and an opposing back surface comprising a back coating. The back coating can include an admixture of 0.5 wt % to 75 wt % of a polymeric binder, 5 wt % to 95 wt % of filler particulates having an average particle size from about 0.01 μm to about 15 μm, and 3 wt % to 90 wt % of spacer particulates having an average particle size from about 6 μm to about 500 μm. In one embodiment, the spacer particulates are larger than the filler particulates.
US07799848B2 Impact resistant, flame retardant thermoplastic molding composition
A thermoplastic molding composition characterized by its flame retardance and impact strength is disclosed. The composition contains (A) linear aromatic (co)polycarbonate, (B) a graft (co)polymer having core-shell morphology, the shell containing polymerized alkyl(meth)acrylate and the core containing interpenetrated and inseparable polyorganosiloxane and poly(meth)alkyl acrylate components, (C) a phosphorous-containing flame retardant compound, (D) fluorinated polyolefin and (E) a boron compound, and optionally SAN. The composition is further characterized in that it contains no polyalkylene terephthalate.
US07799846B2 Dental composition containing an epoxy functional carbosilane compound
The present invention relates to a dental composition comprising least one carbosilane compound comprising at least one Si-Aryl bond, at least one silicon atom, no Si-Oxygen bond, at least one aliphatic epoxy moiety, wherein said carbosilane compound has no glycidyl ether moieties; and an initiator, optionally filler and optionally additive components selected from the group of modifiers, stabilizers, dyes, pigments, thixotropic agents, flow improvers, polymeric thickeners, surfactants, odorous substances, diluting agent(s) and flavorings.
US07799841B2 Polypropylene foam
The present technology relates to a foam comprising a polypropylene material. The polypropylene material is produced in the presence of a metallocene catalyst, and the foam and/or the polypropylene has a branching index g′ of less than 1.00 and a strain hardening index (SHI@1 s−1) of at least 0.30 measured by a deformation rate dε/dt of 1.00 s−1 at a temperature of 180° C., where the strain hardening index (SHI) is defined as the slope of the logarithm to the basis 10 of the tensile stress growth function (log(ηE+)) as a function of the logarithm to the basis 10 of the Hencky strain (log(ε)) in the range of Hencky strains between 1 and 3.
US07799820B2 2-Heterocycle-substituted indole derivatives for treating diabetes and associated conditions
Disclosed is a compound represented by the formula (I) below, which has a glucokinase-activating effect and is thus useful for treatment of diabetes or obesity, or a pharmaceutically acceptable salt thereof. In the formula, R1 represents an aryl or the like; R11 represents an aryl or the like; R2 represents a formyl or the like, R3 represents a C1-6 alkyl or the like; R3 represents a hydrogen atom or the like; Z1 represents —O— or the like; Z2 represents —O— or the like; Y1-Y4 respectively represent a carbon atom or a nitrogen atom; ring A represents a heteroaryl group; X represents a carbon atom or the like; m represents an integer of 0-2; and q represents an integer of 0-2.
US07799817B2 Compositions and methods for sleep regulation
Compositions and methods for the regulation of sleep and circadian rhythms are provided. The compositions are nutritional supplements containing melatonin and one or more vitamins that enhance the effectiveness of melatonin. Preferred vitamins include folic acid, riboflavin (vitamin B2), cobalamin (vitamin B12) or pyridoxine (vitamin B6). The compositions beneficially and advantageously regulate sleep when administered to an individual and are administered to a human or animal suffering from an irregular sleep or circadian rhythm or are administered in anticipation of the development of such an irregularity.
US07799815B2 Triazole derivatives as modulators of dopamine D3 receptors
The present invention relates to novel compounds of formula (I) or a salt thereof: wherein: G is a 5- or 6-membered heteroaromatic group, or is a 9- or 10-membered bicyclic heteroaromatic group containing one or two heteroatoms independently selected from nitrogen and oxygen, wherein G is not pyridyl, indazolyl or benzothiazolyl; p is an integer ranging from 0 to 4; R1 is independently selected from a group consisting of: halogen, hydroxy, cyano, C1-4alkyl, haloC1-4alkyl, C1-4alkoxy, haloC1-4alkoxy, C1-4alkanoyl or SF5; or corresponds to a group R5; R2 is hydrogen or C1-4alkyl; n is 2 or 3; X is S or —CH2—; R3 is C1-4alkyl; R4 is hydrogen, or a phenyl group, a heterocyclyl group, a 5- or 6-membered heteroaromatic group, or a 8- to 11-membered bicyclic group, any of which groups is optionally substituted by 1, 2, 3 or 4 substituents selected from the group consisting of: halogen, cyano, C1-4alkyl, haloC1-4alkyl, C1-4alkoxy and C1-4alkanoyl; R5 is isoxazolyl, —CH2—N-pyrrolyl, 1,1-dioxido-2-isothiazolidinyl, thienyl, thiazolyl, pyridyl or 2-pyrrolidinonyl, wherein each group is optionally substituted by one or two substituents selected from: halogen, cyano, C1-4alkyl, haloC1-4alkyl, C1-4alkoxy and C1-4alkanoyl; processes for their preparation, intermediates used in these processes, pharmaceutical compositions containing them and their use in therapy, as modulators of dopamine D3 receptors, e.g. to treat substance related disorders, as antipsychotic agents, premature ejaculation or cognition impairment.
US07799811B2 Agent for prevention and treatment of cancer comprising oxadiazole urea compound obstructing activity of stat
Disclosed herein is an agent for preventing and treating cancer which includes an oxadiazole urea compound represented by Chemical Formula 1, below, as an effective ingredient. The oxadiazole urea compound effectively inhibits the growth of cancer cell lines and the activity of STAT3, and may be used in the prevention and treatment of cancer.