Risolto


Monostatic Radar Received Power Calculation
This problem aims to determine the received power of a monostatic radar system. The function takes as input the main radar param...

12 giorni fa

Risolto


Radar Unambiguous Range Determination
This problem aims to determine the radar unambiguous range based on the Pulse Repetition Frequency (PRF). The function takes the...

12 giorni fa

Risolto


Calculate Radar Pulse Energy
Compute the energy contained in a single radar pulse. The inputs are the peak power Pp (W) and the pulse width PW (s). The pulse...

12 giorni fa

Risolto


Compute Average Power of a Pulsed Radar
Compute the average transmitted power of a pulsed radar over one pulse repetition time. The inputs are the peak power Pp (Watt [...

12 giorni fa

Risolto


Compute Radar Wavelength from Frequency
Radar systems operate at electromagnetic frequencies. The wavelength of the transmitted signal is related to the operating frequ...

12 giorni fa

Risolto


Compute Radar Duty Cycle
A pulsed radar transmitter operates for a limited amount of time during each transmission cycle. The duty cycle represents the f...

12 giorni fa

Risolto


Radar Target Distance Calculation
A radar system sends a short electromagnetic pulse toward a target and measures the elapsed time between transmission and recept...

12 giorni fa

Risolto


Calculate Target Doppler Frequency Shift for a Pulse-Doppler Radar
Calculate the target Doppler frequency shift measured by a pulse-Doppler radar. A radar system operates at a carrier frequency ...

12 giorni fa

Risolto


Range Resolution of a Pulsed Radar
A pulsed radar transmits a rectangular pulse with duration tau seconds. Given the pulse duration, compute the radar range resolu...

12 giorni fa

Risolto


Basic Physics X
Calculate the Kinetic Energy (KE) by Weight (w), Distanec (d), and Time (t) without Mass (m) or Speed (v).

12 giorni fa

Risolto


Basic Physics IX
Calculate the Kinetic Energy (KE) by Weight (w) instead of Mass (m).

12 giorni fa

Risolto


Basic Physics VIII
Calculate the Mechanical Energy (ME) when the point is B.

12 giorni fa

Risolto


Basic Physics VII
Calculate the speed.

12 giorni fa

Risolto


Basic Physics VI
Fing the Kinetic Energy (KE) by Distance (d) and Time (t) instead of Speed (v).

12 giorni fa

Risolto


Basic Physics V
Calculate the Weight (w).

12 giorni fa

Risolto


Basic Physics IV
Calculate the Work.

12 giorni fa

Risolto


Basic Physics III
Calculate the Potential Energy (PE).

12 giorni fa

Risolto


Basic Physics II
Get the Kinetic Energy (KE).

12 giorni fa

Risolto


Basic Physics I
Calculate the energy by the famous formula of Albert Einstein.

12 giorni fa

Risolto


Laws of motion 1

12 giorni fa

Risolto


Simple equation: Annual salary
Given an hourly wage, compute an annual salary

12 giorni fa

Risolto


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

12 giorni fa

Risolto


Is my wife right?
Regardless of input, output the string 'yes'.

12 giorni fa

Risolto


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

12 giorni fa

Risolto


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

12 giorni fa

Risolto


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

12 giorni fa

Risolto


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

12 giorni fa

Risolto


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 giorni fa

Risolto


Swap two numbers
Example Input: a = 10 b = 20 Output a = 20 b = 10

12 giorni fa

Risolto


Find the slope of a line that passes through two vectors
Given two vectors p1 and p2, return the slope of a line that passes through p1 and p2. Examples: Input [p1,p2] = deal([0,1],[...

12 giorni fa

Carica altro