
Nishita Anand
Statistics
All
RANK
N/A
of 281,862
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
11,090 of 19,062
REPUTATION
40
AVERAGE RATING
0.00
CONTRIBUTIONS
3 Files
DOWNLOADS
27
ALL TIME DOWNLOADS
412
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
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...
2 years 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:...
2 years ago
Submitted
Verification of Sampling Theorem
Aim: To verify Sampling theorem for a signal of given frequency -To look at conditions of oversampling and undersampling
2 years ago | 22 downloads |
Submitted
Generation and plotting of all basic signals
The following code generates basic signals such as: 1. Unit Impulse 2. Unit Step 3. Unit Ramp 4. Exponential Growth 5. Cosine
2 years ago | 3 downloads |
Submitted
Code to generate a sine wave
This code generates a sine wave according to the input frequency
2 years ago | 2 downloads |