Computing system and method of enabling a digital signal processor to access parameter tables through a central processing unit -> Monitor Keywords
Fresh Patents
Monitor Patents Patent Organizer How to File a Provisional Patent Browse Inventors Browse Industry Browse Agents Browse Locations
     new ** File a Provisional Patent ** 
site info Site News  |  monitor Monitor Keywords  |  monitor archive Monitor Archive  |  organizer Organizer  |  account info Account Info  |  
12/07/06 | 61 views | #20060277394 | Prev - Next | USPTO Class 712 | About this Page  712 rss/xml feed  monitor keywords

Computing system and method of enabling a digital signal processor to access parameter tables through a central processing unit

USPTO Application #: 20060277394
Title: Computing system and method of enabling a digital signal processor to access parameter tables through a central processing unit
Abstract: A computing system includes a digital signal processor, a storage medium for storing parameter tables, a central processing unit coupled to the digital signal processor and the storage medium, and a shared memory coupled to the digital signal processor and the central processing unit. The digital signal processor stores a data request in the shared memory and issues a request command to the central processing unit when access to the parameter tables is desired. Upon receipt of the request command, the central processing unit reads the data request in the shared memory, accesses the storage medium for retrieving requested data that corresponds to the data request, stores the requested data in the shared memory, and issues a response command to the digital signal processor. The digital signal processor retrieves the requested data from the shared memory upon receipt of the response command from the central processing unit. (end of abstract)
Agent: Thomas, Kayden, Horstemeyer & Risley, LLP - Atlanta, GA, US
Inventor: Po-Wen Ku
Related Keywords: central processing unit, digital signal, digital signal processor, memory, processor, shared memory, signal, storage
USPTO Applicaton #: 20060277394 - Class: 712225000 (USPTO)
Related Patent Categories: Electrical Computers And Digital Processing Systems: Processing Architectures And Instruction Processing (e.g., Processors), Processing Control, Processing Control For Data Transfer
The Patent Description & Claims data below is from USPTO Patent Application 20060277394.
Brief Patent Description - Full Patent Description - Patent Application Claims  monitor keywords

BACKGROUND OF THE INVENTION

[0001] 1. Field of the Invention

[0002] The invention relates to a computing system, more particularly to a method for enabling a digital signal processor in a computing system to access parameter tables through a central processing unit.

[0003] 2. Description of the Related Art

[0004] A central processing unit (CPU) is responsible for peripheral components control, logic operations, arithmetic operations, instructions decoding and execution, etc., and is the control center of a computer system. Since the main function of the central processing unit is peripheral components control, the central processing unit is suitable for performing only simple arithmetic operations like addition and subtraction, and is not suitable for performing complex mathematical computations or logic operations. When the central processing unit is instructed to perform the complex mathematical computations or logic operations, poor operating efficiency (i.e., low computational speed or even inoperability) will occur. A digital signal processor (DSP) is specially designed for performing complex arithmetic computations involving addition, subtraction, multiplication and division, and complex logic operations in a low power but highly efficient manner. Therefore, a central processing unit usually operates in combination with a digital signal processor for improving digital computation efficiency in a system, such as a digital versatile disc (DVD) player, or a mobile phone, etc.

[0005] FIG. 1 illustrates a conventional system 1 that incorporates a digital signal processor (DSP) 11. The DSP 11 is electrically connected to an external input/output (I/O) interface 13 and a memory unit 12. The memory unit 12 includes a read-only memory (ROM) 121 and a random access memory (RAM) 122, and stores program code and data for the operations of the DSP 11. In general, the digital computations performed by the DSP 11 involve algorithms that require the use of parameter tables. For example, in voice recognition applications, parameter tables are needed for judgment after analytical computation of sound. Moreover, in the formula Y=aX 2+bX+c, where X is an input signal, Y is an output signal, and a, b and c are parameters, the number of possible results could be quite enormous in view of the possible combinations of the parameters (a, b, c). For example, assuming that a, b, c are 4-bit data, the possible combinations can amount to 16*16*16.apprxeq.4000. Parameter tables formed from the possible parameter combinations can be stored in the ROM 121 beforehand such that, when needed by the DSP 11, the relevant data can be retrieved from the memory unit 12 through appropriate addressing. This method of memory access is called direct addressing and can be completed in one computing cycle. The external I/O interface 13 is electrically connected to an external circuit. Thus, the DSP 11 can be used for digital computations in order to improve the system computing efficiency.

[0006] At present, the data width of the DSP 11 is widely designed as 16 bits. The addressable space of the DSP 11 is thus limited to 64 KB (2.sup.16=64 KB). If the size of the parameter tables is more than 64 KB, the parameter tables cannot be stored in the memory unit 12. In practice, limitations on the size of the parameter tables may be even more restricted, because the addressable space must include the ROM 121, the RAM 122 and a memory map for the external I/O interface 13. Therefore, the size of the addressable space allocated for the parameter tables is actually less than 64 KB. Moreover, the system 1 of FIG. 1 is usually designed as a single packaged chip. In view of cost and size considerations, the capacity of the memory unit 12 is usually only around 2 KB. Since the memory unit 12 has space reserved for storing program code and other data, it is evidently impractical for parameter tables having sizes greater than 1 KB to be stored in the memory unit 12 for data access by the DSP 11 using the conventional direct addressing method.

