photo

Darshan Manjunathrao Chawan


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
1 个回答

排名
117,707
of 300,765

声誉
0

贡献数
8 个提问
1 个回答

回答接受率
37.5%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,923

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

提问


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

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 0 个回答 | 0

0

个回答

提问


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

4 years 前 | 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...

5 years 前 | 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...

5 years 前 | 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...

5 years 前 | 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),...

5 years 前 | 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...

5 years 前 | 1 个回答 | 0

1

个回答