#include <bpm_wf.h>
Definition at line 188 of file bpm_wf.h.
Data Fields | |
int | ns |
double | fs |
complex_t * | wf |
int complexwf_t::ns |
The number of samples in the waveform
Definition at line 189 of file bpm_wf.h.
Referenced by add_mode_response(), complexfft(), complexwf(), complexwf_add(), complexwf_add_ampnoise(), complexwf_add_cwtone(), complexwf_add_dcywave(), complexwf_add_noise(), complexwf_add_phasenoise(), complexwf_bias(), complexwf_compat(), complexwf_copy(), complexwf_copy_new(), complexwf_divide(), complexwf_getamp(), complexwf_getamp_new(), complexwf_getimag(), complexwf_getimag_new(), complexwf_getphase(), complexwf_getphase_new(), complexwf_getreal(), complexwf_getreal_new(), complexwf_multiply(), complexwf_print(), complexwf_reset(), complexwf_scale(), complexwf_setfunction(), complexwf_setimag(), complexwf_setreal(), complexwf_setvalues(), complexwf_subset(), complexwf_subtract(), ddc(), fit_fft(), fit_fft_prepare(), generate_bpmsignal(), get_mode_response(), and realfft().
double complexwf_t::fs |
The sampling frequency
Definition at line 190 of file bpm_wf.h.
Referenced by complexwf(), complexwf_add_cwtone(), complexwf_add_dcywave(), complexwf_compat(), complexwf_copy_new(), complexwf_getamp_new(), complexwf_getimag_new(), complexwf_getphase_new(), complexwf_getreal_new(), complexwf_print(), complexwf_setfunction(), complexwf_subset(), ddc(), fit_fft(), fit_fft_prepare(), generate_bpmsignal(), and get_mode_response().
Pointer to an array of integers which hold the samples
Definition at line 191 of file bpm_wf.h.
Referenced by add_mode_response(), complexfft(), complexwf(), complexwf_add(), complexwf_add_ampnoise(), complexwf_add_cwtone(), complexwf_add_dcywave(), complexwf_add_noise(), complexwf_add_phasenoise(), complexwf_bias(), complexwf_copy(), complexwf_copy_new(), complexwf_delete(), complexwf_divide(), complexwf_getamp(), complexwf_getamp_new(), complexwf_getimag(), complexwf_getimag_new(), complexwf_getphase(), complexwf_getphase_new(), complexwf_getreal(), complexwf_getreal_new(), complexwf_multiply(), complexwf_print(), complexwf_reset(), complexwf_scale(), complexwf_setfunction(), complexwf_setimag(), complexwf_setreal(), complexwf_setvalues(), complexwf_subset(), complexwf_subtract(), downmix_waveform(), fit_fft(), fit_fft_prepare(), process_caltone(), process_waveform(), and realfft().