photo

mano49j


IIT Bhubaneswar

Last seen: ongeveer 4 jaar ago Active since 2012

Followers: 0   Following: 0

Message

Using MATLAB for more than 7 years to solve all kinds of academic and professional challenges.

Statistics

All
  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 2
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Submitted


delay and phase ramp
This piece of code is to illustrate that the delay in time domain introduces phase ramp in frequency domain

meer dan 4 jaar ago | 1 download |

Submitted


phase frequency
This file gives the generation of sine wave with linearly increasing and decreasing frequency

meer dan 4 jaar ago | 1 download |

Submitted


fibonnaci_me
Computes the nth fibonnaci number given starting two values and required nth value

bijna 5 jaar 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

ongeveer 5 jaar ago | 2 downloads |

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

bijna 6 jaar ago

Submitted


binary_rem(data,crc)
Divides one polynomial with another and gives out remainder.

meer dan 6 jaar ago | 2 downloads |

Submitted


CORDIC Demystified
this has different files which shows cordic implementation

bijna 7 jaar ago | 1 download |

Submitted


bertoper(ber,PacketSize)
Ber to Per conversion

ongeveer 7 jaar ago | 1 download |

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:...

ongeveer 7 jaar 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 [...

meer dan 7 jaar ago | 1 answer | 0

1

answer

Submitted


Convolution Encoder
Rate half convolution encoder

meer dan 7 jaar ago | 2 downloads |

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

bijna 8 jaar ago

Submitted


DDS (Direct digital synthesizer)
Refernce file for DDS

ongeveer 8 jaar ago | 7 downloads |

Submitted


upsample_or_sampleandhold
spectrum after upsampling or sample and hold

meer dan 8 jaar ago | 2 downloads |

Answered
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 -...

bijna 11 jaar ago | 0

| accepted

Answered
How do I extract image information from a .png file?
For reading .dcm files use dicomread and for .png files imread is used..,

bijna 11 jaar 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?

meer dan 11 jaar ago | 2 answers | 0

2

answers

Submitted


factorial of number
To find factorial of a number using recursive function

meer dan 11 jaar ago | 1 download |

Submitted


System Identification using LMS algorithm
To identify a unknown sytem with an FIR filter

meer dan 11 jaar ago | 2 downloads |

Thumbnail

Submitted


Central limit theorem
This program illustrates the central limit theorem

meer dan 11 jaar ago | 2 downloads |

Thumbnail