photo

mano49j


IIT Bhubaneswar

Last seen: 대략 4년 전 2012년부터 활동

Followers: 0   Following: 0

메시지

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

통계학

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

배지 보기

Feeds

보기 기준

제출됨


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

4년 초과 전 | 다운로드 수: 1 |

제출됨


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

4년 초과 전 | 다운로드 수: 1 |

제출됨


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

거의 5년 전 | 다운로드 수: 1 |

제출됨


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

대략 5년 전 | 다운로드 수: 2 |

문제를 풀었습니다


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

거의 6년 전

제출됨


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

6년 초과 전 | 다운로드 수: 2 |

제출됨


CORDIC Demystified
this has different files which shows cordic implementation

거의 7년 전 | 다운로드 수: 1 |

제출됨


bertoper(ber,PacketSize)
Ber to Per conversion

대략 7년 전 | 다운로드 수: 1 |

문제를 풀었습니다


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

대략 7년 전

질문


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

7년 초과 전 | 답변 수: 1 | 0

1

답변

제출됨


Convolution Encoder
Rate half convolution encoder

7년 초과 전 | 다운로드 수: 2 |

문제를 풀었습니다


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

거의 8년 전

제출됨


DDS (Direct digital synthesizer)
Refernce file for DDS

대략 8년 전 | 다운로드 수: 7 |

제출됨


upsample_or_sampleandhold
spectrum after upsampling or sample and hold

8년 초과 전 | 다운로드 수: 2 |

답변 있음
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 -...

거의 11년 전 | 0

| 수락됨

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

거의 11년 전 | 0

| 수락됨

질문


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?

11년 초과 전 | 답변 수: 2 | 0

2

답변

제출됨


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

11년 초과 전 | 다운로드 수: 1 |

제출됨


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

11년 초과 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Central limit theorem
This program illustrates the central limit theorem

11년 초과 전 | 다운로드 수: 2 |

Thumbnail