Statistics
RANK
177,580
of 295,673
REPUTATION
0
CONTRIBUTIONS
3 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...
11 years ago
Solved
Remove any row in which a NaN appears
Given the matrix A, return B in which all the rows that have one or more <http://www.mathworks.com/help/techdoc/ref/nan.html NaN...
11 years ago
Solved
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
11 years ago
Solved
Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...
11 years ago
Solved
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
11 years ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
11 years ago
I am trying to write a script that generates a list of 100 integers selected randomly from the set {-20,-10,0,10,20,30}
use the function randsrc
11 years ago | 0
Question
qpsk in rayleigh channel simulation changes everytime you simulate
plot of ber vs enno for qpsk in rayleigh channel using the object rayleighchan changes for each simulation.why is this happening...
11 years ago | 0 answers | 0
0
answersQuestion
how to obtain the frequencies from the fft function
after the fft of the input signal,how to get the frequencies?
11 years ago | 6 answers | 0
6
answersQuestion
Using Monte Carlo in bertool the plotted Ber curve is coming as a horizontal line.Why is this happening?
In my ofdm simulnk model,when I am plotting the BER vs Eb/No graph using Monte Carlo of bertool, I get a horizontal line.While c...
11 years ago | 0 answers | 0