[go: up one dir, main page]

WO1997018623A1 - Systeme, procede et produit programme destine a generer une formed'onde sinusoidale ou cosinusoidale a l'aide d'une combinaison de tables de consultation - Google Patents

Systeme, procede et produit programme destine a generer une formed'onde sinusoidale ou cosinusoidale a l'aide d'une combinaison de tables de consultation Download PDF

Info

Publication number
WO1997018623A1
WO1997018623A1 PCT/KR1996/000162 KR9600162W WO9718623A1 WO 1997018623 A1 WO1997018623 A1 WO 1997018623A1 KR 9600162 W KR9600162 W KR 9600162W WO 9718623 A1 WO9718623 A1 WO 9718623A1
Authority
WO
WIPO (PCT)
Prior art keywords
sine
cosine
look
waveform
composition value
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/KR1996/000162
Other languages
English (en)
Inventor
Mal Seob Kwak
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Samsung Electronics Co Ltd
Original Assignee
Samsung Electronics Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Samsung Electronics Co Ltd filed Critical Samsung Electronics Co Ltd
Priority to JP9518752A priority Critical patent/JPH10513029A/ja
Priority to DE19681167T priority patent/DE19681167T1/de
Priority to GB9714207A priority patent/GB2313243B/en
Publication of WO1997018623A1 publication Critical patent/WO1997018623A1/fr
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/02Digital function generators
    • G06F1/03Digital function generators working, at least partly, by table look-up
    • G06F1/0321Waveform generators, i.e. devices for generating periodical functions of time, e.g. direct digital synthesizers
    • G06F1/0342Waveform generators, i.e. devices for generating periodical functions of time, e.g. direct digital synthesizers for generating simultaneously two or more related waveforms, e.g. with different phase angles only
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03KPULSE TECHNIQUE
    • H03K3/00Circuits for generating electric pulses; Monostable, bistable or multistable circuits
    • H03K3/80Generating trains of sinusoidal oscillations

