mano49j - MATLAB Central
photo

mano49j


Last seen: 約2ヶ月 前 2012 年からアクティブ

Followers: 0   Following: 0

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

統計

All
File ExchangeMATLAB AnswersCodyFrom 12/12 to 03/25Use left and right arrows to move selectionFrom 12/12Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

2 質問
2 回答

File Exchange

13 ファイル

Cody

0 問題
3 解答

ランク
5,763
of 297,716

評判
8

コントリビューション
2 質問
2 回答

回答採用率
0.0%

獲得投票数
0

ランク
3,798 of 20,469

評判
389

平均評価
4.10

コントリビューション
13 ファイル

ダウンロード
26

ALL TIME ダウンロード
3745

ランク
70,041
of 159,428

コントリビューション
0 問題
3 解答

スコア
40

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • 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

約5年 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


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

5年以上 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


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

5年以上 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


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

6年弱 前 | ダウンロード 2 件 |

0.0 / 5

解決済み


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.

約7年 前 | ダウンロード 2 件 |

0.0 / 5

送信済み


CORDIC Demystified
this has different files which shows cordic implementation

7年以上 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


bertoper(ber,PacketSize)
Ber to Per conversion

8年弱 前 | ダウンロード 1 件 |

0.0 / 5

解決済み


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

8年弱 前

質問


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

8年以上 前 | 1 件の回答 | 0

1

回答

送信済み


Convolution Encoder
Rate half convolution encoder

8年以上 前 | ダウンロード 2 件 |

0.0 / 5

解決済み


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

9年弱 前 | ダウンロード 8 件 |

2.3 / 5

送信済み


upsample_or_sampleandhold
spectrum after upsampling or sample and hold

約9年 前 | ダウンロード 1 件 |

0.0 / 5

回答済み
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?

12年弱 前 | 2 件の回答 | 0

2

回答

送信済み


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

約12年 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


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

約12年 前 | ダウンロード 2 件 |

5.0 / 5
Thumbnail

送信済み


Central limit theorem
This program illustrates the central limit theorem

12年以上 前 | ダウンロード 3 件 |

5.0 / 5
Thumbnail