Community Profile

photo

Bablu Singh


Last seen: 2 mois il y a Actif depuis 2018

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

A répondu
frequency hopped spread spectrum
you just need to plot the graph between frequency and time (with difference of 20ms) . it will help to plot your graph..

environ 5 ans il y a | 0

Question


how to add carrier frequency in GMSK example comm.GMSKModulator
Hi I am trying to implement GMSK modulator and demodulator by using different frequency using comm.GMSKModulator and comm.GMSKDe...

environ 5 ans il y a | 1 réponse | 0

0

réponse

Question


timing based execution selection and execution
clear all; close all; clc; t=1:1000; fm=4000; fs=80000; msg=sin(2*pi*fm*t); %%% I want this signal for for 1000...

environ 5 ans il y a | 1 réponse | 0

0

réponse

Question


GMSK Integrator output image not able to identify the image significance
% can you tell what is this image shows .. because I am getting as integrator output of of GMSK % NRZ bits Passsed to gaussi...

environ 5 ans il y a | 1 réponse | 0

0

réponse

Question


how to convert cell 10X8 to mattrix and matrix 10X8 to to 8 bit value [1,1,1,1,0,0,0,0]
Fs=10; Ts=1/Fs; L=10; t=(0:L-1)*Ts; % ms1=sin(2*pi*50*t); % ms2=cos(2*pi*50*t); ms1=sawtooth(2*pi*50*t); %% analog to dig...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


how to code for 2 bit encoder and decoder
%I am facing problem in saving this msg bit as it is and decoding of the message (msg encoded) plz help % Samples to collect le...

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Question


I am Having Cell element 1X2, of 8 bit each i want it to make as individual element 1x16???
d={'01111111' '10100110'} I=cell2mat(d); % it will also return cell element 1X16 it returns I='0111111110100110' ...

plus de 5 ans il y a | 1 réponse | 0

1

réponse