
Ibnu Darajat
Statistics
13 Questions
0 Answers
RANK
29.327
of 282.020
REPUTATION
1
CONTRIBUTIONS
13 Questions
0 Answers
ANSWER ACCEPTANCE
46.15%
VOTES RECEIVED
1
RANK
of 19.069
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 134.439
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
Content Feed
Question
Get Specific RX data
Here is the code for BPSK modulation and demodulation: bpskModulator = comm.BPSKModulator; bpskDemodulator ...
10 maanden ago | 0 answers | 0
0
answersQuestion
Change Sample Rate Audio
Here's Matlab Audioread I try: filename = "test.wav"; [y,fs] = audioread(filename); %Play the audio. sound(y,fs); info = au...
11 maanden ago | 1 answer | 0
1
answerQuestion
Cannot run 16-PSK code in Switch case inside of another switch case
Here's the 16-PSK modulation code I tried: kanal = get(handles.popupmenu1,'Value'); switch kanal case 1 bitt=...
11 maanden ago | 1 answer | 0
1
answerQuestion
Save Variable in for Loop
Here is the code for M-ary PSK modulation and demodulation: custMap = [0 2 4 6 8 10 12 14 15 13 11 9 7 5 3 1]; pskModulato...
11 maanden ago | 1 answer | 0
1
answerQuestion
QPSK Modulation and Demodulation
Here's QPSK modulation and demodulation code I got: %XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX...
meer dan een jaar ago | 0 answers | 1
0
answersQuestion
64-QAM Modulation and Demodulation
Here's example of Quadrature Amplitude Modulation with Bit Inputs: M = 64; bitsPerSym = log2(M); x = randi([0 1],10*bitsPerSy...
meer dan een jaar ago | 0 answers | 0
0
answersQuestion
Error using minmax newff
this is my code about newff filename = 'Book1.xlsx'; sheet = 2; xlRange = 'D6:P16'; xlRange2 = 'P6:P17'; Data = xlsrea...
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
Huffman Coding with norm2huff and huff2norm function
I have an 8000 information signal and then it is compressed using huffman coding (norm2huff) and then the signal is transmitted ...
ongeveer 4 jaar ago | 0 answers | 0
0
answersQuestion
Reshape Matrix Size Marlab
I have a code like this : a = randi ([100 200], 4000,8); b = de2bi(a); c = b(:); how to make the C matrix back into the B ma...
ongeveer 4 jaar ago | 1 answer | 0
1
answerQuestion
Changes matrix size matlab
i generate this binary (16x1) : A = randi ([0 1], 16,1); and the result is : 0 0 0 1 1 0 1 0 0 0 1 1 0 0 0 1...
ongeveer 4 jaar ago | 1 answer | 0
1
answerQuestion
De-quantization Audio Signal
This my audio record code and quantization code : %record code Fs = 1000; nBits = 8; nChannels = 1; t = 3; recObj = audi...
ongeveer 4 jaar ago | 1 answer | 0
1
answerQuestion
FSK with AWGN channel
I get this FSK modulation and demodulation code without the AWGN channel. after I added the AWGN channel, the result is still th...
meer dan 4 jaar ago | 0 answers | 0
0
answersQuestion
Insert random binary into table
I want to add binary numbers randomly to table and the binary size is obtained from edit text. and this is my code % --- Exec...
meer dan 4 jaar ago | 1 answer | 0