photo

mano49j


Last seen: 1 month 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

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

统计学

All
MATLAB Answers

2 个提问
2 个回答

File Exchange

13 文件

Cody

0 个问题
3 个答案

排名
5,763
of 297,457

声誉
8

贡献数
2 个提问
2 个回答

回答接受率
0.0%

收到投票数
0

排名
3,797 of 20,438

声誉
388

平均
4.10

贡献数
13 文件

下载次数
27

ALL TIME 下载次数
3739

排名
69,875
of 158,938

贡献数
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 years 前 | 1 次下载 |

0.0 / 5

已提交


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

5 years 前 | 1 次下载 |

0.0 / 5

已提交


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

5 years 前 | 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 years 前 | 2 次下载 |

0.0 / 5

已解决


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

6 years 前

已提交


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

7 years 前 | 2 次下载 |

0.0 / 5

已提交


CORDIC Demystified
this has different files which shows cordic implementation

7 years 前 | 1 次下载 |

0.0 / 5

已提交


bertoper(ber,PacketSize)
Ber to Per conversion

8 years 前 | 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 years 前

提问


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 years 前 | 1 个回答 | 0

1

个回答

已提交


Convolution Encoder
Rate half convolution encoder

8 years 前 | 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 years 前

已提交


DDS (Direct digital synthesizer)
Refernce file for DDS

9 years 前 | 9 次下载 |

2.3 / 5

已提交


upsample_or_sampleandhold
spectrum after upsampling or sample and hold

9 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答

已提交


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

12 years 前 | 1 次下载 |

0.0 / 5

已提交


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

12 years 前 | 2 次下载 |

5.0 / 5
Thumbnail

已提交


Central limit theorem
This program illustrates the central limit theorem

12 years 前 | 3 次下载 |

5.0 / 5
Thumbnail