photo

Iftekharuddin Syed


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Fourier transform for a sequence of values
There is a signal x(n) = [5 3 -4 2 8]. How to find the Fourier Transform of the signal x(n).

3 years ago | 1 answer | 0

1

answer

Question


Pseudo code for PRBS generator
Can anyone suggest some pseudo code for PRBS generator in matlab.

3 years ago | 0 answers | 0

0

answers

Question


How to perform xor operation on an three input binary bits.
How to perform xor operation on an three input binary bits. for two inputs we use xor(1,0), for three input bits xor(1,1,0), g...

3 years ago | 2 answers | 0

2

answers

Question


How to discard entries from a matrix
There is a matrix A (size:12x1000) I want to extract entires after the 100th value, that means all the values before 100(i.e.1 ...

3 years ago | 1 answer | 0

1

answer

Question


How to get random values from a matrix
There is a matrix A (size:12x1000) How can I select 5 random entries out of 1000( from a matrix of size 12x1000), with each ran...

3 years ago | 3 answers | 0

3

answers

Question


How to values for a matirx
There is matix A of size 12x1000, How to get elements at the 100's poistions like at 100, 200, 300, ....,1000. And assign it to ...

3 years ago | 1 answer | 0

1

answer