제 허
Followers: 0 Following: 0
Statistics
RANK
83.647
of 295.467
REPUTATION
0
CONTRIBUTIONS
6 Questions
1 Answer
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to generate correct sine wave
hello, I want to make the sine wave when I execute below code at frequency 2, It is success. but when I change the frequency ...
meer dan 2 jaar ago | 2 answers | 0
2
answersSolved
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
ongeveer 3 jaar ago
Solved
Counting Money
Add the numbers given in the cell array of strings. The strings represent amounts of money using this notation: $99,999.99. E...
ongeveer 3 jaar ago
Solved
Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...
ongeveer 3 jaar ago
Solved
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...
ongeveer 3 jaar ago
file read & write to text file for long data
when I open the file double click, I cant understand .txt file as above figure. but when I open the file in matlab, I can un...
ongeveer 3 jaar ago | 0
Question
file read & write to text file for long data
I want to write binary data to .txt format clear all; close all rng(1); x = randi([0,1], 1,10000); fileID = fopen('test_vec...
ongeveer 3 jaar ago | 1 answer | 0
1
answerQuestion
ofdm time delay modeling
hello. I want to know ofdm time delay modeling for ofdm radar. % simulation setting target_pos = 500; target_speed = 20...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
How to limit the colorbar range in using image function ??
hello I want to limit the colorbar range in using image function. caxis([0 10]) comment can limit the range other function (i....
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
how to extract the wavelet transform cwt coefficient applying to signal ??
Hello I want to extract cwt function coefficient. Fs = 1000; t = 0:1/Fs:1-1/Fs; z = exp(1i*2*pi*32*t).*(t>=0.1 & t<0.3)+exp(...
meer dan 3 jaar ago | 0 answers | 0
0
answersQuestion
Radar tool box example can not run
The example titled Pedestrian and Bicyclist Classification Using Deep Learning errors out with this message: Unable to resolve ...
meer dan 3 jaar ago | 1 answer | 0