![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9879386_1542592457644_DEF.jpg)
common fernando
Followers: 0 Following: 0
Statistics
RANK
174,882
of 297,016
REPUTATION
0
CONTRIBUTIONS
9 Questions
2 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answer"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...
4 years ago | 0