photo

Ibnu Darajat


Last seen: más de 1 año hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

MATLAB Answers

14 Preguntas
0 Respuestas

CLASIFICACIÓN
30.081
of 299.221

REPUTACIÓN
1

CONTRIBUCIONES
14 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
42.86%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.665

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 163.778

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3
  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


Get specific data from if condition
Here is the code for BPSK modulation and demodulation: bpskModulator = comm.BPSKModulator; bpskDemodulator ...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Get Specific RX data
Here is the code for BPSK modulation and demodulation: bpskModulator = comm.BPSKModulator; bpskDemodulator ...

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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=...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


QPSK Modulation and Demodulation
Here's QPSK modulation and demodulation code I got: %XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX...

alrededor de 3 años hace | 1 respuesta | 1

1

respuesta

Pregunta


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...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Error using minmax newff
this is my code about newff filename = 'Book1.xlsx'; sheet = 2; xlRange = 'D6:P16'; xlRange2 = 'P6:P17'; Data = xlsrea...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

casi 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


De-quantization Audio Signal
This my audio record code and quantization code : %record code Fs = 1000; nBits = 8; nChannels = 1; t = 3; recObj = audi...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta