Community Profile

photo

Darshan Manjunathrao Chawan


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

統計

  • Thankful Level 2
  • First Answer
  • Revival Level 1
  • Thankful Level 1

バッジを表示

Content Feed

表示方法

質問


Modulation of signal using sqrt (2)
What is the purpose of using sqrt(2) while doing modulation in OFDM? Fs = 44100; ts = 2.2676e-5; Fc = 2400; t = 0:1/Fs:(le...

約2年 前 | 1 件の回答 | 0

1

回答

回答済み
How to normalize(compensate) pulse signal?
In your code what is your energy of the pulse. If you know energy of the pulse then, you can use below formula Normalpulse = si...

2年以上 前 | 0

質問


Binary to ASCII Conversion
Hi, I have message of 1x5120 double (binary values 0 and 1). I have to convert this to ASCII. I am supposed to use below method...

2年以上 前 | 0 件の回答 | 0

0

回答

質問


BPSK SIGNAL using random bits
How to generate Bpsk signal using random bits? I want to use 1000 random bits.

3年弱 前 | 1 件の回答 | 0

1

回答

質問


BER in scatter plot
I have small question regarding BER in scatterplot. I plotted a scatter plot as shown below, but in that plot how can I determin...

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

1

回答

質問


regarding 'FOR LOOP' use to plot discrete impulse response
I have 'n' delay elements and 'n' amplitudes. Suppose I want to fix it all the array elements in 'for loop' instead of writing a...

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

1

回答

質問


Removing first half signal
Hi, In the below signal i need to remove first half to get channel impulse response, how to do it?. You can help me with sine...

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

1

回答

質問


Sub carrier mapping and IFFT signal formation
clc;clear all;close all; input=[1 1 0 1 0 0 1 0 ]; %input bit M=4; Nsc=148; N = 2; X = bin2dec(reshape(sprintf('%u',input),...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


For loop using bin2dec conversion
input=[1 1 0 1 0 0 1 0 ]; %input bit x1=bin2dec(num2str(11)); %converting number to characters x2=bin2dec(num2str(01)); x3=bi...

4年弱 前 | 1 件の回答 | 0

1

回答