gnuradio / gr-dpd

Digital Pre-Distortion implementation in GNU Radio
https://grdpd.wordpress.com
GNU General Public License v3.0
39 stars 16 forks source link

Add function to set coefficients of Memory Polynomial model #3

Closed dkozel closed 4 years ago

dkozel commented 4 years ago
alekhgupta1441 commented 4 years ago

Added C++ function both for MP model: a71e04ebf868829402a97335f1fe650bb8ca5b77 and GMP model: d81537cb9567125d15801d9ea640a16c27657008 Also Added GRC fields for MP model: 7e7b78c55800545df2ad07d24c766e8c5c6f7b20 and GMP model: f95f9d4575bba8d92104a4b3ee82d44eeacae2ce Also test flowgraphs are updated and tested for both MP and GMP models.