Muhammad
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
209 203
of 295 467
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
12.5%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
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
Question
I want to implement ASK .I am facing problem with "wwve_gen".
Here is my code clear all; close all; n=5; b=[1 0 0 1 0]; fc=8000; Rb=1000; t=1/Rb; xu = waveplot(b,'unipolar_nrz'); fs...
nästan 2 år ago | 0 answers | 0
0
answersQuestion
I want Huffman coding
(Huffman coding example, codex.m) Open the code codex.m using the editor. Note “m” parameter which indicates the number of simu...
nästan 2 år ago | 1 answer | 0
1
answerQuestion
I have multiple vectors of order (1000*24)have calculated the fitness of all these.Now the want the maximum out of fitness and want the corresponding vectors and index of that
AA 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 ...
ungefär 2 år ago | 1 answer | 0
1
answerQuestion
Suppose i have a 1000*24 binary vectors each having 4 ones and 20 zeros in each row .Now want to extract the spcific vectors that have ones only at the speific positions.
For example I have all stored all these vectors in a matrix AA=[ 0 0 1 0 0 0 0 0 1 0 ...
ungefär 2 år ago | 1 answer | 0
1
answerQuestion
I want to go go through the whole matric and want to remove vectors of specific indeices that have probability fitness less than a specific value.
I have found the probability of fitness of all my vectors in my matrix.But now i want to have my matrix back but with excluded v...
ungefär 2 år ago | 1 answer | 0
1
answerQuestion
i have one dimensional array and i want to move every non zero element oh that array to exchange position with every zero in each iteration.
For example a=[1 2 3 4 0 0 0 ] I want all the possible combination through nested for loop (not circular shift) example of I...
ungefär 2 år ago | 1 answer | 0
1
answerQuestion
I want to shift vector values one by one to the left
Hello everyone, I have a binary vector with five 0 and three 1. num=[1 1 1 0 0 0 0 0] and I want to shift each 1 left, shift ...
ungefär 2 år ago | 4 answers | 0
4
answersQuestion
I want the ones of a binary array to exchange positions with all the zeros and store the result in other array with each iteration.
a=[1 1 1 0 0 ] i want it to be like this a1=[1 1 0 1 0] a2=[1 1 0 0 1] then i want the second member (1) to move th positi...
mer än 2 år ago | 0 answers | 0