Definitions

  • the present invention relates to the generation of waveforms and more particularly to the generation of sine waveforms and corresponding cosine waveforms.
  • a sine and cosine waveform is required.
  • a sine or cosine waveform is required in a digital video processor, it is common to use a sine/cosine look-up table to generate the sine and cosine waveforms.
  • a video decoder which decodes a composite video signal into components or a video encoder which converts the components into a composite signal uses a sinusoidal wave signal of a color subcarrier. Generating the color subcarrier is generally carried out utilizing a sine/cosine look-up table.
  • a sine or cosine look-up table waveform generator creates a waveform by cycling through at specified intervals addresses which are utilized to access a table of values corresponding to the value of the sine wave or the cosine wave at the time in the period of the wave corresponding to the each address.
  • One example of a conventional sine/cosine look-up table is illustrated by a look-up table with an eight bit address input and a ten bit output value.
  • the look-up table receives an eight bit address as an input and converts this address into a ten bit sine or cosine waveform value. With an eight bit address, the address may range from 0 to 255.
  • sine waveform or cosine waveform is divided by 256 and each segment of the waveform quantized to obtain a discrete value associated with each of the 256 addresses.
  • i represents the numeric value of the input address (in the present example between 0 and 255) .
  • sine output INT[1024/2 * sin(2 ⁇ r/256*i) ]
  • cosine output INT[1024/2 * cos (27r/256*i) ]
  • INT represents an integer value quantized by either rounding or truncation.
  • a conventional sine/cosine waveform generator which utilizes look-up tables having one quarter of a period of a sine waveform and a cosine waveform quantized and stored in two look-up tables.
  • the first quarter period of a cosine waveform is encoded in the COS Code table 14 and the first quarter period of a sine waveform is encoded in the SIN Code table 15.
  • the cosine waveform output is generated entirely from the COS Code table 14 and the sine waveform output is generated entirely from the SIN Code table 15. This is accomplished by selectively rotating the quarter waveforms about the x axis and y axis to create a complete sine period and a complete cosine period. This selective rotation is accomplished by the Table address decoder 13 which rotates the waveforms about the y axis, the first sign detector 11 which determines when the COS values are to be rotated about the x axis and the second sign detector 12 which determines when the SIN values are to be rotated about the x axis.
  • the first sign appending module 16 receives the output of the COS Code table 14 and either utilizes that output as the cosine waveform value or rotates that output about the x axis to generate the cosine waveform value.
  • the second sign appending module 17 receives the output of the SIN Code table 15 and either utilizes that output as the sine waveform value or rotates that output about the x axis to generate the sine waveform value. In such a manner only the first quadrant periods of a sine waveform and a cosine waveform are used in the conventional sine/cosine waveform generator so that the second, third and fourth quadrant periods of the sine waveform and the cosine waveform are generated from the first quadrant periods of the sine waveform and the cosine waveform.
  • the second quadrant is generated by a symmetric value of the first quadrant around the y axis
  • the third quadrant is generated by a symmetric value of the first quadrant around the x axis
  • the fourth quadrant is generated by a symmetric value of the first quadrant around the y axis and then the x axis.
  • the second quadrant is generated by symmetric values of the first quadrant around the y axis and then the x axis
  • the third quadrant is generated by symmetric values of the first quadrant around the x axis
  • the fourth quadrant is generated by symmetric values of the first quadrant around the y axis.
  • the use of an entire period or a quarter period of both a sine waveform and a cosine waveform typically requires complex circuitry to decode and resequence addresses uniquely through each quarter period of the address values.
  • a large amount of storage capability with a corresponding amount of power consumed and material costs are associated with storing entire waveforms or quarter periods of waveforms for waveform generation.
  • a sine/cosine waveform generator which reduces the amount of storage required to produce a sine waveform and the corresponding cosine waveform.
  • Another object of the present invention is to provide a sine/cosine generator with reduced complexity.
  • It is another object of the invention to provide a sine/cosine generator with reduced power consumption.
  • Yet another object of the present invention is to reduce the cost of providing a sine/cosine generator.
  • the present invention provides a sine cosine generator which may utilizes reduced size look-up tables which may correspondingly reduce the storage required, the complexity of the circuitry, the power consumption and the cost of the sine/cosine generator.
  • a first look-up table data corresponding to quantized values of a portion of the period of a cosine waveform
  • a second look-up table data corresponding to quantized values of a portion of the period of a sine waveform corresponding to the period of the cosine waveform quantized values from both the first and the second look ⁇ up tables may be to generate a sine waveform.
  • quantized values from both the first and the second look-up tables may also be utilized to generate a cosine waveform.
  • the size of the look-up table may be reduced.
  • a reduction of look-up table size may also reduce the complexity of the circuitry associated with the waveform generator and may reduce the power required by the waveform generator.
  • the waveform generator of the present invention may cost less to produce than waveform generators with larger look-up tables.
  • Additional embodiments of the waveform generator may be provided as a method, system or program product which stores in a first look-up table data corresponding to quantized values of a portion of the period of a cosine waveform.
  • a second look-up table stores data corresponding to quantized values of a portion of the period of a sine waveform corresponding to the period of the cosine waveform.
  • first composition value or the second composition value is selected to provide a sine composition value corresponding to the segment of the sine waveform associated with the sine/cosine generation address.
  • first composition value or the second composition value is selected to provide a cosine composition value corresponding to the segment of the cosine waveform associated with the sine/cosine generation address.
  • the sine/cosine generation address is also utilized to determine whether the sine composition value should be inverted and whether the cosine composition value should be inverted.
  • the value of the segment of the sine waveform corresponding to the sine/cosine generation address is then generated from the inverted sine composition value if it is determined that the sine composition value should be inverted and from the sine composition value if it is determined that the sine composition value should not be inverted.
  • the value of the segment of the cosine waveform corresponding to the sine/cosine generation address is generated from the inverted cosine composition value if it is determined that the cosine composition value should be inverted and from the cosine composition value if it is determined that the cosine composition value should not be inverted.
  • the first look-up table data corresponds to quantized values of one eighth of the period of a cosine waveform and the second look-up table data corresponds to quantized values of one eighth of the period of a sine waveform corresponding to the one eighth period of the cosine waveform. It is also preferable that the cosine waveform and the sine waveform are generated concurrently. Furthermore, the one eighth periods may comprise the first one eighth period of the sine wave and the first one eighth period of the cosine wave.
  • the look-up tables are selectively accessed by alternatingiy incrementing upward and then decrementing downward through a range of permissible addresses of a plurality of addresses which access the stored values of the first and second look-up tables.
  • This increment or decrement of the look-up table addresses occurs as the sine/cosine generation address increments through a range of permissible addresses of the sine/cosine generation address such that each change of the address to the look ⁇ up tables corresponds to a change in the sine/cosine generation address.
  • a sine/cosine waveform generator includes a first look-up table of data corresponding to quantized values of a portion of the period of a cosine waveform, wherein the data of the first look-up table is accessed by a plurality of addresses.
  • a second look-up table of data corresponding to quantized values of a portion of the period of a sine waveform corresponding to the period of the cosine waveform and wherein the data of the second look-up table is accessed by a plurality of addresses is also provided.
  • a table address generator receives a sine/cosine generation address and generates an address for accessing the first look-up table and the second look-up table based on the sine/cosine generation address so as to selectively access the first and second look-up tables to generate a sine composition value and a cosine composition value.
  • a first sign detector determines from the sine/cosine generation address whether the cosine composition value should be inverted and generates a first sign signal based upon the determination.
  • a second sign detector for determines from the sine/cosine generation address whether the sine composition value should be inverted and generates a second sign signal based upon the determination.
  • a look-up table selector generates a selection signal for selecting between data from the first look-up table and data from the second look-up table based upon the sine/cosine generation address and a data router selectively provides sine composition values and cosine composition values from the first and the second look-up tables based upon the selection signal.
  • a first output waveform generator receives the cosine composition values from the data router and the first sign signal from the first sign detector and generates a cosine output waveform from the received cosine composition values and from the first sign signal.
  • a second output waveform generator receives the sine composition values from the data router and the second sign signal from the second sign detector and generates a sine output waveform from the received sine composition values and from the second sign signal.
  • Figure 1 is a block diagram illustrating a conventional sine/cosine waveform generator
  • Figure 2 is a block diagram illustrate a sine/cosine generator according to the present invention
  • Figure 3 is a diagram illustrating the output of a sine/cosine generator according to the present invention
  • Figure 4 is a flow chart illustrating the operation of a sine/cosine generator of Figure 2.
  • Figure 5 is a flow chart illustrating a preferred embodiment of the present invention.
  • a sine/cosine waveform generator includes a first look-up table 24
  • the portion of the cosine waveform which is encoded is the first one eighth period of the cosine waveform.
  • the first one eighth period of the cosine waveform is quantized to 32 discrete values such that the cosine values stored in the look-up table 24 are accessed by addresses ranging from 0 to 31.
  • a second look-up table 25 (labeled Lower code table in FIG. 2) is also shown in FIG. 2.
  • the second look-up table 25 stores data corresponding to quantized values of a portion of the period of a sine waveform corresponding to the period of the cosine waveform stored in the first look-up table 24.
  • the data of the second look-up table is also accessed by a plurality of addresses which for the present example also range from 0 to 31. Because the portion of the sine waveform quantized and stored in the second look-up table 25 corresponds to the cosine waveform stored in the first look-up table 24, in the present example the first one eighth period of the sine waveform is stored in the second look-up table 25.
  • the first and second look-up tables may be implemented utilizing any suitable storage media.
  • random access memory, read only memory, or other memory devices may be utilized to implement the look-up tables.
  • the look-up tables may be implemented in a single integrated circuit or in a combination of integrated circuits or discrete components.
  • the look-up tables may be implemented as arrays in which the data is stored in computer memory, on a hard disk, or on some other form of storage device.
  • a table address generator 23 (labeled Table address decoder in FIG. 2) which receives a sine/cosine generation address and generates an address for accessing the first and second look up tables 24 and 25.
  • the creation of the look-up table address selectively rotates the waveforms stored in the look-up tables about the y axis. This is accomplished by reversing the order in which the look-up tables are accessed. For example, to obtain the unrotated waveform values from the look-up tables the look-up tables are accessed sequentially with increasing addresses beginning with the lowest address of the look-up tables and ending with the highest address of the look-up tables (for example, 0 to 31) .
  • the look-up tables are accessed sequentially with decreasing addresses beginning with the highest address of the look-up tables and ending with the lowest address of the look-up tables (for example, 31 to 0) .
  • the sine/cosine generation address which is the address supplied to the waveform generator which has a range corresponding to the total number of quantized values in the period of the sine or cosine waveforms.
  • the sine/cosine generation address ranges from 0 to 255 because one eighth of the total period of the waveforms is encoded as 32 discrete levels.
  • 32 X 8 results in 256 total addresses required to generate the complete period of the waveforms.
  • the table address generator 23 may, therefore, base the generation of the look-up table addresses on the sine/cosine generation address so as to selectively access the first and the second look-up tables to generate a sine composition value and a cosine composition value which are properly rotated about the y axis for the location within the period of the waveforms.
  • the addresses to the look-up tables may be alternatingiy incremented to the maximum address value and then decremented from the maximum value to generate the proper rotation about the y axis for the look-up table values.
  • the table address generator 23 may be implemented as an up/down counter which switches direction when either 0 or the maximum address of the look-up tables is reached.
  • the counter then need only be synchronized to the sine/cosine generation address by zeroing the counter when the sine/cosine generation address is zero and then causing a change in the counter for each change in the sine/cosine generation address.
  • the generation of the addresses to the look-up tables could be conducted by decoding the sine/cosine generation address either in hardware, software or a combination of the both. Because less than a complete quarter period is stored in the each look-up table, values from both look ⁇ up tables are utilized to generate the sine waveform and the cosine waveform.
  • the association of which look-up table is utilized for the generation of a particular portion of the total waveform period is carried out by a look-up table selector 26 (labeled Upper-lower code table detector in FIG. 2) .
  • the look-up table selector 26 generates a selection signal for selecting between data from the first look-up table and data from the second look-up table based upon the sine/cosine generation address.
  • a data router 27 (labeled Upper-lower code converter in FIG. 2) then selectively provides the sine composition values and cosine composition values from the first and the second look-up tables based upon the selection signal.
  • the output of this data router 27 are two data streams, one for the sine waveform and one for the cosine waveform which are properly rotated about the y axis for generation of the final waveforms but are not properly rotated about the x axis.
  • the term signal is utilized to refer to any type of condition indicator, such as an electricl signal, a flag or variable in a software application or other methods of signifying status or the result of a determination known to those of skill in the art.
  • the rotation about the x axis is determined by a first sign detector 21 for determining from the sine/cosine generation address whether the cosine composition value output by the data router 27 should be inverted and generates a first sign signal based upon that determination.
  • a second sign detector 22 determines from the sine/cosine generation address whether the cosine composition value output by the data router 27 should be inverted and generates a second sign signal based upon that determination.
  • inverted refers to a rotation about the x axis of the waveform values stored in the look-up tables and output by the data router.
  • this rotation about the x axis may, in some instances mean reversing the sign of the value from positive to negative or negative to positive.
  • the rotation may be about the D.C. offset value in which case the rotation about the x axis may be accomplished by subtracting the value from the D.C. offset of the waveform.
  • the final cosine waveform is created by a first output waveform generator 28 (labeled First sign restoration module in FIG. 2) .
  • the first output waveform generator 28 receives the cosine composition values from the data router 27 and the first sign signal from the first sign detector 21 and generates a cosine output waveform from the cosine composition values and from the first sign signal. This generation of an output waveform may simply be storing the values for a period of the waveform or it may include conversion of the digital values to analog signals by use of, for example, a digital to analog converter.
  • a second output waveform generator 29 (labeled Second sign restoration module in FIG. 2) similarly receives the sine composition values from the data router 27 and the second sign signal from the second sign detector 22 and generates a sine output waveform from the sine composition values and from the second sign signal.
  • FIG. 3 illustrates the output waveforms of a waveform generator according to the present invention.
  • the complete period of a cosine waveform and a sine waveform are generated by cycling through the sine/cosine generation address (labeled Input Address) which ranges from 0 to 255 for the present example.
  • the table below illustrates how the table address generator 23 and the first and second sign detectors 21 and 22 would convert the input sine/cosine generation address to the control information for the look-up tables 24 and 25 and the data router 27.
  • FIG. 4 and FIG. 5 are flowchart illustrations of methods, apparatus (systems) and computer program products according to the invention. It will be understood that each block of the flowchart illustrations, and combinations of blocks in the flowchart illustrations, can be implemented by computer program instructions. These computer program instructions may be loaded onto a computer or other programmable data processing apparatus to produce a machine, such that the instructions which execute on the computer or other programmable data processing apparatus create means for implementing the functions specified in the flowchart block or blocks.
  • These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart block or blocks.
  • the computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart block or blocks.
  • blocks of the flowchart illustrations support combinations of means for performing the specified functions, combinations of steps for performing the specified functions and program instruction means for performing the specified functions. It will also be understood that each block of the flowchart illustrations, and combinations of blocks in the flowchart illustrations, can be implemented by special purpose hardware-based computer systems which perform the specified functions or steps, or combinations of special purpose hardware and computer instructions.
  • a portion of the period of a cosine waveform is stored in a first look-up table (block 30) and a portion of the period of a sine waveform corresponding to the stored portion of the cosine waveform is stored in a second look-up table (block 32) .
  • the first and second look-up tables are selectively accessed based upon the received sine/cosine generation address as reflected in block 36.
  • the output of one of the look-up tables is selected to create a sine composition value.
  • the output of one of the look-up tables is selected to create a cosine composition value.
  • the cosine composition value needs to be inverted. If the cosine composition value needs to be inverted, then, as seen in block 52, the cosine composition value is inverted and used as the generated cosine value. If the cosine composition value does not need to be inverted, then, as seen in block 50, the cosine composition value is used as the generated cosine value.
  • the generation process beginning with block 34 is then repeated for each sine/cosine generation address received. In such a manner a complete period of the sine and cosine waveforms is generated for each cycle through the range of sine/cosine generation addresses.
  • the portion of the sine and cosine waveforms stored in the look-up tables comprises the first one eighth of the period of the waveforms.
  • the storing of the first one eighth period of the cosine waveform in the first look-up table is reflected in block 60 and the storing of the first one eighth period of the sine waveform in the second look-up table is reflected in block 62.
  • a sine/cosine generation address is then obtained as seen in block 64.
  • blocks 66, 70, 74, 78, 82, 86, and 90 the one eighth period of the waveform corresponding to the sine/cosine generation address is determined.
  • the first and second look-up tables are accessed utilizing the sine/cosine generation address as the look-up address and the output of the first look-up table is utilized as the cosine value while the output of the second look-up table is utilized as the sine value.
  • the first and second look-up tables may be accessed utilizing the generation address minus the number of addresses in one- eighth the period of the waveform as an offset subtracted from the last address of the first and second look-up tables.
  • the second look-up table output is the used as the cosine value and the first look-up table output is utilized as the sine value.
  • a ⁇ seen in block 76 if the sine/cosine generation address falls within the third one eighth period of the waveform then the first and second look-up tables may be accessed utilizing the generation address minus the number of addresses in one fourth the period of the waveform a ⁇ an offset added to the first address of the first and second look-up tables.
  • the second look-up table output is then inverted and used as the cosine value and the first look-up table output is utilized as the sine value.
  • the first and second look-up tables may be accessed utilizing the generation address minus the number of addresses in three eighths the period of the waveform as an offset subtracted from the last address of the first and second look-up tables.
  • the first look-up table output is then inverted and used as the cosine value and the second look-up table output is utilized as the sine value.
  • the first and second look-up tables may be accessed utilizing the generation address minus the number of addresses in one half the period of the waveform as an offset added to the first address of the first and second look-up tables.
  • the first look-up table output is then inverted and used as the cosine value and the second look-up table output is inverted and utilized as the sine value.
  • the first and second look-up tables may be accessed utilizing the generation address minus the number of addresses in five eighths the period of the waveform as an offset subtracted from the last address of the first and second look-up tables.
  • the second look-up table output is then inverted and used as the cosine value and the first look-up table output is inverted and utilized as the sine value.
  • the first and second look-up tables may be accessed utilizing the generation address minus the number of addresses in three quarters the period of the waveform as an offset added to the first address of the first and second look-up tables.
  • the second look-up table output is then used as the cosine value and the first look-up table output is inverted and utilized as the sine value.
  • the first and second look-up tables may be accessed utilizing the generation address minus the number of addresses in three eighths the period of the waveform as an offset subtracted from the last address of the first and second look-up tables.
  • the first look-up table output is then used as the cosine value and the second look-up table output is inverted and utilized as the sine value.
  • the generation process beginning with block 64 is then repeated for each sine/cosine generation address received. In such a manner a complete period of the sine and cosine waveforms is generated for each cycle through the range of sine/cosine generation addresses.
  • the preferred embodiment of the present invention encodes only one eighth period of a sine and cosine waveform to convert an input address into a sine and cosine waveform. It is further preferred that the one eighth period of the stored sine waveform always correspond to the one eighth period of the stored cosine waveform. While the present invention has been described with respect to the first look-up table 24 storing the first one eighth period of the cosine waveform and the second look-up table 25 storing the first one eighth period of the sine waveform, as will be appreciated by those of skill in the art, other combinations of portions of the waveforms may be utilized.
  • the second one eighth period of a cosine waveform is stored in the first look-up table 24, then the second one eighth period of a sine waveform may be stored in the second look-up table 25.
  • the third one eighth period of a cosine waveform is stored in the first look-up table 24, then the third one eighth period of a sine waveform may be stored in the second look-up table 25.
  • the look-up tables are interchangeable with appropriate modifications such that, for example, the first look-up table 24 may 623 PC17KR96/00162
  • the second look-up table 25 store a cosine waveform.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Electrophonic Musical Instruments (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)
  • Complex Calculations (AREA)
  • Image Processing (AREA)

