Community Profile

photo

themaze


Last seen: plus d'un an il y a Actif depuis 2006

Professional Interests: Signal Processing, Communication Systems

Statistiques

All
  • Treasure Hunt Participant
  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 3
  • GitHub Submissions Level 1
  • First Submission
  • Promoter
  • Solver
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Content Feed

Afficher par

A résolu


Matrix Quadrants
Write a function that takes N as the input, and outputs a matrix whose upper-left (NxN) quadrant contains all ones, the lower-ri...

plus d'un an il y a

A résolu


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

plus d'un an il y a

A résolu


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<https://imgur...

plus d'un an il y a

A résolu


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

plus de 2 ans il y a

A soumis


optimcode/vincenty
vdist, vreckon vincenty

environ 6 ans il y a | 6 téléchargements |

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

plus de 6 ans il y a

A résolu


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

plus de 6 ans il y a

A résolu


How to subtract?
*&plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn* * Imagine you need to subtract one...

plus de 6 ans il y a

A résolu


Pentagonal Numbers
Your function will receive a lower and upper bound. It should return all pentagonal numbers within that inclusive range in ascen...

plus de 6 ans il y a

A résolu


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

plus de 6 ans il y a

A résolu


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

plus de 6 ans il y a

A résolu


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

plus de 6 ans il y a

A résolu


Number of Even Elements in Fibonacci Sequence
Find how many even Fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...

plus de 6 ans il y a

Question


precision while using anonymous function
I have an anonymous function and the same operation using matrix manipulations. I am getting different results. what could be th...

plus de 6 ans il y a | 1 réponse | 0

1

réponse

A résolu


The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...

plus de 6 ans il y a

A répondu
inline matrix n x n input
The input argument to the inline function is automatically determined by searching expr for an isolated lower case alphabetic ch...

presque 11 ans il y a | 0

| A accepté

A répondu
FFT of a function
Here is a nice way to accomplish that I am assuming that w = 2*pi*f. Also you need to define your t Xw = @(w, t) fft(cos(w...

presque 11 ans il y a | 0

Question


retrieve coefficients from multivariable symbolic equation.
Hi, what will be the easiest/best to extract coefficients from multivariate symbolic equations. for instance if I have ...

plus de 12 ans il y a | 2 réponses | 0

2

réponses

A soumis


Bit Error Rate in Bit Error rates with pulse shaping consideration
Bit Error Rate in CDMA with MAI consideration.

environ 16 ans il y a | 1 téléchargement |

Thumbnail

A soumis


System Identification Comparison
Comparison of system identification using LMS, NLMS & LMF

plus de 17 ans il y a | 3 téléchargements |

Thumbnail