Next Article in Journal
Monocular Initialization for Real-Time Feature-Based SLAM in Dynamic Environments with Multiple Frames
Previous Article in Journal
FDI-VSR: Video Super-Resolution Through Frequency-Domain Integration and Dynamic Offset Estimation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Taylor Series Interpolation-Based Direct Digital Frequency Synthesizer with High Memory Compression Ratio

by
Kalle I. Palomäki
* and
Jari Nurmi
Wireless Research Center, Tampere University, 33720 Tampere, Finland
*
Author to whom correspondence should be addressed.
Sensors 2025, 25(8), 2403; https://doi.org/10.3390/s25082403
Submission received: 12 March 2025 / Revised: 4 April 2025 / Accepted: 7 April 2025 / Published: 10 April 2025
(This article belongs to the Section Electronic Sensors)

Abstract

:
A common challenge in direct digital frequency synthesizers (DDFSs) is obtaining high memory compression while maintaining good output signal purity. To address this challenge, in this paper, we present a 16-bit, quadrature direct digital frequency synthesizer (DDFS) that utilizes the second-order Taylor series polynomial interpolation in the phase-to-amplitude conversion. In this approach, the sinusoidal signal is divided into multiple segments, and for each segment, related values are stored into a look-up table (LUT). The amplitude values for each segment are calculated using the stored LUT values and the second-order Taylor series polynomial interpolation. A Python-based model was created to optimize the number of segments, and the resulting design was coded using register-transfer level VHDL. The design is synthesized and implemented on an AMD Artix 7 FPGA, and the implementation results are presented. We show that the proposed design is capable of reaching a very high memory compression ratio of 5178:1. Additionally, the design generates both sine and cosine with high spectral purity utilizing a low number of FPGA resources compared to previous work. With 107 logic slices and 3 DSP slices, the design reaches a spurious-free dynamic range (SFDR) of −102.9 dBc.

1. Introduction

A direct digital frequency synthesizer (DDFS) is used to generate digital signals with various kinds of waveforms, for example sawtooth, triangle, or sinusoidal signals. In this paper, we are focusing on digital sinusoidal signal generation, since sinusoidal signals have broad application areas across multiple industries. The original idea for the DDFS was introduced in 1971 by Tierney, Rader, and Gold [1].
Nowadays, a DDFS has become a very common digital block used in many designs. For example, in telecommunications, a DDFS is used broadly in wireless communications and software radio [2,3]. Also, in more modern networks, such as 5G, the DDFS has been a common research topic [4,5,6]. The improvements in DDFS technologies have enabled its use in several different applications in many diverse fields such as medical instruments, radars, and even with nuclear science in neutrino observatories [7,8,9,10]. Furthermore, the recent advancements in DDFS have enabled it to be used in several quantum technology fields, such as quantum communications, quantum computing, and quantum sensing. In quantum communications, the DDFS is used as it provides a versatile method for generating nearly any arbitrary combination of phase and frequency [11]. In modern-day quantum computers utilizing trapped-ion or spin qubits, the DDFS is used in the control electronics [12,13,14], and in quantum sensing, the DDFS has been applied for example in cold atom gravimeters [15]. These new emerging application fields have given rise to the development of new hardware designs to enable more efficient DDFS implementation. We will start by introducing the generic DDFS architecture.
The original principle for the DDFS design used a read-only memory (ROM) for storing the amplitude values and a modulo-2 counter output as the ROM address [1]. The generic architecture for the ROM-based approach is given in Figure 1. The typical DDFS implementation has four main components. In the digital domain, the first component is the phase accumulator (PA), which contains a phase register and an adder. At each clock cycle, the adder sums the frequency control word (FCW) to the phase register value. Each phase register overflow represents a full 2 π period of the sinusoidal signal, and the FCW is used to set the frequency of the output signal, f o u t
f o u t = F C W 2 N · f c l k ,
where f c l k is the system clock frequency. Furthermore, the bit width of the FCW, N, defines the frequency resolution, Δ f , which is given below in Equation (2)
Δ f = f c l k 2 N .
From the frequency resolution perspective, it is preferable to have large N width, and typically the FCW is rather long, from 32 to 48 bits. Based on (2), for example with a 100 MHz system clock, the frequency resolution provided by the 32-bit FCW is 0.023 Hz and by the 48-bit FCW is 3.55 · 10 7 Hz.
The PA output is a phase word, P w o r d , for the second digital component, the phase-to-amplitude converter (PAC). The PAC can be implemented using different approaches, but most commonly, some kind of memory is involved in the design. The generic architecture uses the ROM to store the sine and cosine amplitude values, and P w o r d is used as the ROM address. Before the PA output can be used, the PA output needs to be truncated to q bits in order to keep the resulting ROM size manageable. However, this truncation reduces the accuracy, resulting in inferior output signal quality and spurs in the spectrum. In DDFS designs, it is important to reduce these spurs, as output signal quality is one key metric of the performance of the DDFS. The signal quality is reported using the spurious free dynamic range (SFDR), which is the ratio of the fundamental signal to the strongest spurious signal. A commonly known equation in DDFS designs for estimating the relationship between the P w o r d bit width, q, and the SFDR is given below in Equation (3) [16]
S F D R ( dBc ) 6.02 q 3.92 dB .
This relationship implies that a large q value is preferred from the signal quality perspective. However, each bit in P w o r d width doubles the required memory, leading to increased design area and more expensive hardware implementation. Therefore, over the past two decades, a lot of research has been put into optimizing the size of the ROM [17,18,19,20,21]. A common metric to evaluate the optimization efficacy is to compare the compressed memory size to that of the equivalent generic DDFS implementation with minimally compressed or completely uncompressed memory. The uncompressed memory size is calculated by 2 q · m , where m is the amplitude bit width of the sinusoid. If both sine and cosine waves are generated, then the equivalent uncompressed memory size is 2 q · 2 m . Memory compression schemes often reduce the accuracy of the amplitude representation and, therefore, some compression algorithms come at the expense of a reduced SFDR. Therefore, it is key to find a balance that maximizes the memory compression ratio and maintains a high SFDR.
Once the amplitude values are generated, they are converted into analog format using a digital-to-analog converter (DAC). The resulting signal is typically filtered using a low-pass filter to create a more pure output. In this paper, we are proposing a method for improving hardware implementation of the digital components: that is, the phase accumulator and the phase-to-amplitude converter.

2. ROM Compression Methods