Abstract

Procédé, système ou produit programme destiné à générer une forme d'onde sinusoïdale et une cosinusoïdale et consistant à prévoir dans une première table de consultation (24) des données correspondant aux valeurs quantifiées d'une partie de la période d'une forme d'onde cosinusoïdale et dans une seconde table de consultation (25) des données correspondant aux valeurs quantifiées d'une partie de la période d'une onde sinusoïdale correspondant à la période des valeurs quantifiées de la forme d'onde cosinusoïdale provenant des première (24) et seconde (25) tables de consultation pouvant être utilisées pour générer une forme d'onde sinusoïdale. De plus, les valeurs quantifiées provenant des première (24) et seconde (25) tables de consultation peuvent également être utilisées pour générer une forme d'onde cosinusoïdale.
PCT/KR1996/000162 1995-11-15 1996-09-17 Systeme, procede et produit programme destine a generer une formed'onde sinusoidale ou cosinusoidale a l'aide d'une combinaison de tables de consultation Ceased WO1997018623A1 (fr)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP9518752A JPH10513029A (ja) 1995-11-15 1996-09-17 結合されたルックアップテーブルを用いたサインまたはコサイン波形発生システム方法およびプログラム
DE19681167T DE19681167T1 (de) 1995-11-15 1996-09-17 System, Verfahren und Programmprodukt zum Generieren einer Sinus- oder Cosinus-Wellenform unter Verwendung von kombinierten Suchtabellen
GB9714207A GB2313243B (en) 1995-11-15 1996-09-17 System method and program product for generating a sine or cosine waveform utilizing combined look-up tables

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1019950041535A KR0169371B1 (ko) 1995-11-15 1995-11-15 사인/코사인 파형 발생기
KR1995/41535 1995-11-15

