Home
last modified time | relevance | path

Searched refs:tx_filt (Results 1 – 6 of 6) sorted by relevance

/dports/audio/codec2/codec2-1.0.3/octave/
H A Dfdmdv_common.m38 function [tx_fdm fdmdv] = fdm_upconvert(fdmdv, tx_filt)
55 tx_fdm(i) = tx_fdm(i) + tx_filt(c,i)*phase_tx(c);
H A Dgmsk.m127 function [tx tx_filt tx_symbols] = gmsk_mod(gmsk_states, tx_bits)
140 tx_filt = filter(gmsk_states.mod_coeff, 1, tx_symbols); variable
145 plot(tx_filt(1:M*10))
149 tx = analog_fm_mod(gmsk_states.fm_states, tx_filt);
417 [tx tx_filt tx_symbols] = gmsk_mod(gmsk_states, tx_bits);
714 [tx tx_filt tx_symbols] = gmsk_mod(gmsk_states, tx_bits);
819 [tx tx_filt tx_symbols] = gmsk_mod(gmsk_states, tx_bits);
H A Dfsk4_dmr.m64 function [tx, tx_filt, tx_stream] = fsk4_mod(fsk4_states, tx_bits)
82 tx_filt = filter(fsk4_states.tx_filter, 1, tx_stream); variable
83 tx = analog_fm_mod(fsk4_states.fm_states, tx_filt);
H A Dfdmdv_ut.m24 tx_filt = zeros(Nc,M); variable
H A Dfdmdv_ut_freq_off.m145 tx_filt = zeros(Nc,M); variable
/dports/audio/codec2/codec2-1.0.3/src/
H A Dofdm.c946 complex float tx_filt[n]; in ofdm_hilbert_clipper() local
948 quisk_ccfFilter(tx, tx_filt, n, ofdm->tx_bpf); in ofdm_hilbert_clipper()
949 memmove(tx, tx_filt, n * sizeof (complex float)); in ofdm_hilbert_clipper()