In this section, we will provide a brief overview of some of the most commonly used ROM compression methods. The first compression method discussed is based on the sine and cosine signal symmetry, but there are also several other methods to further compress the memory after the symmetry-based compression has been applied. These include, for example, the sine phase difference algorithm, the use of trigonometric identities, fine and coarse ROM division, interpolation methods, and Taylor series optimization [22,23,24,25,26]. In the scope of this paper, we will introduce below in more detail the symmetry, interpolation, and Taylor series-based methods for memory optimization.

2.1. Sine and Cosine Symmetry

One of the most commonly applied methods for DDFS ROM compression is to utilize the symmetry properties of the sine and cosine functions [27]. The first symmetry property is called the quarter-wave (QW) symmetry. The QW symmetry implies that a full sine or cosine period of 2 π can be generated by using only the amplitude values in 0 , π 2 . As an example, the QW symmetry for sine is given in (4).
sin ( x ) = sin ( x ) , when   x 0 , π 2 sin ( π x ) , when   x π 2 , π sin ( x π ) , when   x π , 3 π 2 sin ( 2 π x ) , when   x 3 π 2 , 2 π
As can be noticed, the full sine period is generated by rotating and negating the first quarter values.
When the DDFS system has both sine and cosine available, then it can take advantage of the second symmetry property that exists between sine and cosine. This symmetry is sometimes referred to as the sine and cosine eighth-wave symmetry. This property for the sine signal is given below.
sin ( x ) = sin ( x ) , x 0 , π 4 cos ( π 2 x ) , x π 4 , π 2
Based on (5), we can see that the sine values between 0 , π 2 can be generated by using both sine and cosine values between 0 , π 4 . From these values, the full period can then be created by applying the QW symmetry.
In the proposed design architecture, both sine and cosine are present, and we will utilize both the quarter wave and the eighth-wave symmetry properties.

2.2. Interpolation Methods

In the interpolation approach, a period of the sine wave is divided into several, even hundreds of different segments. Often, to take advantage of the QW compression, this period is chosen to be 0 , π 2 . The sine value is then approximated in these segments using some type of an interpolation equation. Most commonly, either linear, parabolic, or polynomial equations are applied for the approximation [20,21,25,28]. One of the benefits of the interpolation method is that it has been shown to provide a very high memory optimization. Two of the highest reported ROM compression ratios of 1103:1 and 1792:1 have been achieved using the interpolation-based memory optimization [18,21]. Many implementations of the interpolation method provide only sine signals instead of the supporting quadrature output signal. This is important to note especially when the implementations and their hardware resource utilization are compared.
In our proposed architecture, we are applying Taylor series approximation-based interpolation for the memory compression. However, instead of a hundred segments, we are using only a few tens of segments. Furthermore, the proposed architecture generates simultaneously both sine and cosine values.

2.3. Taylor Series Based Memory Optimization

Earlier works on applying Taylor series approximation for DDFS design include using the approximation directly for optimizing the stored memory values and using linear interpolation to improve the accuracy of the output signal [26,29]. The direct memory compression method has shown a memory compression ratio of 64:1 with an output SFDR of −97.04 [27]. Furthermore, the previously reported interpolation approach reported a 315:1 memory compression ratio and −77 dBc SFDR [29].
In this paper, we are presenting a different way of applying Taylor series approximation for an ROM compression scheme than what has been reported in the previous works. The proposed approach stores in memory three different values for each segment and applies Taylor series approximation-based computation to interpolate the remaining amplitude values for sine and cosine. We show that the proposed design achieves a high memory compression ratio while maintaining good spurious performance.

3. Memory Efficient DDFS Design Using Taylor Series-Based Interpolation

In this section, we introduce a reference design that utilizes the Taylor series approximation based interpolation in the PAC computation. In the method, we use the phase value within 0 , π 4 and divide that period into multiple segments. For each segment, a few values derived from the Taylor series approximation are stored into a memory, and the remaining amplitude values are computed by interpolating the signal using the second-order Taylor series. Since the Taylor series approximation requires the phase to be given in radians, the DDFS design uses a modified phase accumulator.

3.1. Optimizing the Taylor Series Approximation for DDFS Implementation

Taylor series approximation is a widely used method for approximating any continuous function near a point on the function, x 0 [30]. In this paper, we refer to this point as the evaluation point. The kth-order Taylor series approximation for a function f ( x ) is given below in (6):
f ( x ) = i = 1 k f ( i 1 ) ( x 0 ) ( i 1 ) ! ( x x 0 ) i 1 .
One of the features of the Taylor series approximation is that it is equally accurate to both positive and negative directions on the x-axis from the evaluation point. Additionally, the further away we move from x 0 , the less accurate the approximation becomes.
To improve the approximation accuracy of f ( x ) , we can obviously increase the k, which adds more terms to the series. However, this also increases the computational complexity, as each new term introduces higher exponentiation than the previous term. This leads to several multipliers on the hardware implementation. Therefore, to keep implementation feasible, a low k value is preferred. A few optimization methods can be applied to enable the use of low k while maintaining sufficient approximation accuracy for the PAC implementation. The first method is to use the symmetry properties that were presented in the previous section. Since both sine and cosine are available, the symmetry around π 4 can be applied. Thus, only the amplitude values between 0 , π 4 need to be generated to create a full sine and cosine period. Looking at Figure 2a, it can be noted that the accuracy of the Taylor series approximation decreases the further the value is approximated from the evaluation point x 0 = 0 . For example, the average error of the third-order Taylor approximation on sine between 0 , π 4 is 0.01296 . This is over 20 times larger than the error in the same interval for the fifth-order Taylor approximation, which is 5.8649 · 10 4 . Depending on the application, the fifth-order Taylor approximation accuracy for PAC implementation may be sufficient. On the hardware side, however, the fifth-order Taylor series approximation requires rather heavy computation, including five multipliers.
The second method to further reduce the required k is to use multiple evaluation points between 0 , π 4 . An example of this principle is shown in Figure 2b, where three second-order Taylor series approximations, each having different evaluation points, are used to approximate s i n ( x ) . It can be seen that by changing the evaluation point as the phase increases, we can improve the accuracy of the second or Taylor series approximation. The use of multiple evaluation points reduces the error and enables the use of low k. On hardware implementation, the second-order Taylor approximation requires only one multiplier, which results into significantly lower complexity implementation compared with the fifth-order approximation.

3.2. Phase Accumulator Design

