spandsp 0.0.6
|
Go to the source code of this file.
Functions | |
float | dds_phase_to_radians (uint32_t phase) |
Convert a 32 bit phase angle to an angle in radians, between 0 and 2*PI. More... | |
int32_t | dds_phase_rate (float frequency) |
Find the phase rate value to achieve a particular frequency. More... | |
float | dds_frequency (int32_t phase_rate) |
Find the frequency, in Hz, equivalent to a phase rate. More... | |
int16_t | dds_scaling_dbm0 (float level) |
Find the scaling factor needed to achieve a specified level in dBm0. More... | |
int16_t | dds_scaling_dbov (float level) |
Find the scaling factor needed to achieve a specified level in dBmov. More... | |
int16_t | dds_lookup (uint32_t phase) |
Find the amplitude for a particular phase. More... | |
int16_t | dds_offset (uint32_t phase_acc, int32_t phase_offset) |
Find the amplitude for a particular phase offset from an accumulated phase. More... | |
void | dds_advance (uint32_t *phase_acc, int32_t phase_rate) |
Advance the phase, without returning any new signal sample. More... | |
int16_t | dds (uint32_t *phase_acc, int32_t phase_rate) |
Generate an integer tone sample. More... | |
int16_t | dds_mod (uint32_t *phase_acc, int32_t phase_rate, int16_t scale, int32_t phase) |
Generate an integer tone sample, with modulation. More... | |
complexi_t | dds_lookup_complexi (uint32_t phase) |
Lookup the complex integer value of a specified phase. More... | |
complexi_t | dds_complexi (uint32_t *phase_acc, int32_t phase_rate) |
Generate a complex integer tone sample. More... | |
complexi_t | dds_complexi_mod (uint32_t *phase_acc, int32_t phase_rate, int16_t scale, int32_t phase) |
Generate a complex integer tone sample, with modulation. More... | |
complexi16_t | dds_lookup_complexi16 (uint32_t phase) |
Generate a complex 16 bit integer tone sample. More... | |
complexi16_t | dds_complexi16 (uint32_t *phase_acc, int32_t phase_rate) |
Generate a complex 16 bit integer tone sample. More... | |
complexi16_t | dds_complexi16_mod (uint32_t *phase_acc, int32_t phase_rate, int16_t scale, int32_t phase) |
Generate a complex 16bit integer tone sample, with modulation. More... | |
complexi32_t | dds_complexi32_mod (uint32_t *phase_acc, int32_t phase_rate, int16_t scale, int32_t phase) |
Generate a complex 32 bit integer tone sample, with modulation. More... | |
complexi32_t | dds_lookup_complexi32 (uint32_t phase) |
Generate a complex 32 bit integer tone sample. More... | |
complexi32_t | dds_complexi32 (uint32_t *phase_acc, int32_t phase_rate) |
Generate a complex 32 bit integer tone sample. More... | |
int32_t | dds_phase_ratef (float frequency) |
Find the phase rate equivalent to a frequency, in Hz. More... | |
float | dds_frequencyf (int32_t phase_rate) |
Find the frequency, in Hz, equivalent to a phase rate. More... | |
float | dds_scaling_dbm0f (float level) |
Find the scaling factor equivalent to a dBm0 value. More... | |
float | dds_scaling_dbovf (float level) |
Find the scaling factor equivalent to a dBmov value. More... | |
void | dds_advancef (uint32_t *phase_acc, int32_t phase_rate) |
Advance the phase, without returning any new signal sample. More... | |
float | ddsf (uint32_t *phase_acc, int32_t phase_rate) |
Generate a floating point tone sample. More... | |
float | dds_lookupf (uint32_t phase) |
Lookup the floating point value of a specified phase. More... | |
float | dds_modf (uint32_t *phase_acc, int32_t phase_rate, float scale, int32_t phase) |
Generate a floating point tone sample, with modulation. More... | |
complexf_t | dds_complexf (uint32_t *phase_acc, int32_t phase_rate) |
Generate a complex floating point tone sample. More... | |
complexf_t | dds_lookup_complexf (uint32_t phase_acc) |
Lookup the complex value of a specified phase. More... | |
complexf_t | dds_complex_modf (uint32_t *phase_acc, int32_t phase_rate, float scale, int32_t phase) |
Generate a complex floating point tone sample, with modulation. More... | |
int16_t dds | ( | uint32_t * | phase_acc, |
int32_t | phase_rate | ||
) |
Generate an integer tone sample.
phase_acc | A pointer to a phase accumulator value. |
phase_rate | The phase increment to be applied. |
void dds_advance | ( | uint32_t * | phase_acc, |
int32_t | phase_rate | ||
) |
Advance the phase, without returning any new signal sample.
phase_acc | A pointer to a phase accumulator value. |
phase_rate | The phase increment to be applied. |
void dds_advancef | ( | uint32_t * | phase_acc, |
int32_t | phase_rate | ||
) |
Advance the phase, without returning any new signal sample.
phase_acc | A pointer to a phase accumulator value. |
phase_rate | The phase increment to be applied. |
complexf_t dds_complex_modf | ( | uint32_t * | phase_acc, |
int32_t | phase_rate, | ||
float | scale, | ||
int32_t | phase | ||
) |
Generate a complex floating point tone sample, with modulation.
phase_acc | A pointer to a phase accumulator value. |
phase_rate | The phase increment to be applied. |
scale | The scaling factor. |
phase | The phase offset. |
complexf_t dds_complexf | ( | uint32_t * | phase_acc, |
int32_t | phase_rate | ||
) |
Generate a complex floating point tone sample.
phase_acc | A pointer to a phase accumulator value. |
phase_rate | The phase increment to be applied. |
complexi_t dds_complexi | ( | uint32_t * | phase_acc, |
int32_t | phase_rate | ||
) |
Generate a complex integer tone sample.
phase_acc | A pointer to a phase accumulator value. |
phase_rate | The phase increment to be applied. |
complexi16_t dds_complexi16 | ( | uint32_t * | phase_acc, |
int32_t | phase_rate | ||
) |
Generate a complex 16 bit integer tone sample.
phase_acc | A pointer to a phase accumulator value. |
phase_rate | The phase increment to be applied. |
complexi16_t dds_complexi16_mod | ( | uint32_t * | phase_acc, |
int32_t | phase_rate, | ||
int16_t | scale, | ||
int32_t | phase | ||
) |
Generate a complex 16bit integer tone sample, with modulation.
phase_acc | A pointer to a phase accumulator value. |
phase_rate | The phase increment to be applied. |
scale | The scaling factor. |
phase | The phase offset. |
complexi32_t dds_complexi32 | ( | uint32_t * | phase_acc, |
int32_t | phase_rate | ||
) |
Generate a complex 32 bit integer tone sample.
phase_acc | A pointer to a phase accumulator value. |
phase_rate | The phase increment to be applied. |
complexi32_t dds_complexi32_mod | ( | uint32_t * | phase_acc, |
int32_t | phase_rate, | ||
int16_t | scale, | ||
int32_t | phase | ||
) |
Generate a complex 32 bit integer tone sample, with modulation.
phase_acc | A pointer to a phase accumulator value. |
phase_rate | The phase increment to be applied. |
scale | The scaling factor. |
phase | The phase offset. |
complexi_t dds_complexi_mod | ( | uint32_t * | phase_acc, |
int32_t | phase_rate, | ||
int16_t | scale, | ||
int32_t | phase | ||
) |
Generate a complex integer tone sample, with modulation.
phase_acc | A pointer to a phase accumulator value. |
phase_rate | The phase increment to be applied. |
scale | The scaling factor. |
phase | The phase offset. |
float dds_frequency | ( | int32_t | phase_rate | ) |
Find the frequency, in Hz, equivalent to a phase rate.
phase_rate | The phase rate. |
float dds_frequencyf | ( | int32_t | phase_rate | ) |
Find the frequency, in Hz, equivalent to a phase rate.
phase_rate | The phase rate. |
Referenced by v17_rx_carrier_frequency(), v22bis_rx_carrier_frequency(), v27ter_rx_carrier_frequency(), and v29_rx_carrier_frequency().
int16_t dds_lookup | ( | uint32_t | phase | ) |
Find the amplitude for a particular phase.
Lookup the integer value of a specified phase.
phase | The desired phase 32 bit phase. |
phase | The phase accumulator value to be looked up. |
Find the amplitude for a particular phase.
phase | The phase accumulator value to be looked up. |
Referenced by dds_offset().
complexf_t dds_lookup_complexf | ( | uint32_t | phase_acc | ) |
Lookup the complex value of a specified phase.
phase | The phase accumulator value to be looked up. |
complexi_t dds_lookup_complexi | ( | uint32_t | phase | ) |
Lookup the complex integer value of a specified phase.
phase | The phase accumulator value to be looked up. |
complexi16_t dds_lookup_complexi16 | ( | uint32_t | phase | ) |
Generate a complex 16 bit integer tone sample.
phase_acc | A pointer to a phase accumulator value. |
phase_rate | The phase increment to be applied. |
complexi32_t dds_lookup_complexi32 | ( | uint32_t | phase | ) |
Generate a complex 32 bit integer tone sample.
phase_acc | A pointer to a phase accumulator value. |
phase_rate | The phase increment to be applied. |
float dds_lookupf | ( | uint32_t | phase | ) |
Lookup the floating point value of a specified phase.
phase | The phase accumulator value to be looked up. |
int16_t dds_mod | ( | uint32_t * | phase_acc, |
int32_t | phase_rate, | ||
int16_t | scale, | ||
int32_t | phase | ||
) |
Generate an integer tone sample, with modulation.
phase_acc | A pointer to a phase accumulator value. |
phase_rate | The phase increment to be applied. |
scale | The scaling factor. |
phase | The phase offset. |
float dds_modf | ( | uint32_t * | phase_acc, |
int32_t | phase_rate, | ||
float | scale, | ||
int32_t | phase | ||
) |
Generate a floating point tone sample, with modulation.
phase_acc | A pointer to a phase accumulator value. |
phase_rate | The phase increment to be applied. |
scale | The scaling factor. |
phase | The phase offset. |
int16_t dds_offset | ( | uint32_t | phase_acc, |
int32_t | phase_offset | ||
) |
Find the amplitude for a particular phase offset from an accumulated phase.
phase_acc | The accumulated phase. |
phase_offset | The phase offset. |
References dds_lookup().
int32_t dds_phase_rate | ( | float | frequency | ) |
Find the phase rate value to achieve a particular frequency.
frequency | The desired frequency, in Hz. |
int32_t dds_phase_ratef | ( | float | frequency | ) |
Find the phase rate equivalent to a frequency, in Hz.
frequency | The frequency, in Hz. |
float dds_phase_to_radians | ( | uint32_t | phase | ) |
Convert a 32 bit phase angle to an angle in radians, between 0 and 2*PI.
phase | The angle to convert. |
int16_t dds_scaling_dbm0 | ( | float | level | ) |
Find the scaling factor needed to achieve a specified level in dBm0.
level | The desired signal level, in dBm0. |
float dds_scaling_dbm0f | ( | float | level | ) |
Find the scaling factor equivalent to a dBm0 value.
level | The signal level in dBm0. |
int16_t dds_scaling_dbov | ( | float | level | ) |
Find the scaling factor needed to achieve a specified level in dBmov.
level | The desired signal level, in dBmov. |
float dds_scaling_dbovf | ( | float | level | ) |
Find the scaling factor equivalent to a dBmov value.
level | The signal level in dBmov. |
float ddsf | ( | uint32_t * | phase_acc, |
int32_t | phase_rate | ||
) |
Generate a floating point tone sample.
phase_acc | A pointer to a phase accumulator value. |
phase_rate | The phase increment to be applied. |