Solved


Matlab Basics - Convert a row vector to a column vector
Write a script to convert a row (e.g. x = [1 2 3]) to a column (e.g. y = [1;2;3]), your script should be able to do this for any...

3 years ago

Solved


Temperature Conversion 3

3 years ago

Solved


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

3 years ago

Solved


Is it a number?
Determine if input is numeric. If it is,output is 1; if it is not, output is 0.

3 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

3 years ago

Submitted


Ring Modulation
Ring Modulator is an electronic circuit which modulate signal with Amplitude modulation.

3 years ago | 2 downloads |

Submitted


Frequency Division Multiplexing
FDM is a technique in which analog signals are transmitted as single bandwidth signal in which each information signal shares ba...

3 years ago | 26 downloads |

Solved


Solve a System of Linear Equations
*Example*: If a system of linear equations in _x&#8321_ and _x&#8322_ is: 2 _x₁_ + _x₂_ = 2 _x₁...

4 years ago

Solved


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

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

4 years ago

Answered
How to convert ir speed sensor output to rpm which can be feedback through dspace ds1104?
Please try a resistor on output of ir speed sensor because i had also faced this.This type of problem are arised due to some kin...

4 years ago | 0