Understanding What Does S P W M Mean In Text And Its Technical Significance
Table of Contents
- Sinusoidal Pulse Width Modulation (SPWM): Technical Fundamentals and Signal Processing Principles
- Technical Breakdown of SPWM: Waveform Generation and Duty Cycle Modulation
- Step-by-Step Conversion of Analog Signals to SPWM Digital Outputs
- Comparative Analysis of SPWM with Alternative PWM Techniques
- Mathematical Representation of SPWM: Duty Cycle and Harmonic Analysis
- Applications of Sinusoidal Pulse Width Modulation (SPWM) in Electronics and Power Systems
- Industries and Devices Utilizing SPWM
- Efficiency Improvements in Solar Inverters via SPWM
- Mitigation of Electromagnetic Interference (EMI) in Power Electronics
- Performance Comparison: SPWM vs. Square-Wave Modulation in DC-to-AC Conversion
- SPWM vs. Traditional PWM: Structural and Performance Comparisons in Power Electronics
- Structural and Operational Distinctions Between SPWM and PWM
- Comparative Analysis: SPWM and PWM in Key Parameters
- Harmonic Reduction Mechanisms in SPWM: Technical Principles
- Implementation of SPWM in Microcontrollers: Practical Code Examples
- Mathematical and Signal Processing Fundamentals of Sinusoidal Pulse Width Modulation
- Mathematical Derivation of SPWM Output Voltage
- Simulation of SPWM in MATLAB/Python
- Impact of Switching Frequency on Harmonic Distortion and Switching Losses
- FAQ
- what does spwm mean in text slang?
- what does spwm mean in text on instagram?
- what does spwm mean in text from girl?
- what does spwm mean in text from a guy?
- what does spwm mean in text urban dictionary?
- what do spwm mean in text?
Sinusoidal Pulse Width Modulation (SPWM) stands as a cornerstone in modern digital signal processing and power electronics, enabling precise control over voltage and current in diverse applications ranging from renewable energy systems to high-fidelity audio amplification. Unlike conventional PWM techniques, SPWM leverages a sinusoidal reference waveform to generate high-resolution digital signals, minimizing harmonic distortion and enhancing efficiency. This method is pivotal in optimizing performance across industries where signal integrity and power conversion accuracy are critical, including inverters, motor drives, and LED lighting systems.
The technique’s foundation lies in its ability to dynamically adjust duty cycles by comparing a reference sine wave with a high-frequency carrier—typically triangular—producing a PWM signal that closely approximates the desired analog output. By systematically analyzing its technical breakdown, mathematical representation, and comparative advantages over alternatives like square-wave or random PWM, stakeholders can make informed decisions about implementation in both hardware and software applications. This exploration further dissects SPWM’s role in mitigating electromagnetic interference (EMI) and improving Total Harmonic Distortion (THD) metrics, alongside practical considerations for parameter selection in real-world deployments.

