I wanted to use the following (in MATLAB R2007a)
h = modem.oqpskmod
but MATLAB complains that modem is not defined as follows:
??? Undefined function or variable 'modem'.
Error in ==> program at 34
h = modem.oqpskmod
Is there anything i will have to include, import,... in order to be able to use modem.oqpskmod? thanks!