A résolu


Find the sines of an isosceles triangle when given its area and height to its base.
Find the sines of an isosceles triangle when given its area and height to its base. For example, when A=60 and h=5, the resul...

plus de 9 ans il y a

A résolu


Create a function for uniform quantization decoding.
include the formula to find pq, delta and quantization level.

plus de 9 ans il y a

A résolu


Matrix to 3-Column Matrix
Consider a matrix *A* such as A = [1 2 3 3 4 5 6; 2 3 4 5 6 7 8]; Can you convert this matrix to a three-column ...

plus de 9 ans il y a

A résolu


Decimal to Binary
Create a function that returns the binary of a decimal number. Decimal number is given as 6

plus de 9 ans il y a

A résolu


Calculate SNR in dB using original signal and quantized signal
origs: the original signal quants: the quantized signal *hint* : need to calculate the quantization error and plug into SN...

plus de 9 ans il y a

A résolu


A uniform quantizer
Find the total number of quantization levels and step size for a 3 bit bipolar quantizer for an input analog signal ranges from ...

plus de 9 ans il y a

A résolu


Find the binary code
Given a sinusoidal signal, create a function that returns the binary code of a quantized value. The function takes the bit lengt...

plus de 9 ans il y a

A résolu


Joules to Megatons of TnT
Given joules, J, make a function that converts to megatons of TNT.

plus de 9 ans il y a

A résolu


Determine the input for these two numbers.
function c=add_together(a,b) a=12345678; b=87654321; end

plus de 9 ans il y a

A résolu


write a function to calculate the snr after quantizing the signal in dB
osig : original signal qsig : quantized signal qerror : quantization error HINT: snr = 10×log10(sum(osig × osig)/sum...

plus de 9 ans il y a

A résolu


Divide the Least Common Multiple by the Greatest Common Divisor of two numbers
Divide the Least Common Multiple by the Greatest Common Divisor of two numbers. For example, for x=12345 and y=54321, the answer...

plus de 9 ans il y a

A résolu


Signal sample
Find the no. Of quantisation level of signal with 6-bits.

plus de 9 ans il y a

A résolu


Cookie Cutters
Given a larger and smaller matrix, perform element-by-element multiplication on the smaller matrix and a sub-matrix of the large...

plus de 9 ans il y a

A résolu


plot the following analog signal with frequency of 150Hz
x(t)= 4 sin(2*pi*150t) T=0.005s plot it to 0.2s period

plus de 9 ans il y a

A résolu


Converting binary to decimals
Convert binary to decimals. Example: 010111 = 23. 110000 = 48.

plus de 9 ans il y a

A résolu


find the required sampling frequency
find the required frequency in order to sample this signal and recovered back using law pass filler : signal= 4.5*sin (2*pi*1...

plus de 9 ans il y a

A résolu


Vector to 3-Column Matrix
Consider a vector *A* such as A = [1 2 3 3 4 5 6] Can you convert this vector to a three-column matrix like this: ...

plus de 9 ans il y a

A résolu


Energy-Mass Equivalence
Given input enegy of the object, E, and constant c = 300,000,000, find the mass of the object.

plus de 9 ans il y a

A résolu


Quantization Level
Given an 3-bit Quantizer ranging from 0-5 Volts, Determine the number of quantization level.

plus de 9 ans il y a

A résolu


Determine the number of quantization levels
m is the number of bits used in ADC determine the number of quantization level

plus de 9 ans il y a

A résolu


if
if value n is larger than or equal to 100, return true, else false.

plus de 9 ans il y a

A résolu


Radians to Degrees
Convert radians to degrees.

plus de 9 ans il y a

A résolu


Degrees to Radian
Convert degrees to radians

plus de 9 ans il y a

A résolu


Create tangent function out of cosine only
Please don't use tangent and sine functions

plus de 9 ans il y a

A résolu


Create tangent function out of sin and cos
Please don't use tan(x) directly

plus de 9 ans il y a

A résolu


Finding operators in a MATLAB function in a string.
The aim is to find if there is an operator inside a MATLAB function call in a formula. The input is a string and the output is a...

plus de 9 ans il y a

A résolu


Vandermonde Matrix
Create the Vandermonde Matrix of the given vector. The matrix consists of columns as powers of the vector, so the first column i...

plus de 9 ans il y a

A résolu


Weave two matrices together to form one matrix
Take the first column from matrix a, then insert the first column from matrix b, and so on. For example: a = [1 2 3 4]; b ...

plus de 9 ans il y a

A résolu


Rankine to Celsius Converter
Given input R, rankine, convert into degrees Celsius.

plus de 9 ans il y a

A résolu


Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.

plus de 9 ans il y a

Charger plus