Publications (1)

Publication Number Publication Date
WO1997018623A1 true WO1997018623A1 (fr) 1997-05-22

Family

ID=19434260

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR1996/000162 Ceased WO1997018623A1 (fr) 1995-11-15 1996-09-17 Systeme, procede et produit programme destine a generer une formed'onde sinusoidale ou cosinusoidale a l'aide d'une combinaison de tables de consultation

Country Status (7)

Country Link
JP (1) JPH10513029A (fr)
KR (1) KR0169371B1 (fr)
CN (1) CN1082748C (fr)
DE (1) DE19681167T1 (fr)
GB (1) GB2313243B (fr)
TW (1) TW311303B (fr)
WO (1) WO1997018623A1 (fr)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1349050A3 (fr) * 2002-03-29 2006-06-14 Alps Electric Co., Ltd. Dispositif à retour de force
RU2408133C2 (ru) * 2009-03-24 2010-12-27 Государственное образовательное учреждение высшего профессионального образования "Северо-Кавказский государственный технический университет" Способ получения аналогового электрического сигнала модуля ортогональной составляющей вектора одного из двух одночастотных гармонических электрических сигналов
CN115456186A (zh) * 2022-01-27 2022-12-09 合肥本源量子计算科技有限责任公司 正余弦信号发生器及量子计算机控制系统
CN115469711A (zh) * 2022-01-27 2022-12-13 合肥本源量子计算科技有限责任公司 正余弦信号发生器、存储器及量子计算机控制系统
US11769275B2 (en) 2017-10-19 2023-09-26 Interdigital Vc Holdings, Inc. Method and device for predictive encoding/decoding of a point cloud

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
MXPA03009272A (es) * 2001-04-16 2004-02-12 Thomson Licensing Sa Un sistema de rastreo de fase.
USD710598S1 (en) 2006-08-24 2014-08-12 Mark Edward Morgan Armband
USD710597S1 (en) 2006-08-24 2014-08-12 Mark Edward Morgan Armband
USD710596S1 (en) 2006-08-24 2014-08-12 Mark Edward Morgan Armband
USD700774S1 (en) 2006-08-24 2014-03-11 Armpocket Enterprises Armband
US9351551B2 (en) 2006-08-24 2016-05-31 Armpocket Enterprises Personal armband storage device
CN102520762A (zh) * 2011-11-25 2012-06-27 航天科工深圳(集团)有限公司 电力设备中编程仿真信号源的生成方法
CN110161289A (zh) * 2019-06-21 2019-08-23 江苏开放大学(江苏城市职业学院) 一种新型高速同步正余弦信号激励装置及方法
KR102322147B1 (ko) 2019-07-18 2021-11-04 (주)인피니어 3상 정현파 생성장치
CN113687613B (zh) * 2021-08-16 2023-04-11 深圳市安瑞国医科技有限公司 一种可任意调节参数的组合波形产生方法

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0078588A1 (fr) * 1981-11-02 1983-05-11 Hewlett-Packard Company Procédé et appareil pour la synthèse des signaux
DE3800141A1 (de) * 1986-12-19 1989-07-20 Duerrwaechter E Dr Doduco Schaltungsanordnung zum erzeugen eines elektrischen sinussignals mit veraenderlicher frequenz

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5442324A (en) * 1994-09-23 1995-08-15 At&T Corp. Digital-controlled oscillator

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0078588A1 (fr) * 1981-11-02 1983-05-11 Hewlett-Packard Company Procédé et appareil pour la synthèse des signaux
DE3800141A1 (de) * 1986-12-19 1989-07-20 Duerrwaechter E Dr Doduco Schaltungsanordnung zum erzeugen eines elektrischen sinussignals mit veraenderlicher frequenz

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1349050A3 (fr) * 2002-03-29 2006-06-14 Alps Electric Co., Ltd. Dispositif à retour de force
US7187359B2 (en) 2002-03-29 2007-03-06 Alps Electric Co., Ltd. Force feedback device
RU2408133C2 (ru) * 2009-03-24 2010-12-27 Государственное образовательное учреждение высшего профессионального образования "Северо-Кавказский государственный технический университет" Способ получения аналогового электрического сигнала модуля ортогональной составляющей вектора одного из двух одночастотных гармонических электрических сигналов
US11769275B2 (en) 2017-10-19 2023-09-26 Interdigital Vc Holdings, Inc. Method and device for predictive encoding/decoding of a point cloud
CN115456186A (zh) * 2022-01-27 2022-12-09 合肥本源量子计算科技有限责任公司 正余弦信号发生器及量子计算机控制系统
CN115469711A (zh) * 2022-01-27 2022-12-13 合肥本源量子计算科技有限责任公司 正余弦信号发生器、存储器及量子计算机控制系统

