Community Profile

photo

Markandeya Janaswamy

Last seen: Today Active since 2019

Followers: 0   Following: 0

Statistics

All
  • First Answer
  • Revival Level 1
  • Solver

View badges

Feeds

View by

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

1 year ago | 0

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

1 year ago | 0

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

1 year ago | 0

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

1 year ago | 0

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

1 year ago | 0

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

1 year ago | 0

Solved


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

3 years ago

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

4 years ago | 0

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

4 years ago | 2

Solved


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

4 years ago

Solved


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

4 years ago