Community Profile

Bhaskar


MathWorks

Active since 2011

Followers: 0   Following: 0

Message

Professional Interests: Signal Processing

Statistics

All
  • First Review
  • Revival Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

12 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

12 years ago

Answered
finding coordinates through distance formulation
You have two questions. Let me answer only the first question. Let the two known points be (x1,y1,z1) and (x2,y2,z2). All poi...

12 years ago | 0

Answered
Difference in continuous wavelet transform & Continuous fourier transform
Wavelet transforms have finite duration basis functions, so they can be integrated from -inf to +inf (which essentially reduces ...

13 years ago | 1

Answered
Matched filter
To elaborate on Honglei's answer. If the signal you are trying to design a matched filter for, is x, then -- >> b = x(end-1...

13 years ago | 0