photo

Bablu Singh


Last seen: 대략 1년 전 2018년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
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..

거의 6년 전 | 0

질문


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

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 6년 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


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

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

6년 초과 전 | 답변 수: 1 | 0

1

답변