photo

Nimasha Pilippange


Florida International University

Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Graduate assistant in Electrical and Computer Engineering

Statistics

All
MATLAB Answers

3 Questions
0 Answers

Cody

0 Problems
1 Solution

RANK
213,392
of 300,321

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,913

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
105,549
of 168,093

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Treasure Hunt Participant
  • Solver

View badges

Feeds

View by

Question


Fourier transform spatial domain-DSP
I am trying to implement fft on 33 signals collected from Cadence(noise signals). I need to use it over the spatial domain. Ther...

1 year ago | 1 answer | 0

1

answer

Question


shift matrix to the right
Hello, I need to compare 2 matrices. One is 1x1280 and other is 1x5120. So I need to take the 1st one to the other range. How d...

3 years ago | 4 answers | 0

4

answers

Question


combine 2 matrices to 1 matrix?
I have 2 matrices as A=[ 1 2 3 4 5] and B= [ 6 7 8 9 10] , How can I combine them so I can get C=[1 6 2 7 3 8 4 9 5 10]. I need ...

3 years ago | 1 answer | 0

1

answer

Solved


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

4 years ago