photo

Jetty Rakesh Aditya


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

11 Questions
0 Answers

RANK
34,039
of 300,000

REPUTATION
1

CONTRIBUTIONS
11 Questions
0 Answers

ANSWER ACCEPTANCE
54.55%

VOTES RECEIVED
0

RANK
 of 20,860

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 166,881

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

  • Thankful Level 3
  • Explorer

View badges

Feeds

View by

Question


selecting 2 bits from given input bit stream alternatively
say i have an array a= [1,0,0,1,1,0,0,1] i want to make 2 arrays b = [10,10] c = [01,01]

4 years ago | 1 answer | 0

1

answer

Question


split mXn double into equal parts
i have a mxn double which i want to split into equal parts and find the sum of elements in all parts.

4 years ago | 1 answer | 0

1

answer

Question


how to plot f(x,y) = x^2/y, y>0
how can i plot the above problem in matlab ?

4 years ago | 3 answers | 0

3

answers

Question


DSB SC DEMODULATION in matlab
I have done DSB SC modulation and demodulation. My problem is that my demodulated signal amplitude is far greater than that of m...

5 years ago | 6 answers | 0

6

answers

Question


Reconstruct a sequence from its DTFT
I have a sequence x and i have found its DTFT. Now i am trying to reconstruct the sequence x from its DTFT. Can someone help me ...

5 years ago | 1 answer | 0

1

answer

Question


listen to a sinusoid
i have the following code Omega1 = pi/3; phi1 = 0; t1 = 0:0.01:30; ct_sinusoid = cos(Omega1*t1+phi1); plot(t1, ct_sinusoid)...

5 years ago | 1 answer | 0

1

answer

Question


complex gaussian noise generation
how can i generate a complex gaussian noise with zero mean and some variance in matlab?

5 years ago | 1 answer | 0

1

answer

Question


compare elements of a 2x1 column vector
i have a cell c that has 2x1 column vectors as elements c {1} = [1;0](say v1) c{2} = [2;3](say v2) now i want to compare the...

5 years ago | 1 answer | 0

1

answer

Question


array with vectors as elements
i have two column vectors c1 = 1 0 c2 = 0 1 i want to store them as elements in an array. How can i do so?

5 years ago | 1 answer | 0

1

answer

Question


matrix dimensions are not equal
how to make two cells (having strings as elements) of different dimensions equal?

5 years ago | 1 answer | 0

1

answer

Question


Making consecutive 1s and 0s as a seperate element
If I have a cell say a= [1 0 0 0 1 1 1 1 0 1] I want b= [ 1,0 0 0, 1 1 1 1,0,1]

5 years ago | 3 answers | 0

3

answers