photo

Markandeya Janaswamy

Last seen: 7 days 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

0 个提问
8 个回答

Cody

0 个问题
3 个答案

排名
11,157
of 297,457

声誉
4

贡献数
0 个提问
8 个回答

回答接受率
0.00%

收到投票数
2

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
71,613
of 158,938

贡献数
0 个问题
3 个答案

评分
40

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer
  • Revival Level 1
  • Solver

查看徽章

Feeds

排序方式:

已回答
Is GPS L1 baseband signal generation possible in MATLAB?
Check out https://www.mathworks.com/help/satcom/ug/gps-waveform-generation.html You can generate GPS L1 baseband waveform using...

2 years 前 | 0

已回答
CA code for GPS PRN-1
From R2021b, Satellite Communications Toolbox supports generating C/A-codes. Use the function gnssCACode. See https://mathworks....

2 years 前 | 0

已回答
GPS ca code + DFT
FWIW, see https://mathworks.com/help/satcom/ug/gps-receiver-acquisition-and-tracking-using-ca-code.html This demo shows how to ...

2 years 前 | 0

已回答
Generate GPS signal in MATLAB?
There is Satellite Communications Toolbox in MATLAB that supports GPS waveform generation, Receiver acquisition and tracking, an...

2 years 前 | 0

已回答
how to read a gps Rinex observation and navigation files in matlab directly
MATLAB supports reading RINEX data directly into MATLAB from R2022a onwards. Use the function rinexread. See https://mathworks.c...

2 years 前 | 0

已回答
GPS data generator
FWIW, we support generating data for GPS signals from R2021a onwards. See https://mathworks.com/help/satcom/ug/gps-waveform-gene...

2 years 前 | 0

已解决


ZigZag matrix with reflected format
ZigZag MATRIX with REFLECTED format. We have only input x. We have to create a matrix in the following pattern. input n=5...

4 years 前

已回答
Link Budget Analysis GUI
As of now, link budget app is for terrestrial networks.

5 years 前 | 0

已回答
LTE NB-IOT MIB encoding / decoding
Hi Ron, MATLAB R2019b onwards lteBCHDecode function supports the NB-IoT 34 bits MIB decoding. Your problem should be solved if ...

5 years 前 | 2

已解决


Given area find sides
In a right angle triangle given area 'A' one arm=x, another arm=2x then find the value of x. For example, area A=400 then ...

5 years 前

已解决


Bit Reversal
Given an unsigned integer _x_, convert it to binary with _n_ bits, reverse the order of the bits, and convert it back to an inte...

5 years 前