photo

Bablu Singh


Last seen: 約2年 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
1 回答

ランク
133,501
of 301,261

評判
0

コントリビューション
6 質問
1 回答

回答採用率
33.33%

獲得投票数
0

ランク
 of 21,209

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,690

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
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..

約7年 前 | 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...

約7年 前 | 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...

約7年 前 | 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...

約7年 前 | 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...

約7年 前 | 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...

7年以上 前 | 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' ...

7年以上 前 | 1 件の回答 | 0

1

回答