I need to pull out mpsk_receiver_cc.cc (or mpsk_receiver_cc.h) for the implementation of a member function mpsk_receiver_cc(...). I know it is in gnuradio/digital/ folder. How could I find the path for this folder in order to pull out the script for mpsk_receiver_cc.cc (or mpsk_receiver_cc.h)?
My gnuradio workspace is installed via source. Therefore, all the codes should be in my machine.
I know this should be a linux command, but I couldn't succeed after several tries.