[0007] In many applications, such as digital signal processing in voice recognition, image processing, mobile phone communications and video signal interfacing, etc., the size of parameter tables is generally larger than 64 KB. Thus, the parameter tables cannot be stored in the memory unit 12. Therefore, the system 1 must be configured to cooperate with an external memory having slower access speed (such as flash memory or dynamic random access memory). The external memory configuration is shown in FIG. 2. As illustrated, the external I/O interface 13' of a system 1' that is identical in structure to the system 1 of FIG. 1 is coupled to an external memory 21 which has the parameter tables stored therein. The external I/O interface 13' relies upon indirect addressing to access data from the external memory 21.

[0008] The following are some of the drawbacks associated with the conventional configuration of FIG. 2:

[0009] 1. Additional external circuits are needed. Because the external memory 21 is accessed by indirect addressing, there is a need to provide an address register 22 for temporary storage of the address of requested data, a data register 23 for temporary storage of data retrieved from the external memory 21, and an access control circuit 24 (for example, a direct memory access (DMA) controller) so that data corresponding to the address in the address register 22 may be retrieved from the external memory 21 and stored in the data register 23 for subsequent use by the DSP 11' in the system 1', thereby resulting in increased components costs.

[0010] 2. Computing time is increased. When the DSP 11' accesses the parameter tables through the external circuits 22, 23 and 24, an address is first written into the address register 22, and the access control circuit 24 then retrieves the requested data from the external memory 21 in accordance with the address in the address register 22 and stores the requested data in the data register 23 for subsequent access by the DSP 11' through the external I/O interface 13'. Therefore, instead of directly accessing data from an internal memory unit 12 as done by the DSP 11 in the aforesaid system 1 of FIG. 1, extra steps are required for reading data through the external circuits 22, 23 and 24 such that data reading cannot be completed in one computing cycle. Moreover, when the DSP 11' issues a request for data, the DSP 11' cannot proceed with other operations until the requested data is provided thereto. Therefore, the computing time is increased, and the computing efficiency and speed of the DSP 11' are decreased.

[0011] The data width of a commercially available central processor unit is 32 bits, thus resulting in an addressable space of as high as 4 gigabytes (2.sup.32.apprxeq.4* 10.sup.6). The capacity of a computer memory (for example, flash memories, dynamic random access memories, etc.) used with a central processing unit can also be enormous. Together, the central processing unit and the computer memory will have adequate addressable space and memory capacity for parameter table utilization. Since a central processing unit has an inherent memory access function and is used in combination with a digital signal processor, if a method for enabling the digital signal processor in a computing system to access parameter tables through the central processing unit is provided, the aforesaid drawbacks can be overcome.

SUMMARY OF THE INVENTION

[0012] Therefore, the main object of the present invention is to provide a method for enabling a digital signal processor in a computing system to access parameter tables stored in a storage medium through a central processing unit so as to obtain lower component costs and improve computing efficiency and speed.

[0013] Another object of the present invention is to provide a computing system that implements the inventive method.

[0014] According to one aspect of the present invention, there is provided a method for enabling a digital signal processor to access parameter tables stored in a storage medium. The digital signal processor and the storage medium are connected to a central processing unit. The method comprises the step of: when access to the parameter tables is desired, enabling the digital signal processor to inform the central processing unit such that requested data of the parameter tables is retrieved by the central processing unit from the storage medium and is outputted by the central processing unit for retrieval by the digital signal processor.

[0015] According to another aspect of the present invention, there is provided a method for enabling a digital signal processor to access parameter tables, comprising the steps of:

[0016] a) storing the parameter tables in a storage medium;

[0017] b) providing a central processing unit that is connected to the digital signal processor and the storage medium;

[0018] c) providing a shared memory that is connected to the digital signal processor and the central processing unit;

[0019] d) when access to the parameter tables is desired, enabling the digital signal processor to store a data request in the shared memory and to issue a request command to the central processing unit;

[0020] e) upon receipt of the request command, enabling the central processing unit to read the data request in the shared memory, to access the storage medium for retrieving requested data of the parameter tables that corresponds to the data request, to store the requested data in the shared memory, and to issue a response command to the digital signal processor; and

[0021] f) upon receipt of the response command, enabling the digital signal processor to retrieve the requested data from the shared memory.

[0022] According to a further aspect of the present invention, there is provided a computing system that comprises a digital signal processor, a storage medium for storing parameter tables, a central processing unit coupled to the digital signal processor and the storage medium, and a shared memory coupled to the digital signal processor and the central processing unit.

Continue reading...
Full patent description for Computing system and method of enabling a digital signal processor to access parameter tables through a central processing unit

Brief Patent Description - Full Patent Description - Patent Application Claims
Click on the above for other options relating to this Computing system and method of enabling a digital signal processor to access parameter tables through a central processing unit patent application.
###
monitor keywords

How KEYWORD MONITOR works... a FREE service from FreshPatents
1. Sign up (takes 30 seconds). 2. Fill in the keywords to be monitored.
3. Each week you receive an email with patent applications related to your keywords.  
Start now! - Receive info on patent apps like Computing system and method of enabling a digital signal processor to access parameter tables through a central processing unit or other areas of interest.
###


Previous Patent Application:
Multi-image-source document camera
Next Patent Application:
Processor performance monitoring
Industry Class:
Electrical computers and digital processing systems: processing architectures and instruction processing (e.g., processors)

###

FreshPatents.com Support
Thank you for viewing the Computing system and method of enabling a digital signal processor to access parameter tables through a central processing unit patent info.
IP-related news and info


Results in 0.75435 seconds


Other interesting Feshpatents.com categories:
Computers:  Graphics I/O Processors Dyn. Storage Static Storage Printers