photo

Ashutosh Rout


Last seen: 4 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
File Exchange

8 文件

Cody

0 个问题
6 个答案

排名
N/A
of 299,793

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
5,378 of 20,811

声誉
238

平均
5.00

贡献数
8 文件

下载次数
19

ALL TIME 下载次数
2286

排名
51,394
of 166,013

贡献数
0 个问题
6 个答案

评分
70

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Solver

查看徽章

Feeds

排序方式:

已提交


Convolution of periodic sequence using DFT & IDFT.
DFT:Discrete Fourier Transform It computes N equally spaced frequency samples of the DTFT. IDFT:Inverse Discrete Fourier Transfo...

7 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


Power Spectral Density of a sequence x(n)using N-point DFT
The power spectral density (PSD) of the signal describes the power present in the signal as a function of frequency, per unit fr...

7 years 前 | 2 次下载 |

0.0 / 5
Thumbnail

已解决


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

7 years 前

已解决


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

7 years 前

已解决


Add two numbers
Given a and b, return the sum a+b in c.

7 years 前

已解决


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

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

7 years 前

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

7 years 前

已提交


Circular-convolution with using cconv(x,y,n)
Circular convolution is the fundamental operation to compute discrete time signals.

7 years 前 | 3 次下载 |

0.0 / 5
Thumbnail

已提交


Circular-convolution using fft(x) and ifft(X)
Circular convolution using properties of Discrete Fourier Transform.

7 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


Circular-convolution without using cconv(x,y,n)
It is used to convolve two Discrete Fourier transform sequences.It is faster for long sequences than linear convolution.

7 years 前 | 3 次下载 |

5.0 / 5
Thumbnail

已提交


Auto-correlation of a sequence x without using xcorr(x)
It is the correlation of a signal with a delayed copy of itself as a function of delay.

7 years 前 | 2 次下载 |

0.0 / 5
Thumbnail

已提交


Cross-correlation sequences x and y without using xcorr(x,y)
Cross-correlation measures the similarity between x and shifted (lagged) copies of y as a function of the lag.

7 years 前 | 5 次下载 |

0.0 / 5
Thumbnail

已提交


Linear Convolution without using conv(A, B)
It is a basic operation to calculate the output for any linear time invariant system given its input and its impulse response.

7 years 前 | 2 次下载 |

0.0 / 5
Thumbnail