Sinusoidal Pulse Width Modulation (SPWM): Technical Fundamentals and Signal Processing Principles
Sinusoidal Pulse Width Modulation (SPWM) is a high-resolution digital modulation technique widely employed in power electronics, audio amplification, and display technologies to convert analog signals into discrete pulse sequences while maintaining fidelity to the original waveform. Unlike conventional Pulse Width Modulation (PWM), SPWM employs a sinusoidal reference waveform to modulate a high-frequency carrier signal, enabling smoother transitions and reduced harmonic distortion. Its primary application lies in efficient power conversion, motor control systems, and high-precision analog-to-digital signal processing, where minimizing switching losses and distortion is critical.The technique leverages the intersection of a reference sine wave (representing the desired analog output) and a carrier waveform (typically triangular) to determine the duty cycle of the output pulses. This method ensures that the fundamental frequency of the modulated signal aligns with the reference waveform, while harmonics are suppressed through careful selection of carrier frequency and modulation index. Below, the technical breakdown of SPWM’s generation process, mathematical representation, and comparative analysis with alternative PWM methods are explored.
Technical Breakdown of SPWM: Waveform Generation and Duty Cycle Modulation
SPWM generates a digital output by comparing a reference sinusoidal waveform with a high-frequency triangular carrier waveform. The reference signal, typically a sine wave, dictates the amplitude and phase of the desired output, while the carrier waveform determines the switching frequency and resolution of the PWM signal. The intersection points between the two waveforms define the on/off states of the output pulse, creating a variable duty cycle that approximates the analog reference.The process involves the following steps:
1. Reference Waveform Generation: A sine wave of the desired frequency (e.g., 50 Hz for power applications) is generated digitally or via analog synthesis. This waveform represents the target analog signal.
2. Carrier Waveform Selection: A triangular waveform with a frequency significantly higher than the reference (e.g., 20 kHz carrier for a 50 Hz reference) is used. The carrier’s slope determines the PWM resolution.
3. Comparison and Switching Logic: The reference sine wave and carrier triangular wave are compared at each sampling instant. When the sine wave amplitude exceeds the triangular wave, the output is set to a high state (e.g., +V); otherwise, it remains low (e.g., 0 V).
4. Output Pulse Generation: The resulting PWM signal consists of pulses whose widths vary sinusoidally, producing an average voltage proportional to the reference sine wave.
Key Parameter: Modulation Index (m)
The modulation index, defined as the ratio of the reference waveform’s peak amplitude to the carrier waveform’s peak amplitude (m = A_ref / A_carrier), determines the linearity and distortion of the output. For m ≤ 1, the output retains minimal harmonic distortion, while m > 1 introduces overmodulation and increased harmonics.
Step-by-Step Conversion of Analog Signals to SPWM Digital Outputs
The conversion of an analog signal to an SPWM output involves discrete-time processing and comparator-based logic. Below is a procedural breakdown:1. Sampling and Quantization
The analog input signal (e.g., audio or control voltage) is sampled at a rate exceeding the Nyquist criterion (typically 2× the highest frequency component). The sampled values are quantized to a digital resolution (e.g., 8-bit, 12-bit, or 16-bit) to represent the sine wave digitally.
2. Carrier Waveform Synthesis
A triangular carrier waveform is generated with a fixed frequency (f_carrier) and amplitude (A_carrier). The carrier’s frequency is chosen to ensure sufficient resolution (e.g., f_carrier = 20 kHz for a 50 Hz reference yields 400 pulses per cycle).
3. Comparator-Based Modulation
At each sampling instant, the digital reference value (V_ref(t)) is compared to the instantaneous carrier value (V_carrier(t)). The comparator output determines the PWM state:
4. Low-Pass Filtering
The PWM output is passed through a low-pass filter (e.g., LC filter or passive RC network) to reconstruct the analog signal. The filter attenuates high-frequency switching harmonics while preserving the fundamental frequency component.
Example: SPWM for a 1 kHz Sine Wave
Reference: V_ref(t) = 1.0 sin(2π·1000t) (1 V peak). Carrier: V_carrier(t) = 1.0 + 2.0·sawtooth(2π·20000t) (triangular wave, 20 kHz). Modulation Index: m = 1.0 / 2.0 = 0.5 (linear region). Output: PWM signal with duty cycles varying from 0% to 100% over one cycle of the reference.
Comparative Analysis of SPWM with Alternative PWM Techniques
SPWM distinguishes itself from other PWM methods through its sinusoidal reference and high-resolution modulation. Below is a comparative table highlighting key differences:| Modulation Type | Waveform Reference | Resolution | Applications | Advantages |
|---|---|---|---|---|
| SPWM (Sinusoidal PWM) | Sine wave (analog or digital) | High (dependent on carrier frequency and resolution) | Audio amplifiers, motor drives, inverters, LED dimming |
|
| PWM (Conventional) | Square wave or fixed duty cycle | Low to medium (step changes in duty cycle) | DC-DC converters, heating elements, basic motor control |
|
| DPWM (Digital PWM) | Digitally generated (e.g., triangular or sawtooth) | Medium to high (depends on DAC resolution) | Microcontroller-based systems, digital power supplies |
|
| Random PWM (RPWM) | Pseudorandom sequence | Variable (depends on randomness) | Noise reduction in audio, EMI mitigation |
|
Mathematical Representation of SPWM: Duty Cycle and Harmonic Analysis
The mathematical foundation of SPWM involves analyzing the duty cycle (D(t)) and harmonic distortion introduced by the modulation process. The duty cycle at any instant t is given by the ratio of the reference sine wave to the carrier triangular wave:Duty Cycle EquationThe output voltage (V_out(t)) of the SPWM
For a triangular carrier with peak-to-peak amplitude A_carrier and reference sine wave V_ref(t) = A_ref sin(ωt):
\[
D(t) = \frac{1}{2} + \frac{V_{ref}(t)}{A_{carrier}} = \frac{1}{2} + \frac{A_{ref}}{A_{carrier}} \sin(\omega t)
\]
where:
ω = 2πf_ref (angular frequency of the reference). A_ref and A_carrier are the amplitudes of the reference and carrier, respectively.