In the traditional DDFS, the PA adds the frequency control word to the accumulator value at every clock cycle and the truncated result, P w o r d , can be directly used as an address for ROM in the PAC. However, in the Taylor series approximation, the phase is part of the approximation equations and, therefore, the truncated phase has to be delivered to the PAC module in radians. This conversion to radians can be achieved by multiplying the truncated phase with π 4 . Thus, the PA logic requires an additional fixed coefficient multiplier to perform the conversion. Since only one input of this multiplier changes, the logic implementation of the multiplier can be optimized. As an example, an 18-bit representation of π has half of the bits as 0. This means that this fixed coefficient multiplier generates 50% less partial products than a full 18-bit multiplier. This leads to both more efficient implementation and lower switching activity, which in turn reduces the power consumption of the multiplier.
One of the advantages of the Taylor series-based PAC design is that the P w o r d width has a linear effect on the complexity of the PAC. In the traditional DDFS design, where the phase is used as an address for the ROM, each bit in the P w o r d width doubles the size of the address space and thus the size of the ROM. In the traditional DDFS, this leads to exponential growth of the PAC logic. However, in the proposed design, the  P w o r d is not used as the memory address. Instead, the memory size is determined by the number of segments used. The  P w o r d width affects directly only the x x 0 term in Equation (6), leading to a linear growth of hardware logic. Therefore, in the proposed method, we can use large a P w o r d width. This is beneficial, since as was defined in (3), the  P w o r d width impacts directly the maximum attainable SFDR of the DDFS design.
In order to take advantage of the sine and cosine symmetry over π 4 , the phase has to be inverted after every π 4 segment. The inversion is simple to detect, as it is given by the third most significant bit (MSB) of the phase. To further enable the eighth-wave symmetry optimization, the top three MSBs are needed as control signals. They define in which of the eight segments the amplitude values need to be computed. The MSBs provide the correct sign for both sine and cosine and define when the sine value is used for cosine and vice versa. The functionality and how the three MSBs are used to define the correct position on the unit circle is shown in Figure 3.
The PA provides these MSBs directly to the symmetry logic, and the other multiplicand in the radian conversion is the phase starting from the fourth MSB. The PA in the reference design delivers to the PAC an 18-bit, triangle-formatted phase in radians. The operation of the PA is described using generic pseudocode in Algorithm 1.
Algorithm 1 Modified phase accumulator operation using pseudocode.
    PHASE ACCUMULATOR
    Input: Frequency control word (FCW), 32-bit
    Output: Phase word, P word , 18-bit
    
          while system on do
               Phase register = ( Phase register + FCW ) mod 2
               Phase internal = Phase register mod π 2 / / c o n v e r t p h a s e t o 0 , π 2
               if Phase internal > π 4 then / / g e n e r a t e t r i a n g l e f o r m a t t e d p h a s e
                     Phase temp = π 2 ( Phase internal )
               else
                     Phase temp = ( Phase internal )
               end if
               P word = truncate _ to _ P word _ bits ( Phase temp )
          end while

3.3. Phase to Amplitude Converter Design

As was presented in the previous section, dividing the approximation interval into multiple segments enables the use of lower-order Taylor series approximation equations. For the reference design PAC implementation, we will use the second-order equations. The second-order Taylor series approximation with respect to the evaluation point, x 0 , is given below in (7) for sine
s i n ( x ) = s i n ( x 0 ) + c o s ( x 0 ) ( x x 0 ) ,
and in (8) for cosine
c o s ( x ) = c o s ( x 0 ) s i n ( x 0 ) ( x x 0 ) .
By analyzing the equations, we can see that the second-order Taylor approximation hardware implementation requires two multipliers, one adder, and two subtractors. The operation of the PAC is described using pseudocode in Algorithm 2.
Next, we need to determine how many segments are required to create accurate amplitude values and provide a high SFDR. For the purpose of the reference design, we will set the SFDR target to below −100 dBc. As is described in Algorithm 2, for each segment, three values need to be stored in the memory: the evaluation point x 0 , and both sine and cosine values at that evaluation point, s i n ( x 0 ) and c o s ( x 0 ) . As we are utilizing the eighth-wave symmetry, all the segments are in the approximation interval 0 , π 4 . Furthermore, since the Taylor series approximation is equally accurate to both directions from x 0 , we will set the evaluation points to be the middle of each segment. A Python model was developed to simulate the SFDR of the second-order Taylor series approximation PAC using a different number of segments. The model was refined to match the finite word length arithmetic of hardware implementation by truncating the computation and using 18 bits for the phase and 16 bits for the amplitude. The Python model was then simulated by varying the number of segments between 10 and 30. Figure 4 depicts the simulation results and how the SFDR improves when the number of segments grows. The memory size and SFDR relationship is summarized in Table 1. Based on the Python simulations, by using 30 segments, the design can reach below −100 dBc SFDR.
Algorithm 2 The second-order Taylor series-based PAC operation.
    PHASE TO AMPLITUDE CONVERTER
    Input: Phase word, P word , 18-bit
    Output: 16-bit sine signal Sine out and 16-bit cosine signal Cosine out between 0 , π 4
    
          while system on do
               Segment = DefineSegment ( P word )
               / / R e a d T a y l o r c o e f f i c i e n t s f r o m t h e m e m o r y
               Common _ multiplicand = P word read _ memory ( Evaluation _ point [ Segment ] )
               Sine _ 1 st _ coeff = read _ memory ( Sine [ Segment ] )
               Cosine _ 1 st _ coeff = read _ memory ( Cosine [ Segment ] )
               / / C a l c u l a t e t h e 2 n d t e r m o f t h e 2 n d o r d e r T a y l o r a p p r o x i m a t i o n
               Sine _ 2 nd _ coeff = Common _ multiplicand · Sine _ 1 st _ coeff
               Cosine _ 2 nd _ coeff = Common _ multiplicand · Cosine _ 1 st _ coeff
               / / C a l c u l a t e t h e f i n a l o u t p u t
               Sine out = Sine _ 1 st _ coeff + Cosine _ 2 nd _ coeff
               Cosine out = Cosine _ value Sine _ 2 nd _ coeff
          end while
    
          / / F u n c t i o n c a l c u l a t e s t h e c o r r e c t s e g m e n t b a s e d o n t h e p h a s e v a l u e
          Function DefineSegment ( Phase )
               i = 1
               while i < Number _ of _ Segments do
                    / / C h e c k i f t h e p h a s e i s t h e s e g m e n t i
                    if Phase < Segment border [ i ] then
                          return i
                    end if
                    / / I f n o t , m o v e t o t h e n e x t s e g m e n t
                    i = i + 1
               end while

3.4. Sine and Cosine Symmetry Logic