Also Published As

Publication number Publication date
GB2313243A (en) 1997-11-19
KR970031296A (ko) 1997-06-26
TW311303B (fr) 1997-07-21
CN1168201A (zh) 1997-12-17
CN1082748C (zh) 2002-04-10
DE19681167T1 (de) 1998-02-12
KR0169371B1 (ko) 1999-03-20
GB9714207D0 (en) 1997-09-10
JPH10513029A (ja) 1998-12-08
GB2313243B (en) 1999-10-13

Similar Documents

Publication Publication Date Title
WO1997018623A1 (fr) Systeme, procede et produit programme destine a generer une formed'onde sinusoidale ou cosinusoidale a l'aide d'une combinaison de tables de consultation
US4905177A (en) High resolution phase to sine amplitude conversion
US5954787A (en) Method of generating sine/cosine function and apparatus using the same for use in digital signal processor
US4595976A (en) Inverter control
US4410955A (en) Method and apparatus for digital shaping of a digital data stream
US20070174371A1 (en) Hardware-efficient phase-to-amplitude mapping design for direct digital frequency synthesizers
WO1992002872A1 (fr) Mise en ×uvre d'un generateur sin/cos
US4746880A (en) Number controlled modulated oscillator
US6263356B1 (en) Fast fourier transform calculating apparatus and fast fourier transform calculating method
JPH0736717B2 (ja) インバータ
US5034977A (en) Phase accumulation dual tone multiple frequency generator
US4835721A (en) Frequency synthesizer
US4017693A (en) Synthesizer of multifrequency code signals
US6320431B1 (en) Apparatus and method of generating numerically controlled oscillator signals
US6127860A (en) Linear expansion based sine generator
EP0448034B1 (fr) Dispositif générateur de sons musicaux capable d'écrire et de lire des paramètres à grande vitesse
JP2023103156A (ja) 変調モジュール、変調回路、変調装置及び変調信号の生成方法
HK1010803B (en) A musical tone generation apparatus capable of writing/reading parameters at high speed
JPS6126076B2 (fr)
US6611156B2 (en) Waveform data generation apparatus
JP2806490B2 (ja) Dtmf発生回路
SU1631730A1 (ru) Многомерный дешифратор
KR100198816B1 (ko) 랜덤 코드 발생기
JPS6215930A (ja) D/a変換器の試験方式
GB2315346A (en) Approximating trigonometric funtions using look up tables and quadrant bits

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 96191402.5

Country of ref document: CN

AK Designated states

Kind code of ref document: A1

Designated state(s): CN DE GB JP US

ENP Entry into the national phase

Ref document number: 1997 518752

Country of ref document: JP

Kind code of ref document: A

RET De translation (de og part 6b)

Ref document number: 19681167

Country of ref document: DE

Date of ref document: 19980212

WWE Wipo information: entry into national phase

Ref document number: 19681167

Country of ref document: DE

REG Reference to national code

Ref country code: DE

Ref legal event code: 8607