Placebo69
Newbie level 6

I wrote a code but i have a problem to the end...
After this b3=pskdemod(b2,2)
I have a matrix with 0 1 for example
b3 =
Columns 1 through 21
1 0 1 1 0 1 0 etc
But when i try the command
b5=vitdec(b3,t,tb,'cont','hard')
There is the following message
??? Error using ==> vitdec
CODE must be a vector of real numbers
If anyone can help...0 1 aren't real numbers??
Thnks in advance!!
After this b3=pskdemod(b2,2)
I have a matrix with 0 1 for example
b3 =
Columns 1 through 21
1 0 1 1 0 1 0 etc
But when i try the command
b5=vitdec(b3,t,tb,'cont','hard')
There is the following message
??? Error using ==> vitdec
CODE must be a vector of real numbers
If anyone can help...0 1 aren't real numbers??
Thnks in advance!!