common fernando - MATLAB Central
photo

common fernando


Last seen: 4年弱 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 06/20 to 03/25Use left and right arrows to move selectionFrom 06/20Use 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

9 質問
2 回答

ランク
67,969
of 297,716

評判
0

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

回答採用率
33.33%

獲得投票数
0

ランク
 of 20,469

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,428

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


white noise case in 3L dft
hello guys, maybe someone of you is able to help me...I tried to fix my problem with the solution above but it wasn`t possible. ...

4年弱 前 | 1 件の回答 | 0

1

回答

回答済み
how to solve repeated y-axis problem
the error in this fig y-axis

4年以上 前 | 0

質問


how to solve repeated y-axis problem
function [t_est,f_est]=threeDFT(v,fs,tmax,N0) % v : volt as function of time % fs : sampling frequency (Hz) % ...

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

1

回答

質問


gabor with no error can I plot( fr estimated with fi input )at t=1
clear all; close all; clc Fs=200; %sampling freq. dt =1/Fs; N=Fs/50 %number of samples/cycle m=3; %no. of cycles ...

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

1

回答

質問


three level DFT need help in error
clear all; close all; clc fs=200; %sampling freq. dt =1/fs; N0=fs/3; %number of samples/cycle m=3; %no. of cycles...

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

1

回答

質問


error in my code
clear all; close all; clc fs=200; %sampling freq. dt =1/fs; N0=fs/3; %number of samples/cycle m=3; %no. of cy...

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

0

回答

質問


ERROR AGAIN IN threeDFT
Error using * Inner matrix dimensions must agree. Error in threeDFT (line 39) c(j)=x*Hc'; clear all; close all; cl...

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

0

回答

質問


ERROR Subscript indices must either be real positive integers or logicals.
clear all; close all; clc fs=200; %sampling freq. dt =1/fs; N0=fs/50; %number of samples/cycle m=3; %no. of cyc...

4年以上 前 | 2 件の回答 | 0

2

回答

質問


Error using + Matrix dimensions must agree.
by using white noise effect in the three level discrete F T: clear all; close all; clc fs=200; %sampling freq. dt =1/...

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

1

回答

質問


differential evalution code Error using * Inner matrix dimensions must agree.
Error in @(x)sum((minus((x(1)),V)*sin(2.*pi.*x(2).*t+x(3)).^2))/n Error in noise_de (line 56) pop(i).Cost=CostFunc...

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

1

回答

回答済み
"Subscript indices must either be real positive integers or logicals." again! See codes
hi guys I do the code for white noise of 3LDFT algorithm but give me error Subscript indices must either be real positive inte...

5年弱 前 | 0