The eighth-wave symmetry is implemented in a separate digital logic block. This block receives the control signals from the PA as well as the sine and cosine amplitude values between 0 , π 4 from the PAC. The full period of 2 π for sine and cosine signals is generated based on the control signals, which define where on the unit circle the amplitude values are being computed. The final 16-bit sine and cosine values are then obtained by correctly rotating, negating, and swapping the PAC output signals.

4. Experimental Results and Comparison

The second-order Taylor series approximation-based DDFS reference design was chosen to be implemented on an FPGA circuit. The reason to choose FPGA is the possibility for implementing efficiently the multiplication operations required by the design. In an application-specific integrated circuit (ASIC), the multiplication is typically the largest and the slowest arithmetic operation. However, on an FPGA, the multiplication is well optimized. This is because the FPGA manufacturers have hardened the multiply operation in specific digital signal processing (DSP) slices [31]. The target FPGA is AMD XC7A100T, which belongs to AMD’s ArtixTM 7-series family. The FPGA provides natively 25 × 18 bit multipliers in its DSP slices. The architecture of the DDFS and the related bit widths have been chosen to take advantage of these DSP slices. An architecture schematic of the DDFS is shown in Figure 5. The PA has one 22 × 18 multiplier for transforming the phase into radians by multiplying the phase register output with π 4 . The resulting product is truncated to an 18-bit phase, which is then provided for the PAC logic.
The size of the memory required for storing the Taylor series coefficients is small, and it does not need to be implemented using actual ROM logic. Instead, the memory can be implemented using digital logic and look-up tables (LUTs). This is beneficial, as the target FPGA, and FPGAs in general, have limited on-chip memory. The implementation has three LUTs that store for each segment the evaluation point and the related sine and cosine values. Since the simulation showed that beyond −100 dBc, an SFDR can be reached with 30 segments, the PAC design needs to store in total 90 values across the three LUTs. Each value is set to 18-bit accuracy, resulting in the total memory of 1620 bits. As described earlier, the traditional DDFS with quadrature output and using a QW memory compression scheme needs to store 2 q · m · 2 values in the ROM. Thus, with the reference design having an 18-bit truncated, QW-compressed phase width and 16-bit amplitude width, we can calculate that the proposed architecture provides a high, 5178:1, memory compression ratio compared to the traditional DDFS with QW-compressed ROM. The high memory compression ratio comes at the expense of some additional PAC arithmetic logic. First, the sine and cosine amplitude computation uses one 18-bit subtractor to compute x x 0 , which is a shared term between (7) and (8). Then, the resulting difference is multiplied in two separate 18-bit multipliers with one multiplier having sine, s i n ( x 0 ) , and the other cosine, c o s ( x 0 ) , values coming from the LUT. The final amplitude is calculated in a 32-bit adder for sine and a 32-bit subtractor for cosine.
Finally, the DDFS architecture includes a combinatorial logic circuit that enables the use of the sine and cosine eighth-wave symmetry. The logic is controlled by the three P w o r d MSBs coming from the PA. These bits define in which of the eight sectors on the unit circle the amplitude values should be provided. Based on this, the logic converts the PAC output to one of the three possible outcomes: (1) the signal is unchanged, (2) the signals are swapped with each other (e.g., sin is used for cos and vice versa), and (3) the signal is negated (e.g., sin becomes -sin). The outputs of the logic are the final sine and cosine signals.

4.1. Simulation

The architecture from Figure 5 has been implemented using Register Transfer Level (RTL) VHDL. The bit accurate VHDL code was simulated on the logical circuit level in Modelsim, revision 2016.10, Mentor Graphics Corporation (now: Siemens EDA, Wilsonville, OR, USA), functional simulation software using multiple different FCW combinations to validate the DDFS performance. The simulation results were further analyzed using fast Fourier transformation (FFT) on GNU Octave. The implementation results confirmed the Python model results, and the RTL VHDL system was capable of reaching below −100 dBc spurious performance. The FFT spectrum showing −102.90 dBc SFDR for the 9.1 MHz sine signal is depicted in Figure 6. The system clock frequency is 100 MHz. This is limited by the FPGA development board used.

4.2. FPGA Implementation

The VHDL code was synthesized using AMD (Advanced Micro Devices, Santa Clara, CA, USA) Vivado Design Suite v.2024.2 (64-bit). The development board used was Digilent (Pullman, WA, USA) Nexys A7, which contains an AMD ArtixTM 7 FPGA. To meet the timing requirements and to take full advantage of the DSP optimizations, including lower power, the design was pipelined following AMD’s FPGA design recommendations. Registers were placed both in the inputs and the outputs of the multipliers. These registers were put under synchronous reset, as this enables the synthesis tool to integrate these inside the DSP slices. This integration provides better resource utilization, as the pipelining does not consume registers from the logic slices. To validate this, designs with both synchronous and asynchronous resets were synthesized and tested. The synthesis results showed that using synchronous reset reduced the resource usage by 5% compared to a design using asynchronous reset. In total, the DDFS design used 328 LUTs, 224 flip-flops (FFs), and 3 DSPs—one for each multiplier. It is important to note that here, the LUT does not refer to any memory, but instead, these LUT resources are standard configurable logic elements on AMD FPGAs that are used to implement various logic functions.
The detailed resource distribution between the different architecture components is given in Table 2 and the post place and route FPGA layout image are given in Figure 7. The core dynamic power consumption from clocks, logic, and DSP, excluding signals and I/O, was reported by the Vivado tool to be 10 mW. The power consumption is affected by the environmental conditions, such as airflow and ambient temperature. For the reported power, the ambient temperature was set to 25 °C and the airflow was set to 250 Linear Feet per Minute (LFM). This resulted in the junction temperature of 25.7 °C.
Finally, the implementation results showed that after routing, the design can run at the maximum clock frequency of 130 MHz. The clock frequency requirements are based on the target application. With more aggressive optimization and pipelining, the clock frequency can be increased to meet the application requirements. For example, with synthesis-based power optimizations, the design can reach, without any architecture changes or pipeline stages, 180 MHz clock frequency. However, the high clock frequency leads both to additional hardware and increased power consumption.

4.3. Comparison

