photo

Tamil selvan


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
1 Answer

RANK
80,620
of 300,343

REPUTATION
0

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,172

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

Question


When using vitdec function for testing error coming like "inputs must be a scalar and a square matrix. To compute elementwise POWER, use POWER (.^) instead"
I am trying to test the vitdec function using soft decision. At this time, I am getting error as "Inputs must be a scalar and ...

8 years ago | 1 answer | 0

1

answer

Answered
When using vitdec function for testing error coming like "inputs must be a scalar and a square matrix. To compute elementwise POWER, use POWER (.^) instead"
Sorry. I found that the number of soft precision bits must be less than 14bits. So I have used 7 for soft precision bits. S...

8 years ago | 0

Question


How to use negative index ranges in for loop?
I heard about matlab doesn't support negative indexes in the loops. Is there any other way to use negative index in the for loop...

9 years ago | 3 answers | 0

3

answers

Question


How to use xcorr function in matlab as autocorr
Hello all, I am trying to use the xcorr() function as an autocorrelation function in Matlab. But I am getting the wrong outpu...

9 years ago | 2 answers | 0

2

answers

Question


Is there simpler way to implement QPSK modulator without using inbuilt comm.QPSKModulator function in matlab?
I would like to implement QPSK modulator in Matlab without using inbuilt function. Is any one know please let me know the idea?

9 years ago | 0 answers | 0

0

answers

Question


Can any one explain me how to apply vectorized operation on the outer for loop of the given program?
a=[1+1i 2+2i 3+3i 4+4i 5+5i 6+6i 7+7i 8+8i 9+9i 1+1i 2+2i 3+3i 4+4i 5+5i 6+6i 7+7i 8+8i 9+9i]; for m=1:6 m=m-1; ...

9 years ago | 1 answer | 0

1

answer