├── .gitattributes ├── LICENSE ├── Lab0 ├── Example1 │ ├── AddOperator.grc │ ├── AddOperator.grc.png │ ├── Add_boolean_operator.py │ ├── BooleanOR.grc │ ├── BooleanOR.grc.png │ ├── BooleanOperators.grc │ ├── BooleanOperators.grc.png │ ├── ReadMe.md │ ├── booleanOperators.py │ ├── boolean_or.py │ └── top_block.py ├── Example13 │ ├── Example13.grc │ ├── Example13.grc.png │ ├── ReadMe.md │ └── downConverter.py ├── Example2 │ ├── Example2.grc │ ├── Example2.grc.png │ ├── ReadMe.md │ └── add_tags.py ├── Example3 │ ├── ReadMe.md │ ├── example3.grc │ ├── example3.grc.png │ └── top_block.py ├── ReadMe.md ├── example0 │ ├── example0.grc │ └── signal_generator.py ├── example10 │ ├── ReadMe.md │ ├── epy_block_0.py │ ├── epy_block_0.pyc │ ├── epy_block_0_Vqhoef.py │ ├── example10.grc │ ├── example10.grc.png │ └── messaging.py ├── example11 │ ├── ReadMe.md │ ├── example11.grc │ ├── example11.grc.png │ ├── selector.py │ └── top_block.py ├── example12 │ ├── ReadMe.md │ ├── createNoise.py │ ├── create_noise.py │ ├── create_noise.pyc │ ├── example12.grc │ └── example12.grc.png ├── example14 │ ├── ReadMe.md │ ├── agc_example.py │ ├── example14.grc │ ├── example14.grc.png │ └── top_block.py ├── example15 │ ├── ReadMe.md │ ├── example15.grc │ ├── example15.grc.png │ └── fdm_chanalizer_tx.py ├── example16 │ ├── Quantizer.py │ └── example16.grc ├── example17 │ ├── example17.grc │ └── filtering.py ├── example4 │ ├── ReadMe.md │ ├── example4.grc │ ├── example4.grc.png │ └── top_block.py ├── example5 │ ├── ReadMe.md │ ├── delay_example.py │ ├── example5.grc │ └── example5.grc.png ├── example6 │ ├── ReadMe.md │ ├── band_pass_filter_example.py │ ├── example6.grc │ └── example6.grc.png ├── example7 │ ├── ReadMe.md │ ├── downsampling.py │ ├── example7.grc │ └── example7.grc.png ├── example8 │ ├── ReadMe.md │ ├── example8.grc │ ├── example8.grc.png │ └── high_pass_filter.py └── example9 │ ├── ReadMe.md │ ├── example9.grc │ ├── example9.grc.png │ ├── example9_step2.grc │ └── low_pass_filter.py ├── Lab1 ├── Example12 │ ├── ContinuouslyVariableSlopeDeltaModulation.py │ ├── Example12.grc │ └── top_block.py ├── ReadMe.md ├── example1 │ ├── ReadMe.md │ ├── example1.grc │ ├── example1.grc.png │ ├── gui_sink_demonstration.py │ └── top_block.py ├── example10 │ ├── ReadMe.md │ ├── example10.grc │ ├── example10.grc.png │ ├── power_spectral_density_and_average_power.py │ ├── ptfun.py │ └── ptfun.py~ ├── example11 │ ├── example11.grc │ └── top_block.py ├── example2 │ ├── ReadMe.md │ ├── example2.grc │ ├── example2.grc.png │ └── top_block.py ├── example3 │ ├── ReadMe.md │ ├── example3.grc │ ├── example3.grc.png │ ├── example3.py │ └── top_block.py ├── example4 │ ├── ReadMe.md │ ├── example4.grc │ ├── example4.grc.png │ ├── example4.py │ └── signal_to_noise_ratio.py ├── example5 │ ├── ReadMe.md │ ├── example5.grc │ ├── example5.grc.png │ └── top_block.py ├── example6 │ ├── ReadMe.md │ ├── example6.grc │ ├── example6.grc.png │ └── lpf.py ├── example7 │ ├── ReadMe.md │ ├── example7.grc │ ├── example7.grc.png │ └── sampling_frequency_example.py ├── example8 │ ├── ReadMe.md │ ├── example8.grc │ ├── example8.grc.png │ └── rational_resampler_functionality.py └── example9 │ ├── ReadMe.md │ ├── example9.grc │ ├── example9.grc.png │ └── power_measurement.py ├── Lab2 ├── example0 │ ├── step1 │ │ ├── bits.csv │ │ ├── bits.txt │ │ ├── example0_step0.grc │ │ ├── random_bit_source_utilization.py │ │ └── untitled.grc │ ├── step2 │ │ ├── example0_step1.grc │ │ └── random_bit_source_utilization.py │ └── step3 │ │ ├── example0_step2.grc │ │ └── top_block.py ├── example1 │ ├── ReadMe.md │ ├── Sampling_example.py │ ├── Yamaha-V50-Rock-Beat-120bpm.wav │ ├── example1.grc │ ├── example1.grc.png │ └── top_block.py ├── example10 │ ├── bpsk_awgn_cfo.py │ └── example10.grc ├── example11 │ ├── pam_timing.grc │ └── pam_timing.py ├── example2 │ ├── ReadMe.md │ ├── ber_simulation.py │ ├── example2.grc │ ├── example2.grc.png │ └── noise_influence.py ├── example3 │ ├── ReadMe.md │ ├── example3.grc │ ├── example3.grc.png │ └── symbol_differential_filter.py ├── example4 │ ├── ReadMe.md │ ├── example4.grc │ ├── example4.grc.png │ └── psk_modulation_demodulation.py ├── example5 │ ├── ReadMe.md │ ├── am_tx.py │ ├── example5.grc │ └── example5.grc.png ├── example6 │ ├── ReadMe.md │ ├── am_usrp710.dat │ ├── step1 │ │ ├── am_rx_signal.py │ │ ├── example6_1.grc │ │ └── example6_1.grc.png │ ├── step2 │ │ ├── am_rx_signal.py │ │ ├── example6step2.grc │ │ ├── example6step2.grc.png │ │ └── top_block.py │ ├── step3 │ │ ├── example6_3.grc │ │ ├── example6_3.grc.png │ │ └── top_block.py │ ├── step4 │ │ ├── example6_4.grc │ │ ├── example6_4.grc.png │ │ └── top_block.py │ └── step5 │ │ ├── am_rx.py │ │ ├── example6_5.grc │ │ └── example6_5.grc.png ├── example7 │ ├── ssb_lsb_256k_complex2.dat │ ├── step1 │ │ ├── ReadMe.md │ │ ├── example7_1.grc │ │ ├── example7_1.grc.png │ │ └── ssb_step1.py │ ├── step2 │ │ ├── ReadMe.md │ │ ├── example7_2.grc │ │ ├── example7_2.grc.png │ │ └── hilbert_transformation.py │ ├── step3 │ │ ├── ReadMe.md │ │ ├── example7_3.grc │ │ ├── example7_3.grc.png │ │ └── ssb_rx_step2.py │ ├── step4 │ │ ├── ReadMe.md │ │ ├── example7_4.grc │ │ ├── example7_4.grc.png │ │ └── read_file_source.py │ ├── step5 │ │ ├── example7_5.grc │ │ ├── example7_5.grc.png │ │ └── ssb_rx.py │ ├── step6 │ │ ├── example7_6.grc │ │ ├── example7_6.grc.png │ │ └── ssb_rx.py │ └── step7 │ │ ├── example7_7.grc │ │ ├── example7_7.grc.png │ │ └── ssb_rx.py ├── example8 │ ├── FM_RX │ │ ├── example8_2.grc │ │ ├── example8_2.grc.png │ │ └── mono_fm_rx.py │ └── FM_TX │ │ ├── example8_1.grc │ │ ├── example8_1.grc.png │ │ └── fm_tx.py └── example9 │ ├── example9.grc │ └── top_block.py ├── Lab3 ├── example1 │ ├── PSK_modulation_example.py │ ├── example1.grc │ └── example1.grc.png ├── example10 │ ├── example10.grc │ ├── example10.grc.png │ ├── hello_out.png │ └── top_block.py ├── example11 │ └── step1 │ │ ├── example11_1.grc │ │ └── top_block.py ├── example2 │ ├── example2.grc │ ├── example2.grc.png │ └── mpsk_rrc_rolloff.py ├── example3 │ ├── example3.grc │ └── top_block.py ├── example4 │ ├── example4.grc │ ├── example4.grc.png │ └── mpsk.py ├── example5 │ ├── bpsk_eye_diagram.py │ ├── example5.grc │ └── example5.grc.png ├── example6 │ ├── cat.png │ ├── example6.grc │ ├── example6.grc.png │ ├── hello_out.png │ ├── hello_out.txt │ └── packet_encoder_decoder_example.py ├── example7 │ ├── bpsk.py │ ├── example7.grc │ └── example7.grc.png ├── example8 │ ├── example8.grc │ ├── example8.grc.png │ ├── hello_out.png │ └── top_block.py └── example9 │ ├── example9.grc │ ├── example9.grc.png │ ├── hello_out.png │ └── top_block.py ├── Lab4 └── Example1 │ ├── Example1.grc │ ├── Example1.grc.png │ └── viterbi_equalization.py ├── Lab5 ├── Example1 │ ├── Example1.grc │ └── top_block.py ├── example1 │ └── Example1.grc.png ├── example2 │ ├── example2.grc │ ├── example2.grc.png │ └── top_block.py ├── example3 │ ├── ip2 │ │ ├── amplifier_nonlinearities.py │ │ ├── example3_1.grc │ │ └── example3_1.grc.png │ └── ip3 │ │ ├── amplifiers_nonlinearities.py │ │ ├── example3_2.grc │ │ └── example3_2.grc.png ├── example4 │ ├── example4.grc │ ├── example4.grc.png │ └── iqi.py └── example5 │ ├── example5.grc │ ├── example5.grc.png │ └── quantization.py ├── Lab6 ├── example1 │ ├── example1.grc │ ├── example1.grc.png │ └── fastFadingChannel.py ├── example2 │ ├── step1 │ │ ├── example6_1.grc │ │ ├── example6_1.grc.png │ │ ├── qpsk_modulation_multiplied_with_a_constant.py │ │ └── top_block.py │ ├── step2 │ │ ├── example3.grc │ │ ├── example3.grc.png │ │ ├── qpsk_under_STO_CFO.py │ │ └── top_block.py │ ├── step3 │ │ ├── example2_3.grc │ │ ├── example2_3.grc.png │ │ └── time_recovery.py │ ├── step4 │ │ ├── example2_4.grc │ │ ├── example2_4.grc.png │ │ └── top_block.py │ ├── step5 │ │ ├── costa_loop.py │ │ ├── example2_5.grc │ │ ├── example2_5.grc.png │ │ └── top_block.py │ └── step6 │ │ ├── example2_6.grc │ │ ├── example2_6.grc.png │ │ └── top_block.py └── example3 │ ├── example3.grc │ ├── example3.grc.png │ └── ofdm_simulation.py ├── Lab7 ├── example1 │ ├── dvb_s2_Tx_example.py │ ├── example1.grc │ └── example1.grc.png ├── example2 │ ├── example2.grc │ ├── example2.grc.png │ └── top_block.py ├── example3 │ ├── example3.grc │ ├── example3.grc.png │ └── top_block.py ├── example4 │ ├── example4.grc │ ├── example4.grc.png │ └── top_block.py ├── example5 │ ├── example5grc.grc │ ├── example5grc.grc.png │ └── top_block.py ├── example6 │ ├── example6.grc │ ├── example6.grc.png │ └── top_block.py └── example7 │ ├── clock_recovery.py │ └── example7.grc ├── Lab8 └── example1 │ ├── example1.grc │ ├── example1.grc.png │ └── frame_synchronization.py ├── Lab9 └── example1 │ ├── example1.grc │ ├── example1.grc.png │ └── top_block.py ├── README.md └── _extra_xml_files ├── mymod_c_fir_filter.xml ├── mymod_energy_detect.xml ├── mymod_fir_filter.xml ├── mymod_switch_const.xml └── mymod_user_trigger.xml /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/LICENSE -------------------------------------------------------------------------------- /Lab0/Example1/AddOperator.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/Example1/AddOperator.grc -------------------------------------------------------------------------------- /Lab0/Example1/AddOperator.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/Example1/AddOperator.grc.png -------------------------------------------------------------------------------- /Lab0/Example1/Add_boolean_operator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/Example1/Add_boolean_operator.py -------------------------------------------------------------------------------- /Lab0/Example1/BooleanOR.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/Example1/BooleanOR.grc -------------------------------------------------------------------------------- /Lab0/Example1/BooleanOR.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/Example1/BooleanOR.grc.png -------------------------------------------------------------------------------- /Lab0/Example1/BooleanOperators.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/Example1/BooleanOperators.grc -------------------------------------------------------------------------------- /Lab0/Example1/BooleanOperators.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/Example1/BooleanOperators.grc.png -------------------------------------------------------------------------------- /Lab0/Example1/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/Example1/ReadMe.md -------------------------------------------------------------------------------- /Lab0/Example1/booleanOperators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/Example1/booleanOperators.py -------------------------------------------------------------------------------- /Lab0/Example1/boolean_or.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/Example1/boolean_or.py -------------------------------------------------------------------------------- /Lab0/Example1/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/Example1/top_block.py -------------------------------------------------------------------------------- /Lab0/Example13/Example13.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/Example13/Example13.grc -------------------------------------------------------------------------------- /Lab0/Example13/Example13.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/Example13/Example13.grc.png -------------------------------------------------------------------------------- /Lab0/Example13/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/Example13/ReadMe.md -------------------------------------------------------------------------------- /Lab0/Example13/downConverter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/Example13/downConverter.py -------------------------------------------------------------------------------- /Lab0/Example2/Example2.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/Example2/Example2.grc -------------------------------------------------------------------------------- /Lab0/Example2/Example2.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/Example2/Example2.grc.png -------------------------------------------------------------------------------- /Lab0/Example2/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/Example2/ReadMe.md -------------------------------------------------------------------------------- /Lab0/Example2/add_tags.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/Example2/add_tags.py -------------------------------------------------------------------------------- /Lab0/Example3/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/Example3/ReadMe.md -------------------------------------------------------------------------------- /Lab0/Example3/example3.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/Example3/example3.grc -------------------------------------------------------------------------------- /Lab0/Example3/example3.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/Example3/example3.grc.png -------------------------------------------------------------------------------- /Lab0/Example3/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/Example3/top_block.py -------------------------------------------------------------------------------- /Lab0/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/ReadMe.md -------------------------------------------------------------------------------- /Lab0/example0/example0.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example0/example0.grc -------------------------------------------------------------------------------- /Lab0/example0/signal_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example0/signal_generator.py -------------------------------------------------------------------------------- /Lab0/example10/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example10/ReadMe.md -------------------------------------------------------------------------------- /Lab0/example10/epy_block_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example10/epy_block_0.py -------------------------------------------------------------------------------- /Lab0/example10/epy_block_0.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example10/epy_block_0.pyc -------------------------------------------------------------------------------- /Lab0/example10/epy_block_0_Vqhoef.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example10/epy_block_0_Vqhoef.py -------------------------------------------------------------------------------- /Lab0/example10/example10.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example10/example10.grc -------------------------------------------------------------------------------- /Lab0/example10/example10.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example10/example10.grc.png -------------------------------------------------------------------------------- /Lab0/example10/messaging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example10/messaging.py -------------------------------------------------------------------------------- /Lab0/example11/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example11/ReadMe.md -------------------------------------------------------------------------------- /Lab0/example11/example11.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example11/example11.grc -------------------------------------------------------------------------------- /Lab0/example11/example11.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example11/example11.grc.png -------------------------------------------------------------------------------- /Lab0/example11/selector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example11/selector.py -------------------------------------------------------------------------------- /Lab0/example11/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example11/top_block.py -------------------------------------------------------------------------------- /Lab0/example12/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example12/ReadMe.md -------------------------------------------------------------------------------- /Lab0/example12/createNoise.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example12/createNoise.py -------------------------------------------------------------------------------- /Lab0/example12/create_noise.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example12/create_noise.py -------------------------------------------------------------------------------- /Lab0/example12/create_noise.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example12/create_noise.pyc -------------------------------------------------------------------------------- /Lab0/example12/example12.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example12/example12.grc -------------------------------------------------------------------------------- /Lab0/example12/example12.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example12/example12.grc.png -------------------------------------------------------------------------------- /Lab0/example14/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example14/ReadMe.md -------------------------------------------------------------------------------- /Lab0/example14/agc_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example14/agc_example.py -------------------------------------------------------------------------------- /Lab0/example14/example14.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example14/example14.grc -------------------------------------------------------------------------------- /Lab0/example14/example14.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example14/example14.grc.png -------------------------------------------------------------------------------- /Lab0/example14/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example14/top_block.py -------------------------------------------------------------------------------- /Lab0/example15/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example15/ReadMe.md -------------------------------------------------------------------------------- /Lab0/example15/example15.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example15/example15.grc -------------------------------------------------------------------------------- /Lab0/example15/example15.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example15/example15.grc.png -------------------------------------------------------------------------------- /Lab0/example15/fdm_chanalizer_tx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example15/fdm_chanalizer_tx.py -------------------------------------------------------------------------------- /Lab0/example16/Quantizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example16/Quantizer.py -------------------------------------------------------------------------------- /Lab0/example16/example16.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example16/example16.grc -------------------------------------------------------------------------------- /Lab0/example17/example17.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example17/example17.grc -------------------------------------------------------------------------------- /Lab0/example17/filtering.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example17/filtering.py -------------------------------------------------------------------------------- /Lab0/example4/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example4/ReadMe.md -------------------------------------------------------------------------------- /Lab0/example4/example4.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example4/example4.grc -------------------------------------------------------------------------------- /Lab0/example4/example4.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example4/example4.grc.png -------------------------------------------------------------------------------- /Lab0/example4/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example4/top_block.py -------------------------------------------------------------------------------- /Lab0/example5/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example5/ReadMe.md -------------------------------------------------------------------------------- /Lab0/example5/delay_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example5/delay_example.py -------------------------------------------------------------------------------- /Lab0/example5/example5.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example5/example5.grc -------------------------------------------------------------------------------- /Lab0/example5/example5.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example5/example5.grc.png -------------------------------------------------------------------------------- /Lab0/example6/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example6/ReadMe.md -------------------------------------------------------------------------------- /Lab0/example6/band_pass_filter_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example6/band_pass_filter_example.py -------------------------------------------------------------------------------- /Lab0/example6/example6.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example6/example6.grc -------------------------------------------------------------------------------- /Lab0/example6/example6.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example6/example6.grc.png -------------------------------------------------------------------------------- /Lab0/example7/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example7/ReadMe.md -------------------------------------------------------------------------------- /Lab0/example7/downsampling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example7/downsampling.py -------------------------------------------------------------------------------- /Lab0/example7/example7.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example7/example7.grc -------------------------------------------------------------------------------- /Lab0/example7/example7.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example7/example7.grc.png -------------------------------------------------------------------------------- /Lab0/example8/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example8/ReadMe.md -------------------------------------------------------------------------------- /Lab0/example8/example8.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example8/example8.grc -------------------------------------------------------------------------------- /Lab0/example8/example8.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example8/example8.grc.png -------------------------------------------------------------------------------- /Lab0/example8/high_pass_filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example8/high_pass_filter.py -------------------------------------------------------------------------------- /Lab0/example9/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example9/ReadMe.md -------------------------------------------------------------------------------- /Lab0/example9/example9.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example9/example9.grc -------------------------------------------------------------------------------- /Lab0/example9/example9.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example9/example9.grc.png -------------------------------------------------------------------------------- /Lab0/example9/example9_step2.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example9/example9_step2.grc -------------------------------------------------------------------------------- /Lab0/example9/low_pass_filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab0/example9/low_pass_filter.py -------------------------------------------------------------------------------- /Lab1/Example12/ContinuouslyVariableSlopeDeltaModulation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/Example12/ContinuouslyVariableSlopeDeltaModulation.py -------------------------------------------------------------------------------- /Lab1/Example12/Example12.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/Example12/Example12.grc -------------------------------------------------------------------------------- /Lab1/Example12/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/Example12/top_block.py -------------------------------------------------------------------------------- /Lab1/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/ReadMe.md -------------------------------------------------------------------------------- /Lab1/example1/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example1/ReadMe.md -------------------------------------------------------------------------------- /Lab1/example1/example1.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example1/example1.grc -------------------------------------------------------------------------------- /Lab1/example1/example1.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example1/example1.grc.png -------------------------------------------------------------------------------- /Lab1/example1/gui_sink_demonstration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example1/gui_sink_demonstration.py -------------------------------------------------------------------------------- /Lab1/example1/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example1/top_block.py -------------------------------------------------------------------------------- /Lab1/example10/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example10/ReadMe.md -------------------------------------------------------------------------------- /Lab1/example10/example10.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example10/example10.grc -------------------------------------------------------------------------------- /Lab1/example10/example10.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example10/example10.grc.png -------------------------------------------------------------------------------- /Lab1/example10/power_spectral_density_and_average_power.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example10/power_spectral_density_and_average_power.py -------------------------------------------------------------------------------- /Lab1/example10/ptfun.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example10/ptfun.py -------------------------------------------------------------------------------- /Lab1/example10/ptfun.py~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example10/ptfun.py~ -------------------------------------------------------------------------------- /Lab1/example11/example11.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example11/example11.grc -------------------------------------------------------------------------------- /Lab1/example11/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example11/top_block.py -------------------------------------------------------------------------------- /Lab1/example2/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example2/ReadMe.md -------------------------------------------------------------------------------- /Lab1/example2/example2.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example2/example2.grc -------------------------------------------------------------------------------- /Lab1/example2/example2.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example2/example2.grc.png -------------------------------------------------------------------------------- /Lab1/example2/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example2/top_block.py -------------------------------------------------------------------------------- /Lab1/example3/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example3/ReadMe.md -------------------------------------------------------------------------------- /Lab1/example3/example3.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example3/example3.grc -------------------------------------------------------------------------------- /Lab1/example3/example3.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example3/example3.grc.png -------------------------------------------------------------------------------- /Lab1/example3/example3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example3/example3.py -------------------------------------------------------------------------------- /Lab1/example3/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example3/top_block.py -------------------------------------------------------------------------------- /Lab1/example4/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example4/ReadMe.md -------------------------------------------------------------------------------- /Lab1/example4/example4.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example4/example4.grc -------------------------------------------------------------------------------- /Lab1/example4/example4.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example4/example4.grc.png -------------------------------------------------------------------------------- /Lab1/example4/example4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example4/example4.py -------------------------------------------------------------------------------- /Lab1/example4/signal_to_noise_ratio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example4/signal_to_noise_ratio.py -------------------------------------------------------------------------------- /Lab1/example5/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example5/ReadMe.md -------------------------------------------------------------------------------- /Lab1/example5/example5.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example5/example5.grc -------------------------------------------------------------------------------- /Lab1/example5/example5.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example5/example5.grc.png -------------------------------------------------------------------------------- /Lab1/example5/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example5/top_block.py -------------------------------------------------------------------------------- /Lab1/example6/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example6/ReadMe.md -------------------------------------------------------------------------------- /Lab1/example6/example6.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example6/example6.grc -------------------------------------------------------------------------------- /Lab1/example6/example6.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example6/example6.grc.png -------------------------------------------------------------------------------- /Lab1/example6/lpf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example6/lpf.py -------------------------------------------------------------------------------- /Lab1/example7/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example7/ReadMe.md -------------------------------------------------------------------------------- /Lab1/example7/example7.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example7/example7.grc -------------------------------------------------------------------------------- /Lab1/example7/example7.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example7/example7.grc.png -------------------------------------------------------------------------------- /Lab1/example7/sampling_frequency_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example7/sampling_frequency_example.py -------------------------------------------------------------------------------- /Lab1/example8/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example8/ReadMe.md -------------------------------------------------------------------------------- /Lab1/example8/example8.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example8/example8.grc -------------------------------------------------------------------------------- /Lab1/example8/example8.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example8/example8.grc.png -------------------------------------------------------------------------------- /Lab1/example8/rational_resampler_functionality.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example8/rational_resampler_functionality.py -------------------------------------------------------------------------------- /Lab1/example9/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example9/ReadMe.md -------------------------------------------------------------------------------- /Lab1/example9/example9.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example9/example9.grc -------------------------------------------------------------------------------- /Lab1/example9/example9.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example9/example9.grc.png -------------------------------------------------------------------------------- /Lab1/example9/power_measurement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab1/example9/power_measurement.py -------------------------------------------------------------------------------- /Lab2/example0/step1/bits.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example0/step1/bits.csv -------------------------------------------------------------------------------- /Lab2/example0/step1/bits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example0/step1/bits.txt -------------------------------------------------------------------------------- /Lab2/example0/step1/example0_step0.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example0/step1/example0_step0.grc -------------------------------------------------------------------------------- /Lab2/example0/step1/random_bit_source_utilization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example0/step1/random_bit_source_utilization.py -------------------------------------------------------------------------------- /Lab2/example0/step1/untitled.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example0/step1/untitled.grc -------------------------------------------------------------------------------- /Lab2/example0/step2/example0_step1.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example0/step2/example0_step1.grc -------------------------------------------------------------------------------- /Lab2/example0/step2/random_bit_source_utilization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example0/step2/random_bit_source_utilization.py -------------------------------------------------------------------------------- /Lab2/example0/step3/example0_step2.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example0/step3/example0_step2.grc -------------------------------------------------------------------------------- /Lab2/example0/step3/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example0/step3/top_block.py -------------------------------------------------------------------------------- /Lab2/example1/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example1/ReadMe.md -------------------------------------------------------------------------------- /Lab2/example1/Sampling_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example1/Sampling_example.py -------------------------------------------------------------------------------- /Lab2/example1/Yamaha-V50-Rock-Beat-120bpm.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example1/Yamaha-V50-Rock-Beat-120bpm.wav -------------------------------------------------------------------------------- /Lab2/example1/example1.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example1/example1.grc -------------------------------------------------------------------------------- /Lab2/example1/example1.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example1/example1.grc.png -------------------------------------------------------------------------------- /Lab2/example1/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example1/top_block.py -------------------------------------------------------------------------------- /Lab2/example10/bpsk_awgn_cfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example10/bpsk_awgn_cfo.py -------------------------------------------------------------------------------- /Lab2/example10/example10.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example10/example10.grc -------------------------------------------------------------------------------- /Lab2/example11/pam_timing.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example11/pam_timing.grc -------------------------------------------------------------------------------- /Lab2/example11/pam_timing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example11/pam_timing.py -------------------------------------------------------------------------------- /Lab2/example2/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example2/ReadMe.md -------------------------------------------------------------------------------- /Lab2/example2/ber_simulation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example2/ber_simulation.py -------------------------------------------------------------------------------- /Lab2/example2/example2.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example2/example2.grc -------------------------------------------------------------------------------- /Lab2/example2/example2.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example2/example2.grc.png -------------------------------------------------------------------------------- /Lab2/example2/noise_influence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example2/noise_influence.py -------------------------------------------------------------------------------- /Lab2/example3/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example3/ReadMe.md -------------------------------------------------------------------------------- /Lab2/example3/example3.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example3/example3.grc -------------------------------------------------------------------------------- /Lab2/example3/example3.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example3/example3.grc.png -------------------------------------------------------------------------------- /Lab2/example3/symbol_differential_filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example3/symbol_differential_filter.py -------------------------------------------------------------------------------- /Lab2/example4/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example4/ReadMe.md -------------------------------------------------------------------------------- /Lab2/example4/example4.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example4/example4.grc -------------------------------------------------------------------------------- /Lab2/example4/example4.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example4/example4.grc.png -------------------------------------------------------------------------------- /Lab2/example4/psk_modulation_demodulation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example4/psk_modulation_demodulation.py -------------------------------------------------------------------------------- /Lab2/example5/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example5/ReadMe.md -------------------------------------------------------------------------------- /Lab2/example5/am_tx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example5/am_tx.py -------------------------------------------------------------------------------- /Lab2/example5/example5.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example5/example5.grc -------------------------------------------------------------------------------- /Lab2/example5/example5.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example5/example5.grc.png -------------------------------------------------------------------------------- /Lab2/example6/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example6/ReadMe.md -------------------------------------------------------------------------------- /Lab2/example6/am_usrp710.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example6/am_usrp710.dat -------------------------------------------------------------------------------- /Lab2/example6/step1/am_rx_signal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example6/step1/am_rx_signal.py -------------------------------------------------------------------------------- /Lab2/example6/step1/example6_1.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example6/step1/example6_1.grc -------------------------------------------------------------------------------- /Lab2/example6/step1/example6_1.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example6/step1/example6_1.grc.png -------------------------------------------------------------------------------- /Lab2/example6/step2/am_rx_signal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example6/step2/am_rx_signal.py -------------------------------------------------------------------------------- /Lab2/example6/step2/example6step2.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example6/step2/example6step2.grc -------------------------------------------------------------------------------- /Lab2/example6/step2/example6step2.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example6/step2/example6step2.grc.png -------------------------------------------------------------------------------- /Lab2/example6/step2/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example6/step2/top_block.py -------------------------------------------------------------------------------- /Lab2/example6/step3/example6_3.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example6/step3/example6_3.grc -------------------------------------------------------------------------------- /Lab2/example6/step3/example6_3.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example6/step3/example6_3.grc.png -------------------------------------------------------------------------------- /Lab2/example6/step3/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example6/step3/top_block.py -------------------------------------------------------------------------------- /Lab2/example6/step4/example6_4.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example6/step4/example6_4.grc -------------------------------------------------------------------------------- /Lab2/example6/step4/example6_4.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example6/step4/example6_4.grc.png -------------------------------------------------------------------------------- /Lab2/example6/step4/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example6/step4/top_block.py -------------------------------------------------------------------------------- /Lab2/example6/step5/am_rx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example6/step5/am_rx.py -------------------------------------------------------------------------------- /Lab2/example6/step5/example6_5.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example6/step5/example6_5.grc -------------------------------------------------------------------------------- /Lab2/example6/step5/example6_5.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example6/step5/example6_5.grc.png -------------------------------------------------------------------------------- /Lab2/example7/ssb_lsb_256k_complex2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/ssb_lsb_256k_complex2.dat -------------------------------------------------------------------------------- /Lab2/example7/step1/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step1/ReadMe.md -------------------------------------------------------------------------------- /Lab2/example7/step1/example7_1.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step1/example7_1.grc -------------------------------------------------------------------------------- /Lab2/example7/step1/example7_1.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step1/example7_1.grc.png -------------------------------------------------------------------------------- /Lab2/example7/step1/ssb_step1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step1/ssb_step1.py -------------------------------------------------------------------------------- /Lab2/example7/step2/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step2/ReadMe.md -------------------------------------------------------------------------------- /Lab2/example7/step2/example7_2.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step2/example7_2.grc -------------------------------------------------------------------------------- /Lab2/example7/step2/example7_2.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step2/example7_2.grc.png -------------------------------------------------------------------------------- /Lab2/example7/step2/hilbert_transformation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step2/hilbert_transformation.py -------------------------------------------------------------------------------- /Lab2/example7/step3/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step3/ReadMe.md -------------------------------------------------------------------------------- /Lab2/example7/step3/example7_3.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step3/example7_3.grc -------------------------------------------------------------------------------- /Lab2/example7/step3/example7_3.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step3/example7_3.grc.png -------------------------------------------------------------------------------- /Lab2/example7/step3/ssb_rx_step2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step3/ssb_rx_step2.py -------------------------------------------------------------------------------- /Lab2/example7/step4/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step4/ReadMe.md -------------------------------------------------------------------------------- /Lab2/example7/step4/example7_4.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step4/example7_4.grc -------------------------------------------------------------------------------- /Lab2/example7/step4/example7_4.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step4/example7_4.grc.png -------------------------------------------------------------------------------- /Lab2/example7/step4/read_file_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step4/read_file_source.py -------------------------------------------------------------------------------- /Lab2/example7/step5/example7_5.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step5/example7_5.grc -------------------------------------------------------------------------------- /Lab2/example7/step5/example7_5.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step5/example7_5.grc.png -------------------------------------------------------------------------------- /Lab2/example7/step5/ssb_rx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step5/ssb_rx.py -------------------------------------------------------------------------------- /Lab2/example7/step6/example7_6.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step6/example7_6.grc -------------------------------------------------------------------------------- /Lab2/example7/step6/example7_6.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step6/example7_6.grc.png -------------------------------------------------------------------------------- /Lab2/example7/step6/ssb_rx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step6/ssb_rx.py -------------------------------------------------------------------------------- /Lab2/example7/step7/example7_7.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step7/example7_7.grc -------------------------------------------------------------------------------- /Lab2/example7/step7/example7_7.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step7/example7_7.grc.png -------------------------------------------------------------------------------- /Lab2/example7/step7/ssb_rx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example7/step7/ssb_rx.py -------------------------------------------------------------------------------- /Lab2/example8/FM_RX/example8_2.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example8/FM_RX/example8_2.grc -------------------------------------------------------------------------------- /Lab2/example8/FM_RX/example8_2.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example8/FM_RX/example8_2.grc.png -------------------------------------------------------------------------------- /Lab2/example8/FM_RX/mono_fm_rx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example8/FM_RX/mono_fm_rx.py -------------------------------------------------------------------------------- /Lab2/example8/FM_TX/example8_1.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example8/FM_TX/example8_1.grc -------------------------------------------------------------------------------- /Lab2/example8/FM_TX/example8_1.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example8/FM_TX/example8_1.grc.png -------------------------------------------------------------------------------- /Lab2/example8/FM_TX/fm_tx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example8/FM_TX/fm_tx.py -------------------------------------------------------------------------------- /Lab2/example9/example9.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example9/example9.grc -------------------------------------------------------------------------------- /Lab2/example9/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab2/example9/top_block.py -------------------------------------------------------------------------------- /Lab3/example1/PSK_modulation_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example1/PSK_modulation_example.py -------------------------------------------------------------------------------- /Lab3/example1/example1.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example1/example1.grc -------------------------------------------------------------------------------- /Lab3/example1/example1.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example1/example1.grc.png -------------------------------------------------------------------------------- /Lab3/example10/example10.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example10/example10.grc -------------------------------------------------------------------------------- /Lab3/example10/example10.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example10/example10.grc.png -------------------------------------------------------------------------------- /Lab3/example10/hello_out.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Lab3/example10/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example10/top_block.py -------------------------------------------------------------------------------- /Lab3/example11/step1/example11_1.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example11/step1/example11_1.grc -------------------------------------------------------------------------------- /Lab3/example11/step1/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example11/step1/top_block.py -------------------------------------------------------------------------------- /Lab3/example2/example2.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example2/example2.grc -------------------------------------------------------------------------------- /Lab3/example2/example2.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example2/example2.grc.png -------------------------------------------------------------------------------- /Lab3/example2/mpsk_rrc_rolloff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example2/mpsk_rrc_rolloff.py -------------------------------------------------------------------------------- /Lab3/example3/example3.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example3/example3.grc -------------------------------------------------------------------------------- /Lab3/example3/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example3/top_block.py -------------------------------------------------------------------------------- /Lab3/example4/example4.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example4/example4.grc -------------------------------------------------------------------------------- /Lab3/example4/example4.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example4/example4.grc.png -------------------------------------------------------------------------------- /Lab3/example4/mpsk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example4/mpsk.py -------------------------------------------------------------------------------- /Lab3/example5/bpsk_eye_diagram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example5/bpsk_eye_diagram.py -------------------------------------------------------------------------------- /Lab3/example5/example5.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example5/example5.grc -------------------------------------------------------------------------------- /Lab3/example5/example5.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example5/example5.grc.png -------------------------------------------------------------------------------- /Lab3/example6/cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example6/cat.png -------------------------------------------------------------------------------- /Lab3/example6/example6.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example6/example6.grc -------------------------------------------------------------------------------- /Lab3/example6/example6.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example6/example6.grc.png -------------------------------------------------------------------------------- /Lab3/example6/hello_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example6/hello_out.png -------------------------------------------------------------------------------- /Lab3/example6/hello_out.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example6/hello_out.txt -------------------------------------------------------------------------------- /Lab3/example6/packet_encoder_decoder_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example6/packet_encoder_decoder_example.py -------------------------------------------------------------------------------- /Lab3/example7/bpsk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example7/bpsk.py -------------------------------------------------------------------------------- /Lab3/example7/example7.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example7/example7.grc -------------------------------------------------------------------------------- /Lab3/example7/example7.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example7/example7.grc.png -------------------------------------------------------------------------------- /Lab3/example8/example8.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example8/example8.grc -------------------------------------------------------------------------------- /Lab3/example8/example8.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example8/example8.grc.png -------------------------------------------------------------------------------- /Lab3/example8/hello_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example8/hello_out.png -------------------------------------------------------------------------------- /Lab3/example8/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example8/top_block.py -------------------------------------------------------------------------------- /Lab3/example9/example9.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example9/example9.grc -------------------------------------------------------------------------------- /Lab3/example9/example9.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example9/example9.grc.png -------------------------------------------------------------------------------- /Lab3/example9/hello_out.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Lab3/example9/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab3/example9/top_block.py -------------------------------------------------------------------------------- /Lab4/Example1/Example1.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab4/Example1/Example1.grc -------------------------------------------------------------------------------- /Lab4/Example1/Example1.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab4/Example1/Example1.grc.png -------------------------------------------------------------------------------- /Lab4/Example1/viterbi_equalization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab4/Example1/viterbi_equalization.py -------------------------------------------------------------------------------- /Lab5/Example1/Example1.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab5/Example1/Example1.grc -------------------------------------------------------------------------------- /Lab5/Example1/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab5/Example1/top_block.py -------------------------------------------------------------------------------- /Lab5/example1/Example1.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab5/example1/Example1.grc.png -------------------------------------------------------------------------------- /Lab5/example2/example2.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab5/example2/example2.grc -------------------------------------------------------------------------------- /Lab5/example2/example2.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab5/example2/example2.grc.png -------------------------------------------------------------------------------- /Lab5/example2/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab5/example2/top_block.py -------------------------------------------------------------------------------- /Lab5/example3/ip2/amplifier_nonlinearities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab5/example3/ip2/amplifier_nonlinearities.py -------------------------------------------------------------------------------- /Lab5/example3/ip2/example3_1.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab5/example3/ip2/example3_1.grc -------------------------------------------------------------------------------- /Lab5/example3/ip2/example3_1.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab5/example3/ip2/example3_1.grc.png -------------------------------------------------------------------------------- /Lab5/example3/ip3/amplifiers_nonlinearities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab5/example3/ip3/amplifiers_nonlinearities.py -------------------------------------------------------------------------------- /Lab5/example3/ip3/example3_2.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab5/example3/ip3/example3_2.grc -------------------------------------------------------------------------------- /Lab5/example3/ip3/example3_2.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab5/example3/ip3/example3_2.grc.png -------------------------------------------------------------------------------- /Lab5/example4/example4.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab5/example4/example4.grc -------------------------------------------------------------------------------- /Lab5/example4/example4.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab5/example4/example4.grc.png -------------------------------------------------------------------------------- /Lab5/example4/iqi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab5/example4/iqi.py -------------------------------------------------------------------------------- /Lab5/example5/example5.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab5/example5/example5.grc -------------------------------------------------------------------------------- /Lab5/example5/example5.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab5/example5/example5.grc.png -------------------------------------------------------------------------------- /Lab5/example5/quantization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab5/example5/quantization.py -------------------------------------------------------------------------------- /Lab6/example1/example1.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example1/example1.grc -------------------------------------------------------------------------------- /Lab6/example1/example1.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example1/example1.grc.png -------------------------------------------------------------------------------- /Lab6/example1/fastFadingChannel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example1/fastFadingChannel.py -------------------------------------------------------------------------------- /Lab6/example2/step1/example6_1.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example2/step1/example6_1.grc -------------------------------------------------------------------------------- /Lab6/example2/step1/example6_1.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example2/step1/example6_1.grc.png -------------------------------------------------------------------------------- /Lab6/example2/step1/qpsk_modulation_multiplied_with_a_constant.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example2/step1/qpsk_modulation_multiplied_with_a_constant.py -------------------------------------------------------------------------------- /Lab6/example2/step1/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example2/step1/top_block.py -------------------------------------------------------------------------------- /Lab6/example2/step2/example3.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example2/step2/example3.grc -------------------------------------------------------------------------------- /Lab6/example2/step2/example3.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example2/step2/example3.grc.png -------------------------------------------------------------------------------- /Lab6/example2/step2/qpsk_under_STO_CFO.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example2/step2/qpsk_under_STO_CFO.py -------------------------------------------------------------------------------- /Lab6/example2/step2/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example2/step2/top_block.py -------------------------------------------------------------------------------- /Lab6/example2/step3/example2_3.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example2/step3/example2_3.grc -------------------------------------------------------------------------------- /Lab6/example2/step3/example2_3.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example2/step3/example2_3.grc.png -------------------------------------------------------------------------------- /Lab6/example2/step3/time_recovery.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example2/step3/time_recovery.py -------------------------------------------------------------------------------- /Lab6/example2/step4/example2_4.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example2/step4/example2_4.grc -------------------------------------------------------------------------------- /Lab6/example2/step4/example2_4.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example2/step4/example2_4.grc.png -------------------------------------------------------------------------------- /Lab6/example2/step4/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example2/step4/top_block.py -------------------------------------------------------------------------------- /Lab6/example2/step5/costa_loop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example2/step5/costa_loop.py -------------------------------------------------------------------------------- /Lab6/example2/step5/example2_5.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example2/step5/example2_5.grc -------------------------------------------------------------------------------- /Lab6/example2/step5/example2_5.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example2/step5/example2_5.grc.png -------------------------------------------------------------------------------- /Lab6/example2/step5/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example2/step5/top_block.py -------------------------------------------------------------------------------- /Lab6/example2/step6/example2_6.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example2/step6/example2_6.grc -------------------------------------------------------------------------------- /Lab6/example2/step6/example2_6.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example2/step6/example2_6.grc.png -------------------------------------------------------------------------------- /Lab6/example2/step6/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example2/step6/top_block.py -------------------------------------------------------------------------------- /Lab6/example3/example3.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example3/example3.grc -------------------------------------------------------------------------------- /Lab6/example3/example3.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example3/example3.grc.png -------------------------------------------------------------------------------- /Lab6/example3/ofdm_simulation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab6/example3/ofdm_simulation.py -------------------------------------------------------------------------------- /Lab7/example1/dvb_s2_Tx_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab7/example1/dvb_s2_Tx_example.py -------------------------------------------------------------------------------- /Lab7/example1/example1.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab7/example1/example1.grc -------------------------------------------------------------------------------- /Lab7/example1/example1.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab7/example1/example1.grc.png -------------------------------------------------------------------------------- /Lab7/example2/example2.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab7/example2/example2.grc -------------------------------------------------------------------------------- /Lab7/example2/example2.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab7/example2/example2.grc.png -------------------------------------------------------------------------------- /Lab7/example2/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab7/example2/top_block.py -------------------------------------------------------------------------------- /Lab7/example3/example3.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab7/example3/example3.grc -------------------------------------------------------------------------------- /Lab7/example3/example3.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab7/example3/example3.grc.png -------------------------------------------------------------------------------- /Lab7/example3/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab7/example3/top_block.py -------------------------------------------------------------------------------- /Lab7/example4/example4.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab7/example4/example4.grc -------------------------------------------------------------------------------- /Lab7/example4/example4.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab7/example4/example4.grc.png -------------------------------------------------------------------------------- /Lab7/example4/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab7/example4/top_block.py -------------------------------------------------------------------------------- /Lab7/example5/example5grc.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab7/example5/example5grc.grc -------------------------------------------------------------------------------- /Lab7/example5/example5grc.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab7/example5/example5grc.grc.png -------------------------------------------------------------------------------- /Lab7/example5/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab7/example5/top_block.py -------------------------------------------------------------------------------- /Lab7/example6/example6.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab7/example6/example6.grc -------------------------------------------------------------------------------- /Lab7/example6/example6.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab7/example6/example6.grc.png -------------------------------------------------------------------------------- /Lab7/example6/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab7/example6/top_block.py -------------------------------------------------------------------------------- /Lab7/example7/clock_recovery.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab7/example7/clock_recovery.py -------------------------------------------------------------------------------- /Lab7/example7/example7.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab7/example7/example7.grc -------------------------------------------------------------------------------- /Lab8/example1/example1.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab8/example1/example1.grc -------------------------------------------------------------------------------- /Lab8/example1/example1.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab8/example1/example1.grc.png -------------------------------------------------------------------------------- /Lab8/example1/frame_synchronization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab8/example1/frame_synchronization.py -------------------------------------------------------------------------------- /Lab9/example1/example1.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab9/example1/example1.grc -------------------------------------------------------------------------------- /Lab9/example1/example1.grc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab9/example1/example1.grc.png -------------------------------------------------------------------------------- /Lab9/example1/top_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/Lab9/example1/top_block.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/README.md -------------------------------------------------------------------------------- /_extra_xml_files/mymod_c_fir_filter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/_extra_xml_files/mymod_c_fir_filter.xml -------------------------------------------------------------------------------- /_extra_xml_files/mymod_energy_detect.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/_extra_xml_files/mymod_energy_detect.xml -------------------------------------------------------------------------------- /_extra_xml_files/mymod_fir_filter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/_extra_xml_files/mymod_fir_filter.xml -------------------------------------------------------------------------------- /_extra_xml_files/mymod_switch_const.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/_extra_xml_files/mymod_switch_const.xml -------------------------------------------------------------------------------- /_extra_xml_files/mymod_user_trigger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aboulogeorgos/Wireless-communication-systems-Lab/HEAD/_extra_xml_files/mymod_user_trigger.xml --------------------------------------------------------------------------------