Applications of Sinusoidal Pulse Width Modulation (SPWM) in Electronics and Power Systems
SPWM (Sinusoidal Pulse Width Modulation) serves as a cornerstone technique in modern power electronics, enabling precise control of voltage, current, and frequency in a wide range of applications. Its ability to generate high-quality output waveforms with minimal harmonic distortion and reduced switching losses makes it indispensable in industries where efficiency, reliability, and electromagnetic compatibility are critical. From renewable energy systems to consumer electronics, SPWM enhances performance in devices where traditional modulation techniques fall short. This section explores its primary applications, efficiency advantages, EMI mitigation strategies, and comparative performance in DC-to-AC conversion, alongside practical guidelines for parameter selection in real-world implementations.Industries and Devices Utilizing SPWM
SPWM is deployed across multiple sectors due to its versatility in managing power conversion with high fidelity. Key industries and devices where SPWM is commonly implemented include:- Power Inverters: SPWM is the dominant modulation technique in grid-tied and standalone solar inverters, electric vehicle (EV) chargers, and uninterruptible power supply (UPS) systems. Its ability to synthesize sinusoidal outputs closely matching grid waveforms ensures compliance with power quality standards (e.g., IEEE 519, EN 61000-3-2).
The adoption of SPWM in these applications stems from its trade-off between switching losses, harmonic distortion, and control complexity, making it superior to alternatives like square-wave modulation or six-step inversion in most dynamic power conversion scenarios.
Efficiency Improvements in Solar Inverters via SPWM
Solar photovoltaic (PV) inverters employ SPWM to convert DC power from solar panels into grid-compatible AC power with efficiencies exceeding 97% in modern designs. Traditional PWM techniques, such as unipolar or bipolar switching, suffer from higher switching losses and increased harmonic distortion, particularly at low modulation indices. SPWM mitigates these issues through:- Reduced Switching Losses: By aligning switch transitions with the zero-crossings of the reference sinusoid, SPWM minimizes the number of high-frequency transitions per cycle. This reduces dv/dt and di/dt stresses on semiconductor devices (e.g., IGBTs, MOSFETs), lowering conduction and switching losses. For instance, a 5 kW solar inverter using SPWM at a 20 kHz switching frequency achieves ~0.5% lower losses compared to a 10 kHz square-wave PWM counterpart.
Real-World Example:
A 10 kW microinverter (e.g., Enphase IQ7) uses SPWM with a 20 kHz carrier frequency and a modulation index (mₐ) of 0.8–1.0 to achieve >98% efficiency at full load. The inverter’s digital signal processor (DSP) dynamically adjusts the carrier frequency to minimize EMI while maintaining THD below 3%.
Mitigation of Electromagnetic Interference (EMI) in Power Electronics
SPWM’s structured switching pattern inherently reduces EMI compared to random or high-frequency PWM techniques. EMI in power electronics arises from rapid voltage/current transitions, which radiate as conducted or radiated noise. SPWM addresses this through:- Controlled Switching Transitions: By synchronizing switch transitions with the reference waveform, SPWM limits dv/dt and di/dt, reducing high-frequency harmonics that propagate as EMI. For example, a 20 kHz SPWM signal in a motor drive generates EMI spectra primarily at odd harmonics of the carrier frequency (40 kHz, 60 kHz, etc.), which are easier to filter than broadband noise from square-wave modulation.
Key EMI Mitigation Strategies:
Increase carrier frequency (e.g., 50 kHz → 100 kHz) to shift harmonics into regions where filters are more effective, but trade off with switching losses. Use interleaved SPWM in multi-phase systems to distribute switching noise across phases, reducing peak EMI. Implement active EMI cancellation via auxiliary circuits that inject anti-noise signals to nullify SPWM-generated harmonics.
Performance Comparison: SPWM vs. Square-Wave Modulation in DC-to-AC Conversion
The following table contrasts SPWM and square-wave modulation in DC-to-AC conversion, focusing on metrics critical for UPS systems, motor drives, and renewable energy inverters. Square-wave modulation (e.g., six-step inversion) offers simplicity but sacrifices efficiency and harmonic performance.| Metric | SPWM | Square-Wave Modulation |
|---|---|---|
| Efficiency | 95–99% (low switching losses, optimized for partial load) | 85–92% (high switching losses at all loads) |
| THD (Total Harmonic Distortion) | 1–5% (sinusoidal output, minimal harmonics) | 30–50% (rich in odd harmonics, e.g., 5th, 7th) |
| Switching Frequency | 10–100 kHz (adjustable, balances EMI and losses) | Fixed (fundamental frequency, e.g., 50/60 Hz) |
| Output Waveform | Near-sinusoidal (filtered PWM with low ripple) | Rectangular (high dv/dt, poor for sensitive loads) |
| Filter Requirements | Lightweight (LC filters for carrier harmonics) | Bulky (requires large inductors/capacitors for harmonic suppression) |
| Dynamic Response | Fast (adaptive modulation index for transient loads) | Slow (limited to discrete steps) |
| EMI Performance | Moderate to Low (controlled harmonics, easier filtering) | High (broadband noise, difficult to mitigate) |
| Cost Complexity | Moderate (requires DSP/microcontroller for modulation) | Low (simple gate drive logic) |
In a 5 kVA UPS, SPWM-based DC-to-AC conversion achieves:
SPWM vs. Traditional PWM: Structural and Performance Comparisons in Power Electronics
Sinusoidal Pulse Width Modulation (SPWM) and conventional Pulse Width Modulation (PWM) represent two fundamental approaches to signal modulation in power electronics, each optimized for distinct operational demands. While traditional PWM relies on square-wave references to generate switching signals, SPWM incorporates a sinusoidal reference waveform to achieve superior harmonic performance and efficiency. The choice between these techniques hinges on factors such as harmonic distortion tolerance, system complexity, cost constraints, and application-specific requirements—ranging from motor drives to renewable energy inverters. This section dissects their structural disparities, harmonic behaviors, and implementation trade-offs, supported by comparative analysis and practical deployment scenarios.Structural and Operational Distinctions Between SPWM and PWM
The primary divergence between SPWM and traditional PWM lies in their waveform generation methodologies and the resulting spectral characteristics of the output signal. Traditional PWM employs a fixed-frequency carrier signal (typically triangular or sawtooth) compared against a constant or linearly varying reference signal. This approach yields a square-wave-like switching pattern, where the duty cycle is modulated to approximate the desired output waveform. In contrast, SPWM utilizes a sinusoidal reference signal compared against the same carrier waveform, producing a variable-frequency, variable-duty-cycle switching pattern that closely follows the sinusoidal reference.This structural difference directly influences harmonic content:
The control complexity also varies:
Comparative Analysis: SPWM and PWM in Key Parameters
The following table summarizes the critical differences between SPWM and traditional PWM across technical and application-specific dimensions:| Modulation Technique | Waveform Shape | Harmonic Distortion | Control Method | Suitable Applications |
|---|---|---|---|---|
| Traditional PWM |
|
|
|
|
| Sinusoidal PWM (SPWM) |
|
|
|
|
Harmonic Reduction Mechanisms in SPWM: Technical Principles
The superior harmonic performance of SPWM stems from its sinusoidal reference waveform, which inherently minimizes lower-order harmonics through natural spectral shaping. When a sinusoidal reference is compared against a high-frequency triangular carrier, the resulting switching pattern avoids fixed harmonic components associated with traditional PWM. Instead, harmonics are pushed to higher frequencies, where they are more easily filtered or attenuated by passive components (e.g., LC filters).A key insight is the modulation index (ma), defined as the ratio of the reference amplitude to the carrier amplitude. For SPWM:
The following excerpt from Power Electronics: Converters, Applications, and Design (Mohan, Undeland, Robbins, 3rd Ed.) underscores this principle:
"In SPWM, the sinusoidal reference ensures that the fundamental component of the output voltage closely tracks the desired waveform, while higher-order harmonics are confined to the carrier frequency and its multiples. This is achieved by the orthogonality of sine and triangular waveforms, which minimizes the overlap of spectral components at low frequencies. The phase-shifted carrier technique further reduces the 3rd harmonic in three-phase systems by 180° inversion, effectively canceling it out."
Implementation of SPWM in Microcontrollers: Practical Code Examples
Deploying SPWM on microcontrollers (e.g., Arduino, STM32) requires generating a sinusoidal reference and comparing it against a carrier waveform in real-time. Below are pseudocode snippets illustrating the core logic, assuming a fixed-frequency triangular carrier and a precomputed sine lookup table for efficiency.#### Pseudocode for SPWM Generation (Arduino/STM32)
// Constants
const uint16_t CARRIER_FREQ = 20000; // 20 kHz carrier frequency
const uint16_t MODULATION_FREQ = 50; // 50 Hz output frequency
const uint8_t SINE_TABLE_SIZE = 100; // Resolution for sine wave
const float MODULATION_INDEX = 0.8; // m_a ≤ 1 for linear region
// Precomputed sine lookup table (0° to 360°)
float sineTable[SINE_TABLE_SIZE];
void initSineTable() {
for (uint8_t i = 0; i < SINE_TABLE_SIZE; i++) {
sineTable[i] = sin(2 PI i / SINE_TABLE_SIZE);
}
}
// Carrier waveform generation (triangular)
uint16_t generateCarrier(uint32_t timerValue) {
uint16_t carrierPeriod = (uint16_t)(1e6 / CARRIER_FREQ); // Assuming 1 MHz timer
uint16_t sawtooth = (timerValue % carrierPeriod) 2;
if (sawtooth > carrierPeriod) {
sawtooth =

Mathematical and Signal Processing Fundamentals of Sinusoidal Pulse Width Modulation
Sinusoidal Pulse Width Modulation (SPWM) integrates mathematical modeling with signal processing to generate high-fidelity output waveforms in power electronics. The modulation process relies on the interaction between a reference sine wave and a high-frequency triangular carrier, producing a PWM signal whose average voltage approximates the reference. Key parameters—modulation index (m) and carrier frequency (fc)—dictate spectral purity, switching losses, and system efficiency. This section derives the output voltage equation, outlines simulation methodologies in MATLAB/Python, and examines the trade-offs between harmonic distortion and switching frequency through Fourier analysis.Mathematical Derivation of SPWM Output Voltage
The output voltage of an SPWM-based inverter is derived from the comparison of a reference sine wave and a triangular carrier wave. The reference signal is defined as:Vref(t) = Vm sin(2πfmt)where Vm is the peak amplitude, and fm is the modulating frequency. The triangular carrier wave is expressed as:
Vcarrier(t) = Vt + (4Vtfct) mod(2fc)where Vt is the peak carrier amplitude, and fc is the carrier frequency.
The modulation index (m) is defined as the ratio of the reference peak amplitude to the carrier peak amplitude:
m = Vm/VtThe output voltage (Vout) is a switched signal that alternates between +Vdc and −Vdc (for bipolar SPWM) or 0 and +Vdc (for unipolar SPWM). The average output voltage over one switching period (Ts = 1/fc) is proportional to the duty cycle (D), which varies sinusoidally:
D(t) = 0.5 + (m/2) sin(2πfmt)For bipolar SPWM, the fundamental component of the output voltage is:
V1 = (4Vdcm)/π sin(2πfmt)This equation demonstrates that the output voltage’s fundamental amplitude scales linearly with m, while higher harmonics are suppressed by increasing fc.
Simulation of SPWM in MATLAB/Python
Simulating SPWM involves generating the reference sine wave, triangular carrier, and comparing them to produce the PWM signal. Below is a step-by-step guide with code snippets for MATLAB and Python.Step 1: Define Parameters
Key parameters include:
Step 2: Generate Reference and Carrier Waves
In MATLAB:
fs = 1e6; % Sampling frequency (Hz)
fm = 50; % Modulating frequency (Hz)
fc = 10e3; % Carrier frequency (Hz)
m = 0.8; % Modulation index
T = 1/fm; % Time duration (1 cycle of reference)
t = 0:1/fs:T-1/fs; % Time vector
% Reference sine wave
Vref = m sin(2pifm*t);
% Triangular carrier wave
Vcarrier = sawtooth(2pifc*t, 0.5); % Normalized triangular wave
In Python (using NumPy):
import numpy as np
import matplotlib.pyplot as plt
fs = 1e6 # Sampling frequency (Hz)
fm = 50 # Modulating frequency (Hz)
fc = 10e3 # Carrier frequency (Hz)
m = 0.8 # Modulation index
T = 1/fm # Time duration (1 cycle of reference)
t = np.arange(0, T, 1/fs)
# Reference sine wave
Vref = m np.sin(2 np.pi fm t)
# Triangular carrier wave
Vcarrier = 2 (2 fc t % (1/fc) - 1/fc) # Normalized triangular wave
Step 3: Generate PWM Signal via Comparison
The PWM signal is generated by comparing Vref and Vcarrier. In MATLAB:
PWM_signal = zeros(size(t));
for i = 1:length(t)
if Vref(i) > Vcarrier(i)
PWM_signal(i) = 1; % High state
else
PWM_signal(i) = 0; % Low state (unipolar) or -1 (bipolar)
end
end
In Python:
PWM_signal = np.where(Vref > Vcarrier, 1, 0) # Unipolar SPWM
Step 4: Plot Signals
Visualize the reference, carrier, and PWM signals:
figure;
subplot(3,1,1); plot(t*1e3, Vref); title('Reference Sine Wave'); ylabel('V');
subplot(3,1,2); plot(t*1e3, Vcarrier); title('Triangular Carrier Wave'); ylabel('V');
subplot(3,1,3); plot(t*1e3, PWM_signal); title('SPWM Signal'); ylabel('V'); xlabel('Time (ms)');
Python equivalent:
plt.figure()
plt.subplot(3,1,1); plt.plot(t*1e3, Vref); plt.title('Reference Sine Wave'); plt.ylabel('V')
plt.subplot(3,1,2); plt.plot(t*1e3, Vcarrier); plt.title('Triangular Carrier Wave'); plt.ylabel('V')
plt.subplot(3,1,3); plt.plot(t*1e3, PWM_signal); plt.title('SPWM Signal'); plt.ylabel('V'); plt.xlabel('Time (ms)')
plt.tight_layout()
Output Interpretation
The plots reveal:
Impact of Switching Frequency on Harmonic Distortion and Switching Losses
The carrier frequency (fc) in SPWM influences two critical performance metrics: harmonic distortion and switching losses. Higher fc reduces harmonic content but increases switching losses due to faster transitions. Below is a comparative analysis for frequencies between 1 kHz and 100 kHz.Harmonic Distortion
The spectral content of SPWM includes:
Higher fc shifts sideband harmonics farther from the fundamental, reducing low-order distortion. The Total Harmonic Distortion (THD) improves as:
THD ∝ 1/fcSwitching Losses
Switching losses (Psw) are proportional to the switching frequency and device characteristics:
Psw = fc · (Eon + Eoff)where Eon and Eoff are switching energies.
Trade-Off Summary
The following table summarizes the trade-offs for fc between 1 kHz and 100 kHz:
| Carrier Frequency (fc) | THD (%) | Switching Losses (Relative) | Filter SPWM’s integration into power electronics and signal processing represents a paradigm shift in achieving high-fidelity modulation with reduced switching losses and harmonic distortion. From its mathematical underpinnings—governed by modulation indices and carrier frequencies—to its tangible applications in solar inverters, motor control, and audio systems, SPWM delivers unparalleled precision and efficiency. By comparing its performance against traditional PWM through structured tables and analytical frameworks, this discussion underscores its superiority in scenarios demanding low distortion and high resolution. As industries continue to prioritize energy efficiency and signal purity, SPWM emerges as an indispensable tool, bridging the gap between analog and digital domains with technical rigor and adaptability. FAQwhat does spwm mean in text slang?Q: What does "spwm" mean in text slang? what does spwm mean in text on instagram?Q: What does "spwm" mean in text on Instagram? what does spwm mean in text from girl?Q: What does "spwm" mean in text from a girl? what does spwm mean in text from a guy?Q: What does "spwm" mean in text from a guy? what does spwm mean in text urban dictionary?Q: What does "spwm" mean in text according to Urban Dictionary? what do spwm mean in text?Q: What do "spwm" mean in text? |
|---|
Leave a Comment
Comments are moderated before appearing. The data you submit is processed according to the Privacy Policy of Voltefac.