
Nikola Jovanovic
RadioSoft
I configure and integrate modular applications and devices into remotely controlled test benches and comprehensive GUIs.
Python, C++, C, C#, MATLAB, SQL, Arduino
Spoken Languages:
English
Statistics
RANK
N/A
of 257.573
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
10.293 of 17.747
REPUTATION
44
AVERAGE RATING
0.00
CONTRIBUTIONS
3 Files
DOWNLOADS
21
ALL TIME DOWNLOADS
342
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Solved
Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...
7 meses ago
Solved
Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...
8 meses ago
Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
8 meses ago
Submitted
Digital Watermarking – Comparison of DCT and DWT methods
Robustness of DWT vs DCT is graded based on the quality of extracted watermark. The measure used is the Correlation coefficient ...
9 meses ago | 14 downloads |

Submitted
BPSK system modeled and benchmarked against BER(SNR)
MATLAB simulation of a BPSK data transmission system with AWGN channel, and its benchmark against BER(SNR).
9 meses ago | 5 downloads |

Submitted
Decimation
Decrease sample rate by integer factor M. Plot input and output signals in Time and Frequency domains.
9 meses ago | 2 downloads |

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...
más de 1 año 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:...
más de 1 año ago