toppbild

EITN15 Projekt i trådlös kommunikation, del 1

2011/2012 Vt2

Projekt


Project description 2012

Project EITN15 2012

System model task 2

system model task 3

Signals for task 2

Important message for Task2:

the symbol time is 2.2676 ms and not 2.3 ms!

Signals for task 3

Important message for those who work in C/C++:

The decoding of the convolutional code should be done in Matlab and not in It++,

How to save MATLAB variables in ".it" files:

You need to use the itsave.m file which is located at S:\IT++\itpp-4.0.3\extras

Then, if you have a MATLAB variable defined in your workspace, e.g.

    matlab_var = [0.5 1 2 3 ]

do,

    itsave('data.it',matlab_var)

to create the file data.it with the variable matlab_var.

How to load ".it" files from MATLAB in IT++:

Starting with the above defined data.it file, you can use the following code to load and print matlab_var:

    vec var_from_matlab;

    it_file my_file("data.it");
    my_file >> Name("matlab_var") >> var_from_matlab;
    cout << "var_from_matlab = " << var_from_matlab << endl;

Tillbaka

Senast uppdaterad: 2012-04-10 14:55:35
Webbansvarig:
Ansvarig utgivare: Prefekt

Institutionen för Elektro- och informationsteknik, LTH, Box 118, 221 00 Lund. Telefon: 046-222 00 00