![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19548155_1600100429792_DEF.jpg)
Sai Charan Sampara
Followers: 0 Following: 0
Statistics
0 Questions
10 Answers
RANK
11 499
of 297 016
REPUTATION
4
CONTRIBUTIONS
0 Questions
10 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20 419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Using gauspuls
gauspuls is used to create gaussian modulated sinusoidal RF pulse. For having in same time boundaries give the first input to ga...
mer än 2 år ago | 0
How do I sample an aperiodic signal ?
Sampling a signal is only a method of changing a continuous time signal into a discrete time signal. It does not depend on the p...
mer än 2 år ago | 0
How to plot power spectrum density (db/hz) as a function of time ?
Power spectral density is a function of frequency. It gives the power distribution of a signal as a function of its frequency. T...
mer än 2 år ago | 0
Plot frequency spectrum of a signal
linspace(-1,1,fs) creates an array of numbers between -1 and 1. The number of such numbers in between are fs. So this function g...
mer än 2 år ago | 0
How to plot the frequency spectrum of a signal
The spectrum of a signal is the magnitude of each frequency components of a signal plotted against frequency. A spectrum is the ...
mer än 2 år ago | 0
Error: Index in position 2 exceeds array bounds (must not exceed 155).
The only two places where there is a variable in 2nd index place is in these two lines. Y_draw_10000_BA(i,:) = Z1(i,Zeit_Flut...
mer än 2 år ago | 0
I have a power density plot with the below matlab code. I want to find the 3dB bandwidth of it. Can someone help me to solve this matter
Convert the power density into logarithm scale. Use the max function to find the maximum power density in dB. The value of (maxi...
mer än 2 år ago | 0
Error in the for loop of my function
You seem to have used both a for loop and symsum function. The symsum function already runs a loop based on the index and range ...
mer än 2 år ago | 0
how to know 'y' values perpendicular to a line?
A line is defined uniquely by a point and a slope or by two points. If you are looking for a line that is perpendicular to the l...
mer än 2 år ago | 0
| accepted
how to plot a plane using equations of planes?
For a given set of points or vector , the plane that is passing through them is always unique. So if the points that are being p...
mer än 2 år ago | 0