已解决


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

1 day 前

已解决


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

1 day 前

已解决


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

1 day 前

已解决


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

1 day 前

已解决


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

1 day 前

已解决


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

1 day 前

已解决


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

1 day 前

已解决


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

1 day 前

已解决


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

1 day 前

已解决


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

1 day 前

已解决


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

1 day 前

已解决


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

1 day 前

已解决


Basic Physics VII
Calculate the speed.

1 day 前

已解决


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

1 day 前

已解决


Basic Physics V
Calculate the Weight (w).

1 day 前

已解决


Basic Physics IV
Calculate the Work.

1 day 前

已解决


Basic Physics III
Calculate the Potential Energy (PE).

1 day 前

已解决


Basic Physics II
Get the Kinetic Energy (KE).

1 day 前

已解决


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

1 day 前

已解决


Laws of motion 1

1 day 前

已解决


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

1 day 前

已解决


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

1 day 前

已解决


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

1 day 前

已解决


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

1 day 前

已解决


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

1 day 前

已解决


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

1 day 前

已解决


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

1 day 前

已解决


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

1 day 前

已解决


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

1 day 前

已解决


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],[...

1 day 前

加载更多