Estadística
15 Preguntas
0 Respuestas
CLASIFICACIÓN
162.131
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
15 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
Feeds
Pregunta
is any synchronization required for converting bandpass modulated signal to passband modulated signal
i have written this code which up converts baseband fsk modulated signal to passband then down convert it to baseband then demo...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
why fft of modulated signal shows peak at carrier frequency?
the fft of fsk modulated signal should show only two peaks , one for "1" and other for "0" but my result shows one peak at ...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
What is the default carrier frequency and bit rate in fskmod, pskmod or qammod?
In old block that is dmod these things were controlled by user but in newer blocks they dont have these paremeters.
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Why while using sound function in matlab sound has noise in it?
I have modulated and demodulated a sound file and i have bit error rate of zero. Then why output sound is distorted? clear...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
I NEED HELP WITH THIS CODE?
Index exceeds matrix dimensions. Error in ==> wavplay at 56 y = varargin{1}; Error in ==> Untitled at 22 wavplay('Bird')...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
I have written a code please help me in getting the output .
When i run this code i got a warninig that data cliped during write to file. Please sugggest something. clear; clc; ...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
please check this code .. im getting error that frequency should be less than Fs/2....
clear; clc; M=2^50; freq_sep=100; nsamp=6; y=wavread('voice','native'); x=fi(y); z=bin(x); m=str...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
fskmod
In fskmod function M is the alphabet size which must be power of 2. What does alphabet size means?
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Can analog to digital conversion is implemented in matlab (not simulink)?
clear; clc; data_size=100; M=2; freq_sep=500; nsamp=6; fs=10000; y=wavread('voice'); partition=[-...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
I have a matix having binary numbers [001;011;111;111] . How can i convert it to a matrix like [0 0 1 0 1 1 1 1 1 1 1 1]? I want to modulate but could not understand how to modulate the first matrix so i need to convert it into a bitstream. So please help
clear; clc; data_size=100; M=2; freq_sep=500; nsamp=6; fs=10000; n=2; y=wavread('voice'); partit...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
How can i modulate an audio file of "WAV" format? I have used "read" command but the problem is that matrix of audio file does not contain data as binary so it cant be digitally modulated?
a
más de 12 años hace | 0 respuestas | 0
0
respuestas1
respuestaPregunta
please help me in ploting the modulated signal.
clear; clc; data_size=10; M=2; freq_sep=250; nsamp=10; fs=500; data=randi([0 1],1,data_size); qam_mod=qam...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
i am calculating bit error rate for bpsk modulation scheme. i get error that matrix size of transmitted and received data is not equal. how can i fix it? code is attached in body. Please anybody can help me out.
clc;clear all;close all; mat=randint(1,1000); sig1=(2*mat)-1; % mat converted to matrix of 1 and -1 ...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
How to implement partial band noise jamming in matlab?
I am intended to implement communications schemes in the presence of jammming. So how can i implement jaming in matlab? [Merg...
más de 12 años hace | 1 respuesta | 0