photo

Mubasher


Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 12 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 12 anni fa | 0 risposte | 0

0

risposte

Domanda


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.

circa 12 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 12 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


fskmod
In fskmod function M is the alphabet size which must be power of 2. What does alphabet size means?

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 12 anni fa | 2 risposte | 0

2

risposte

Domanda


How to implement nise of specific bandwidth?
a

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 12 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 12 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 12 anni fa | 1 risposta | 0

1

risposta