One of the key results of the proposed architecture is the high memory compression ratio it provides while maintaining good spurious performance. The memory compression ratio has been the focus of continuous research over the past few decades, and the highest previously reported memory compression ratio was, based on the best of the author’s knowledge, 1792:1 [21]. This was reported only very recently, in 2024. The overview of the memory compression research, and comparison of the proposed architecture with earlier work, is presented in Table 3. In the table, we have provided not only FPGA-based implementations but also ASIC implementations and MATLAB (Mathworks, Natick, MA, USA) simulation-based research that have reported high memory compression ratios. From the table, we can see that while the Taylor series has been applied in earlier work, in this proposed architecture, we are using the Taylor series to reach both a higher SFDR and better memory compression ratio than the previous work has reported. Overall, the memory compression ratio presented in the proposed design provides nearly three times improvement over the highest previously reported memory compression ratio. At the same time, the proposed architecture has a high SFDR of −102.9 dBc. When compared with the other designs that have high memory compression ratios, the proposed architecture improves the SFDR by approximately 15 dB.
The proposed second-order Taylor series approximation-based DDFS is compared to other recently published DDFS architectures in Table 4. The previous work designs have been implemented on FPGAs coming from two different manufactures, Intel (Santa Clara, CA, USA, note: Intel has acquired Altera) and AMD (note: AMD has acquired Xilinx). The size comparison between two different FPGA manufactures cannot be made directly, since each manufacturer uses slightly different-sized basic logic elements in their products [33]. For example, AMD uses six-input LUTs, while Intel has two different types of LUT, a four-input LUT and adaptive LUT (ALUT). On AMD, there is also a higher-level architecture block called slice. Taking the data from AMD 7-series FPGAs as a reference, one slice contains four six-input LUTs, eight flip-flops (FF), some multiplexers and carry logic. Thus, the AMD designs can be compared with each other using one of the two separate resource usage metrics, either (1) slices, or (2) LUTs and flip-flops. In order to improve the comparison with previous work, Table 4 lists for the reference design both slice and LUT and FF-based resource utilization metrics.
Looking at the resource utilization in Table 4, let us first focus on the designs that are using AMD/Xilinx manufactured FPGAs, similarly to our reference design. The resource comparison can be made more directly, and we can notice that the proposed method uses significantly fewer resources than the other designs. Also, when comparing the DDFS performance and the output signal purity, we can see that only two designs have reported a higher SFDR at −110.7 dBc and at −114.04 [34,39]. However, a closer observation of these designs reveals that reaching this high SFDR requires 626 interpolation segments in [34] and 100 segments in [39]. The resulting resource utilization is in [34] 12.8 times larger and [39] uses 22% more LUTs than the proposed architecture. Furthermore, the amplitude width in both high SFDR designs is four bits longer than in the proposed design, which reduces the error and improves the accuracy of the output signal. The work in [34] also presents a second, less complex architecture using the same design method. That second design has 141 interpolation segments, 16-bit amplitude resolution, −91.7dBc SFDR, and a resource utilization of 301 slices. Similarly, ref. [39] presents a version using 16-bit output and 31 interpolation segments, making it more comparable with the proposed design. This version consumes 28% less LUTs but 33% more DSPs cells and reaches an SFDR of −91.41 dBc. Since DSP resources are more scarce than LUTs on FPGAs, it can be concluded that the proposed implementation is more efficient than [39]. Taking these designs into account and looking at the data in Table 4, we can conclude that the proposed architecture achieves a high SFDR with low resource utilization when compared with [34] and other designs implemented on AMD FPGAs.
When comparing the proposed design with the Intel and Lattice-based designs, we can observe that the proposed design uses significantly fewer resources for arithmetic and logic than [21,38]. Since the difference in LUT resource utilization is large, we can conclude that the proposed design is more hardware efficient than [21,38]. However, the comparison with [20] is more difficult, as the resource utilization with both approaches is similar. However, by taking into account the data from Table 3, we can notice that the proposed design provides over six times better memory compression ratio than [20], and we can conclude that the proposed design is more efficient.
Finally, in terms of the system clock frequency, the proposed design has average clock frequency when compared with previous work. As was discussed earlier, if the end application requires higher clock frequency, this can be achieved either by synthesis optimization or by adding pipeline stages. Both of these approaches come at the cost of some additional hardware.

5. Conclusions

In this paper, we propose a DDFS architecture with a high memory compression ratio and good spurious performance. We start by giving an overview of the various ROM compression methods and present how the previous work has applied the Taylor series approximation. One of the most common ways to reduce the memory size is to leverage the sine and cosine symmetry properties, and we are using the same techniques to optimize the performance of the proposed design. In the proposed DDFS, the amplitude computation is based on interpolation using the second-order Taylor series approximation, and we present how the approximation accuracy can be improved by dividing the amplitude computation into multiple segments.
The proposed method was implemented on an FPGA circuit, and both implementation and simulation results were presented. Based on the results, we concluded that the proposed architecture provides three improvements over the previous work: (1) a high memory compression ratio of 5178:1, (2) good spurious performance with the SFDR at −102.9 dBc, and (3) low FPGA resource utilization, as the design used only 328 LUTs and 224 FFs in 107 slices.
While the proposed architecture already shows great performance over other DDFS approaches, depending on the final application, the DDFS implementation can be further optimized. For example, when SFDR requirements are more relaxed, the bit width of the arithmetic operations can be reduced. This simplifies the logic and enables better implementation, for example, on an ASIC. Also, the memory size can be further reduced by optimizing the individual stored values. As an example, the bit sequence “0111” is replicated 93 times in the LUT values. With some combinatorial logic, this sequence would need to be stored only once, and 368 bits of memory could be saved. This paper shows that the second-order Taylor series approximation-based interpolation is a very viable approach for building DDFSs for various kinds of applications.

Author Contributions

Conceptualization, K.I.P.; methodology, K.I.P.; software, K.I.P.; validation, K.I.P.; formal analysis, K.I.P.; investigation, K.I.P.; resources, K.I.P.; data curation, K.I.P.; writing—original draft preparation, K.I.P.; writing—review and editing, K.I.P. and J.N.; visualization, K.I.P.; supervision, J.N. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

