photo

Naga Sai


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
1 回答

ランク
190,840
of 300,756

評判
0

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

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,077

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,890

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • First Review
  • Revival Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


fft algorithm for matlab
FFT Algorithm or code for matlab

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

0

回答

質問


Sir please clear the error in my fft function sir
function y = FFT_func(x) a=size(x); N=a(2); n=log2(N); l=1; N2=N/2; NU1=n-1; k=0; while(l<=n) while(k<=N-1) I...

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

0

回答

質問


how to create a fft function without using in built fft function given in matlab in built
how to create a fft function without using fft in built function

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

0

回答

回答済み
Hello, How would i go by doing a Discrete fourier transform?
Include below give program in your working directory when ever you execute program function X = dft(xn,N) %To comput...

8年以上 前 | 0

質問


how to create a dft function without using other functions of matlab
how to create a discrete fourier transform function with out using other functions of matlab please help regarding this sir.

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

1

回答

質問


Sir how to multiply a square wave and sinewave and generate power spectrum from the output of those singnal
sir i tried it i have that code this is my code sir please correct my code sir i am getting errors regarding matrix t=0...

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

1

回答