photo

mano49j


Last seen: 9 Monate vor Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

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

Statistik

All
MATLAB Answers

2 Fragen
2 Antworten

File Exchange

13 Dateien

Cody

0 Probleme
3 Lösungen

RANG
6.002
of 300.381

REPUTATION
8

BEITRÄGE
2 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
3.800 of 20.941

REPUTATION
396

DURCHSCHNITTLICHE BEWERTUNG
4.10

BEITRÄGE
13 Dateien

DOWNLOADS
21

ALL TIME DOWNLOADS
3816

RANG
72.811
of 168.477

BEITRÄGE
0 Probleme
3 Lösungen

PUNKTESTAND
40

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


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

fast 6 Jahre vor | 1 Download |

0.0 / 5

Gesendet


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

etwa 6 Jahre vor | 1 Download |

0.0 / 5

Gesendet


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

etwa 6 Jahre vor | 1 Download |

0.0 / 5

Gesendet


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

mehr als 6 Jahre vor | 2 Downloads |

0.0 / 5

Gelöst


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

etwa 7 Jahre vor

Gesendet


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

mehr als 7 Jahre vor | 2 Downloads |

0.0 / 5

Gesendet


CORDIC Demystified
this has different files which shows cordic implementation

etwa 8 Jahre vor | 1 Download |

0.0 / 5

Gesendet


bertoper(ber,PacketSize)
Ber to Per conversion

mehr als 8 Jahre vor | 1 Download |

0.0 / 5

Gelöst


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

mehr als 8 Jahre vor

Frage


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

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Gesendet


Convolution Encoder
Rate half convolution encoder

etwa 9 Jahre vor | 1 Download |

0.0 / 5

Gelöst


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

etwa 9 Jahre vor

Gesendet


DDS (Direct digital synthesizer)
Refernce file for DDS

mehr als 9 Jahre vor | 6 Downloads |

2.3 / 5

Gesendet


upsample_or_sampleandhold
spectrum after upsampling or sample and hold

fast 10 Jahre vor | 1 Download |

0.0 / 5

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

etwa 12 Jahre vor | 0

| akzeptiert

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

etwa 12 Jahre vor | 0

| akzeptiert

Frage


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?

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Gesendet


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

mehr als 12 Jahre vor | 1 Download |

0.0 / 5

Gesendet


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

mehr als 12 Jahre vor | 1 Download |

5.0 / 5
Thumbnail

Gesendet


Central limit theorem
This program illustrates the central limit theorem

fast 13 Jahre vor | 2 Downloads |

5.0 / 5
Thumbnail