The data presented in this study are available on request from the corresponding author due to privacy reasons.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Tierney, J.; Rader, C.; Gold, B. A digital frequency synthesizer. IEEE Trans. Audio Electroacoust. 1971, 19, 48–57. [Google Scholar] [CrossRef]
  2. Asfour, A.; Raoof, K.; Yonnet, J.P. Software Defined Radio (SDR) and Direct Digital Synthesizer (DDS) for NMR/MRI Instruments at Low-Field. Sensors 2013, 13, 16245–16262. [Google Scholar] [CrossRef] [PubMed]
  3. Turner, S.E.; Cali, J.D. Phase Coherent Frequency Hopping in Direct Digital Synthesizers and Phase Locked Loops. IEEE Trans. Circuits Syst. I Regul. Pap. 2020, 67, 1815–1823. [Google Scholar] [CrossRef]
  4. Chen, Y.H.; Wang, T.H.; Lin, S.C.; Chen, J.H.; Chen, Y.J.E. A Pulse-Modulated Polar Transmitter Using Direct Digital Synthesis for 5G NR Mobile Applications. IEEE Trans. Circuits Syst. II Express Briefs 2020, 67, 1894–1898. [Google Scholar] [CrossRef]
  5. Chang, Y.C.; Chen, Y.H.; Chen, J.H.; Chen, Y.J.E. A Direct Digital Synthesis Transmitter for 5G Applications With Low-Resolution DACs. IEEE Trans. Circuits Syst. II Express Briefs 2024, 71, 4166–4170. [Google Scholar] [CrossRef]
  6. Chen, Y.H.; Lin, S.C.; Hung, J.H.; Yang, H.S.; Chen, J.H.; Chen, Y.J.E. A Low-Resolution Direct Digital Synthesis Transmitter Architecture Using Dithering for Multiband 5G NR Mobile Applications. IEEE Microw. Wirel. Components Lett. 2022, 32, 1359–1362. [Google Scholar] [CrossRef]
  7. Juang, Y.S.; Ko, L.T.; Chen, J.E.; Sung, T.Y.; Hsin, H.C. Optimization and Implementation of Scaling-Free CORDIC-Based Direct Digital Frequency Synthesizer for Body Care Area Network Systems. Comput. Math. Methods Med. 2012, 2012, 651564. [Google Scholar] [CrossRef]
  8. Rubio-Cidre, G.; Badolato, A.; Úbeda Medina, L.; Grajal, J.; Mencia-Oliva, B.; Dorta-Naranjo, B.P. DDS-Based Signal-Generation Architecture Comparison for an Imaging Radar at 300 GHz. IEEE Trans. Instrum. Meas. 2015, 64, 3085–3098. [Google Scholar] [CrossRef]
  9. Dudley, T.; Plusquellic, J.; Tsiropoulou, E.E.; Goldberg, J.; Stick, D.; Lobser, D. Scatter-Gather DMA Performance Analysis within an SoC-based Control System for Trapped-Ion Quantum Computing. IEEE Trans. Emerg. Top. Comput. 2025. early access. [Google Scholar] [CrossRef]
  10. Marini, F.; Bellato, M.; Bergnoli, A.; Brugnera, R.; dal Corso, F.; Corti, D.; Dong, J.; Garfagnini, A.; Giaz, A.; Gong, G.; et al. FPGA Implementation of an NCO Based CDR for the JUNO Front-End Electronics. IEEE Trans. Nucl. Sci. 2021, 68, 1952–1960. [Google Scholar] [CrossRef]
  11. Annafianto, N.F.R.; Jabir, M.; Burenkov, I.; Ugurdag, H.; Battou, A.; Polyakov, S. FPGA Implementation of a Low Latency and High SFDR Direct Digital Synthesizer for Resource-Efficient Quantum-Enhanced Communication. In Proceedings of the 2020 IEEE East-West Design & Test Symposium (EWDTS), Varna, Bulgaria, 4–7 September 2020; pp. 1–8. [Google Scholar] [CrossRef]
  12. van Dijk, J.P.G.; Patra, B.; Pellerano, S.; Charbon, E.; Sebastiano, F.; Babaie, M. Designing a DDS-Based SoC for High-Fidelity Multi-Qubit Control. IEEE Trans. Circuits Syst. I Regul. Pap. 2020, 67, 5380–5393. [Google Scholar] [CrossRef]
  13. Toubeix, M.; Guthmuller, E.; Evans, A.; Faurie, A.; Meunier, T. FASQuiC: Flexible Architecture for Scalable Spin Qubit Control. IEEE Trans. Quantum Eng. 2024, 5, 5500116. [Google Scholar] [CrossRef]
  14. Irtija, N.; Plusquellic, J.; Tsiropoulou, E.E.; Goldberg, J.; Lobser, D.; Stick, D. Design and Analysis of Digital Communication Within an SoC-Based Control System for Trapped-Ion Quantum Computing. IEEE Trans. Quantum Eng. 2023, 4, 5500124. [Google Scholar] [CrossRef]
  15. Rivas-Marchena, D.; Bell, S.; Clapp, M.; Gardiner, T.; Jones, L.; Morrissey, Q.; Waltham, N. 600MSPS Direct Digital Synthesizer with Amplitude Control for a Cold Atom Gravimeter. In Proceedings of the 2018 IEEE Nuclear Science Symposium and Medical Imaging Conference Proceedings (NSS/MIC), Sydney, Australia, 10–17 November 2018; pp. 1–4. [Google Scholar] [CrossRef]
  16. Vankka, J.; Lindeberg, J.; Halonen, K. Direct digital synthesizer with tunable phase and amplitude error feedback structures. In Proceedings of the 2003 International Symposium on Circuits and Systems, ISCAS ’03, Bangkok, Thailand, 25–28 May 2003; Volume 1. [Google Scholar] [CrossRef]
  17. Chimakurthy, L.; Ghosh, M.; Dai, F.; Jaeger, R. A novel DDS using nonlinear ROM addressing with improved compression ratio and quantization noise. IEEE Trans. Ultrason. Ferroelectr. Freq. Control 2006, 53, 274–283. [Google Scholar] [CrossRef]
  18. Omran, Q.K.; Islam, M.T.; Misran, N.; Faruque, M.R.I. An efficient ROM compression technique for linear- interpolated direct digital frequency synthesizer. In Proceedings of the 2014 IEEE International Conference on Semiconductor Electronics (ICSE2014), Kuala Lumpur, Malaysia, 27–29 August 2014; pp. 182–185. [Google Scholar] [CrossRef]
  19. Hoang, V.P.; Pham, C.K. An Improved Linear Difference Method with High ROM Compression Ratio in Direct Digital Frequency Synthesizer. IEICE Trans. 2011, 94-A, 995–998. [Google Scholar] [CrossRef]
  20. Jeng, S.S.; Lin, H.C.; Lin, C.H. A novel ROM compression architecture for DDFS utilizing the parabolic approximation of equi-section division. IEEE Trans. Ultrason. Ferroelectr. Freq. Control 2012, 59, 2603–2612. [Google Scholar] [CrossRef]
  21. Zhou, K.; Xu, Q.; Zhang, T. Optimized Design of Direct Digital Frequency Synthesizer Based on Hermite Interpolation. Sensors 2024, 24, 6285. [Google Scholar] [CrossRef]
  22. Nicholas, H.; Samueli, H.; Kim, B. The optimization of direct digital frequency synthesizer performance in the presence of finite word length effects. In Proceedings of the 42nd Annual Frequency Control Symposium, Baltimore, MD, USA, 1–3 June 1988; pp. 357–363. [Google Scholar] [CrossRef]
  23. Sunderland, D.; Strauch, R.; Wharfield, S.; Peterson, H.; Cole, C. CMOS/SOS frequency synthesizer LSI circuit for spread spectrum communications. IEEE J. Solid-State Circuits 1984, 19, 497–506. [Google Scholar] [CrossRef]
  24. Nicholas, H.; Samueli, H. A 150-MHz direct digital frequency synthesizer in 1.25-µm CMOS with –90-dBc spurious performance. IEEE J. Solid-State Circuits 1991, 26, 1959–1969. [Google Scholar] [CrossRef]
  25. De Caro, D.; Strollo, A. High-performance direct digital frequency synthesizers using piecewise-polynomial approximation. IEEE Trans. Circuits Syst. I Regul. Pap. 2005, 52, 324–337. [Google Scholar] [CrossRef]
  26. Weaver, L.A.; Kerr, R.J. High Resolution Phase to Sine Amplitude Conversion. U.S. Patent 4905177A, 27 February 1990. [Google Scholar]
  27. Vankka, J. Methods of mapping from phase to sine amplitude in direct digital synthesis. IEEE Trans. Ultrason. Ferroelectr. Freq. Control 1997, 44, 526–534. [Google Scholar] [CrossRef]
  28. Zhang, R.; Chen, G.; Zhang, J.; Chen, G.; Yu, J. A new DDFS based on unequal length piecewise linear approximation with one bit error correction. In Proceedings of the 2014 12th IEEE International Conference on Solid-State and Integrated Circuit Technology (ICSICT), Guilin, China, 28–31 October 2014; pp. 1–3. [Google Scholar] [CrossRef]
  29. Bellaouar, A.; O’brecht, M.; Fahim, A.; Elmasry, M. Low-power direct digital frequency synthesis for wireless communications. IEEE J. Solid-State Circuits 2000, 35, 385–390. [Google Scholar] [CrossRef]
  30. Korn, G.A.; Korn, T.M. Functions and Limits. Differential and Integral Calculus. In Mathematical Handbook for Scientists and Engineers, 2nd ed.; Dover Publications: New York, NY, USA, 2000; Chapter 4; pp. 132–134. [Google Scholar]
  31. Bruno, F.; Eschemann, G. Introduction to FPGA Architectures. In FPGA Programming Handbook, 2nd ed.; Packt Publishing: Birmingham, UK, 2024; Chapter 1; p. 19. [Google Scholar]
  32. Lin, M.; Xu, Q.; Qi, X. Quadrature direct digital frequency synthesizers with super high memory compression ratio and its parameter optimization. In Proceedings of the IEEE International Symposium on Communications and Information Technology, ISCIT 2005, Beijing, China, 12–14 October 2005; Volume 2, pp. 1173–1176. [Google Scholar] [CrossRef]
  33. Trefzer, M.A.; Tyrrell, A.M. Digital Commercial Architectures, Xilinx vs. Altera. In Evolvable Hardware: From Practice to Application; Springer: Berlin/Heidelberg, Germany, 2015; pp. 34–36. [Google Scholar]
  34. Rust, J.; Paul, S. A Direct Digital Frequency Synthesizer based on automatic nonuniform piecewise function generation. In Proceedings of the 20th European Signal Processing Conference (EUSIPCO), Bucharest, Romania, 27–31 August 2012; pp. 230–234. [Google Scholar]
  35. Zhang, J.; Liu, H. A low-power and high-SFDR Direct Digital Frequency Synthesizer based on adaptive recoding CORDIC. In Proceedings of the 2015 IEEE 16th Annual Wireless and Microwave Technology Conference (WAMICON), Cocoa Beach, FL, USA, 13–15 April 2015; pp. 1–3. [Google Scholar] [CrossRef]
  36. Mohanty, K.; Reddy, D.R.; P, C.; G, R.R.; Sankar, P.R.; Prakash, K. Design and Implementation of High Frequency Functional Signal Generator using DDFS based on 16-stage pipelined CORDIC architecture. In Proceedings of the 2022 3rd International Conference for Emerging Technology (INCET), Belgaum, India, 27–29 May 2022; pp. 1–5. [Google Scholar] [CrossRef]
  37. Changela, A.; Kumar, Y. A Modified Radix-16 CORDIC Algorithm-based Direct Digital Frequency Synthesizer. In Proceedings of the 2022 5th International Conference on Contemporary Computing and Informatics (IC3I), Uttar Pradesh, India, 14–16 December 2022; pp. 1153–1157. [Google Scholar] [CrossRef]
  38. Liao, X.; Zhang, L.; Hu, X.; Peng, Y.; Zhou, T. FPGA Implementation of a Higher SFDR Upper DDFS Based on Non-Uniform Piecewise Linear Approximation. Appl. Sci. 2023, 13, 10819. [Google Scholar] [CrossRef]
  39. Xing, X.; Melek, W.; Wang, W. A Recursive Trigonometric Technique for Direct Digital Frequency Synthesizer Implementation. Electronics 2024, 13, 4762. [Google Scholar] [CrossRef]
