mano49j
IIT Bhubaneswar
Using MATLAB for more than 7 years to solve all kinds of academic and professional challenges.
Statistics
RANK
5,002
of 277,786
REPUTATION
8
CONTRIBUTIONS
2 Questions
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
3,826 of 18,796
REPUTATION
361
AVERAGE RATING
4.10
CONTRIBUTIONS
13 Files
DOWNLOADS
31
ALL TIME DOWNLOADS
3468
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Submitted
delay and phase ramp
This piece of code is to illustrate that the delay in time domain introduces phase ramp in frequency domain
3 years ago | 1 download |
Submitted
phase frequency
This file gives the generation of sine wave with linearly increasing and decreasing frequency
3 years ago | 1 download |
Submitted
fibonnaci_me
Computes the nth fibonnaci number given starting two values and required nth value
4 years ago | 1 download |
Submitted
logging check
these file illustrate file id can be passed as an argument to a function and can be used inside the function to access the file
4 years ago | 2 downloads |
Submitted
binary_rem(data,crc)
Divides one polynomial with another and gives out remainder.
5 years ago | 1 download |
Submitted
CORDIC Demystified
this has different files which shows cordic implementation
6 years ago | 2 downloads |
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:...
6 years ago
Question
Write data to new excel file
Suppose if I have an excel file saved like below: xlswrite('file1.xls',[1 2 3 4 5 6]); The Excel file will contain data as [...
6 years ago | 1 answer | 0
1
answerSolved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
6 years ago
Submitted
upsample_or_sampleandhold
spectrum after upsampling or sample and hold
7 years ago | 1 download |
Help with Multiple Loops
k = 0; for i = 117:-1:1 for j = 1:117 k = k+1; C(i,j) = intWL(k,1) end end i - indicates row number, j -...
10 years ago | 0
| accepted
How do I extract image information from a .png file?
For reading .dcm files use dicomread and for .png files imread is used..,
10 years ago | 0
| accepted
Question
Why the feature should be RST invarient..when extracting a feature from an image..
A good feature should have high varinace and it should be RST invariant for image. Why is it so?
10 years ago | 2 answers | 0
2
answersSubmitted
factorial of number
To find factorial of a number using recursive function
10 years ago | 1 download |
Submitted
System Identification using LMS algorithm
To identify a unknown sytem with an FIR filter
10 years ago | 3 downloads |

Submitted
Central limit theorem
This program illustrates the central limit theorem
10 years ago | 7 downloads |
