photo

Darshan Manjunathrao Chawan


Last seen: ongeveer 3 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
1 Answer

RANK
66.968
of 297.457

REPUTATION
0

CONTRIBUTIONS
8 Questions
1 Answer

ANSWER ACCEPTANCE
37.5%

VOTES RECEIVED
0

RANK
 of 20.438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158.938

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Question


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

ongeveer 3 jaar ago | 1 answer | 0

1

answer

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

meer dan 3 jaar ago | 0

Question


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

meer dan 3 jaar ago | 0 answers | 0

0

answers

Question


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

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 4 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 4 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 4 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 5 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 5 jaar ago | 1 answer | 0

1

answer