Figure 1. Generic architecture of a LUT-based direct digital frequency synthesizer.
Figure 1. Generic architecture of a LUT-based direct digital frequency synthesizer.
Sensors 25 02403 g001
Figure 2. Taylor series approximation for sine between 0 , π 4 . (a) Different order Taylor approximations with evaluation point at x 0 = 0 for s i n ( x ) , x 0 , π 4 (note: The fifth-order approximation overlaps s i n ( x ) in this interval). (b) Increasing the accuracy of the second-order Taylor series approximation of s i n ( x ) by using three evaluation points.
Figure 2. Taylor series approximation for sine between 0 , π 4 . (a) Different order Taylor approximations with evaluation point at x 0 = 0 for s i n ( x ) , x 0 , π 4 (note: The fifth-order approximation overlaps s i n ( x ) in this interval). (b) Increasing the accuracy of the second-order Taylor series approximation of s i n ( x ) by using three evaluation points.
Sensors 25 02403 g002
Figure 3. MSB control signals and their relation on the correct segment. Based on the segment, the sine and cosine can be negated or swapped with each other.
Figure 3. MSB control signals and their relation on the correct segment. Based on the segment, the sine and cosine can be negated or swapped with each other.
Sensors 25 02403 g003
Figure 4. Simulation results showing how adding evaluation points impacts the SFDR. With 30 evaluation points, the second-order Taylor series DDFS can reach SFDR values below −100 dBc.
Figure 4. Simulation results showing how adding evaluation points impacts the SFDR. With 30 evaluation points, the second-order Taylor series DDFS can reach SFDR values below −100 dBc.
Sensors 25 02403 g004
Figure 5. Architecture of the DDFS based on interpolation using the second-order Taylor series approximation. The figure shows the three main components: the phase accumulator, the phase-to-amplitude converter with three LUTs, and sine and cosine symmetry logic. Also, the related signal widths for arithmetic logic are shown.
Figure 5. Architecture of the DDFS based on interpolation using the second-order Taylor series approximation. The figure shows the three main components: the phase accumulator, the phase-to-amplitude converter with three LUTs, and sine and cosine symmetry logic. Also, the related signal widths for arithmetic logic are shown.
Sensors 25 02403 g005
Figure 6. Spurious performance of the sine signal of the second-order Taylor series DDFS. The frequency for the signal is 9.1 MHz ( f c l k = 100 MHz). The arrow in the picture points to the largest spur, which is −102.90 dBc.
Figure 6. Spurious performance of the sine signal of the second-order Taylor series DDFS. The frequency for the signal is 9.1 MHz ( f c l k = 100 MHz). The arrow in the picture points to the largest spur, which is −102.90 dBc.
Sensors 25 02403 g006
Figure 7. AMD Artix 7 FPGA layout image of the second-order Taylor series-based DDFS design. The blue rectangles in the enlargened image indicate different utilized logic blocks. The three DSP slices are clearly visible in the top part of the design.
Figure 7. AMD Artix 7 FPGA layout image of the second-order Taylor series-based DDFS design. The blue rectangles in the enlargened image indicate different utilized logic blocks. The three DSP slices are clearly visible in the top part of the design.
Sensors 25 02403 g007
Table 1. Memory size and SFDR value based on the number of segments.
Table 1. Memory size and SFDR value based on the number of segments.
SegmentsMemory Size (Bits)Memory Compression Ratio 1SFDR (dBc)
1054015,534:1−76.87
1264812,945:1−79.29
168649709:1−83.84
2010807767:1−87.63
2513506213:1−98.27
3016205178:1−102.90
1 The memory compression ratio is calculated by comparing the memory the size with an equivalent QW-compressed DDFS having 18-bit phase and 16-bit quadrature output (i.e., 2 18 · 2 · 16 ).
Table 2. AMD ArtixTM 7 FPGA resource usage by the different Taylor DDFS architecture components.
Table 2. AMD ArtixTM 7 FPGA resource usage by the different Taylor DDFS architecture components.
Design BlockPhase AccumulatorPhase-to-Amplitude ConverterSine/Cosine Symmetry LogicTotal 1
LUTs1968449328
Flip-Flops3511622224
Slices613717107
DSPs123
Cells26925646571
Nets3585411091008
1 Total value is a separate report and not added from columns. It may differ from column values, because due to resource sharing or timing requirements, the synthesis tool may distribute the logic into multiple slices.
Table 3. Memory compression ratio development.
Table 3. Memory compression ratio development.
Design ApproachYearTechnology/MethodSFDR (dBc)Memory Compression Ratio
Refs. [23,27], Trigonometric identities19843.5 μm CMOS/SOS−86.9159:1
Ref. [27], Taylor series approximation with three terms1997MATLAB Simulation−97.0464:1
Ref. [29], Taylor series interpolation20000.8 μm CMOS−77315:1
Ref. [32], Trigonometric approximation with linear equations20050.22 μm CMOS−96.67565:1
Ref. [20], Parabolic interpolation2012FPGA−85843:1
Ref. [18], Linear interpolation2014MATLAB Simulink−841103:1
Ref. [21], Hermite interpolation2024FPGA−88.1341792:1
Proposed method, Taylor series interpolation2025FPGA−102.95178:1
Table 4. Comparison of the proposed architecture to other recent state-of-the-art approaches.
Table 4. Comparison of the proposed architecture to other recent state-of-the-art approaches.
Design & YearMethodFPGA 1SlicesLUTsFlip-FlopsArith. BlocksClock Freq.SFDRAmpl. Bits
Rust et al., 2012 [34]Linear InterpolationXilinx Virtex1252 36 322 MHz−110.720
Jeng et al., 2014 [20]Parabolic InterpolationAltera Stratix II 71 (ALUT) 3 DSPs60 MHz−84.7114
Zhang et al., 2015 [35]CORDICXilinx Virtex-6116715841603 303 MHz−91.6716
Annafianto 2 et al., 2020 [11]CORDICXilinx Virtex-6 4982062 multipliers, 2 adders211 MHz−72.216
Mohanty et al., 2022 [36]CORDICXilinx Spartan 610311189992 158 MHzN/A16
Changela et al., 2022 [37]CORDICXilinx Artix 7 1176 200 MHz−7820
Xing et al., 2023 [38]Recursive TrigonometricLattice ICE40 100911421 multiplier50 MHz−58.5216
Liao et al., 2024 [39]Linear InterpolationAMD Zynq UltraScale+ 399663 DSPs244 MHz−114.0420
Zhou et al., 2024 [21]Hermite InterpolationAltera Cyclone II 1392 LEs 46 multipliersN/A−88.1314
Proposed method, 2025Taylor InterpolationAMD Artix 71073282243 DSPs130 MHz−102.916
1 Using the vendor name listed in the original publication. Xilinx has been acquired by AMD. Altera has been acquired by Intel. 2 The design has only PAC implemented. Resource use data does not include PA logic.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Palomäki, K.I.; Nurmi, J. Taylor Series Interpolation-Based Direct Digital Frequency Synthesizer with High Memory Compression Ratio. Sensors 2025, 25, 2403. https://doi.org/10.3390/s25082403

AMA Style

Palomäki KI, Nurmi J. Taylor Series Interpolation-Based Direct Digital Frequency Synthesizer with High Memory Compression Ratio. Sensors. 2025; 25(8):2403. https://doi.org/10.3390/s25082403

Chicago/Turabian Style

Palomäki, Kalle I., and Jari Nurmi. 2025. "Taylor Series Interpolation-Based Direct Digital Frequency Synthesizer with High Memory Compression Ratio" Sensors 25, no. 8: 2403. https://doi.org/10.3390/s25082403

APA Style

Palomäki, K. I., & Nurmi, J. (2025). Taylor Series Interpolation-Based Direct Digital Frequency Synthesizer with High Memory Compression Ratio. Sensors, 25(8), 2403. https://doi.org/10.3390/s25082403

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop