Resuelto


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

más de 3 años hace

Resuelto


Temperature Conversion 3

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Enviada


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

más de 3 años hace | 2 descargas |

Enviada


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

más de 3 años hace | 30 descargas |

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

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

más de 4 años hace | 0