photo

Nimasha Pilippange


Florida International University

Last seen: 6 months 前 自 2021 起处于活动状态

Followers: 0   Following: 0

Graduate assistant in Electrical and Computer Engineering

统计学

All
  • Thankful Level 2
  • Treasure Hunt Participant
  • Solver

查看徽章

Feeds

排序方式:

提问


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

7 months 前 | 1 个回答 | 0

1

个回答

提问


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

2 years 前 | 4 个回答 | 0

4

个回答

提问


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

2 years 前 | 1 个回答 | 0

1

个回答

已解决


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

3 years 前