Ricardo Gandia - 2005-08-23

Hi

I was going through the Rayleigh example, http://itpp.sourceforge.net/latest/rayleigh.html, and when I was loading the generated data into matlab, the following error appeared:

Warning: Unknown type: cvecArray

I had a look to loading function, load_it.m, and realize that there is no data type called cvecArray.

I found that a quick solution to the problem is to change the data type for the channel coefficients, in the example, from Array<cvec> to cmat.

hope this helps,
ricardo