![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10651585_1522136985969_DEF.jpg)
yuval ohayon
Followers: 0 Following: 0
Statistik
RANG
203.513
of 297.010
REPUTATION
0
BEITRÄGE
22 Fragen
3 Antworten
ANTWORTZUSTIMMUNG
18.18%
ERHALTENE STIMMEN
0
RANG
of 20.418
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.687
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
mse for lms - learning curves please help
hi iv written a code for lms algorithem and i want to add some learning curves..the error as a mu function,the mse error for sev...
etwa 6 Jahre vor | 1 Antwort | 0
1
Antwortmse for lms - learning curves please help
M=4001 %%%number of samples fs=8000 %%%%hz [B,A]=cheby2(4,20,[0.1 0.7 ]);%%%מקדמי פונקציית התמסורת tf=dfilt.df2t([zero...
etwa 6 Jahre vor | 0
Frage
error curve and conclutions from the error - echo cancellation mini project
hi,im working on this subject ,my main code is lms algorithm,it wrks very well but id like to add a good insite on the error sig...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
basic 1 side echo cancellation
hi, i need to do a mini project in echo cancellation ,well i'v biult one and my teacher said its to difficult, in my understand...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
central limit theorem random process
ho i need to generate the next equsion x[n]=sigma(w[n]) where w[n] gets probability of 1 and -1 ,and to check the charachteristi...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
sampled signal fft signal
hi,i have a task that i dont get it how to be done. i have sampled ecg signal with fs=1024 hz (vector ) the task is to plot th...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
N samples GAUSS SIMULATIONN
HI, can anyyone help me in a work i need to do, simulation of z veriable gaussion distirbution using 2 veriables (x y) unifor...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
visioner code changing string
hi,can anyone help me with a visiner cose.its a code that change the string with 2 letters up (lets say 'abcd') to 'cdef' in old...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
input vector with input function
hi,i need to do in my homework a vector with the input function how the syntax needs to be?i know only a number - x=input('inpu...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
random matrix diagonal problem
hi,how can I generates random matrix (using rand command) that's only its diagonal is zeros im trying to something like this bu...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Rl block diagram simulnik
Hi .how do i create block diagram of rl circiut where Vout=vR.i know only when Vout=vL. VR=vs-vL where VL=ldi/dt Please help.....
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Define transfer function automaticlly
how can i define transfer function without using zpk and tf functions all time from the start? Someone help..
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
column vector with specified number
hi everyone, i need to generate column vector of 10 elements with only the number 2 and 3 ,it need to indexed randomly. well i h...
mehr als 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
using function in matlab
hi,i want to write a function who get radius and number of circles that should be in the primary circle. this is what i wrote...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
dectobin ,only with loops and condition
hi,the algorithem of the action for finding binary number is dividing to 2,but in the homework description I need to define cell...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
finding min max in matrix with loops and condintion only
hi, its me again, got an exam next week. I need to find the ma number and min number and then print them,this what I comefore ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
homework ,matrix and avg
hi,my ex is to check the first diag and the secondary if they even ,and check the avg of those who are even.this is my work unti...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to change element in base 10 to base 2 in a matrix, with loops and while
Suppose i have a matrix called A,the elements ib base 10,how do i convert to base 2 .with conditions and loops.
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Rounding decimals matlab manipulates
I need to write, in 1 code line, given a number (pos, neg, int, float), how do I round it without preset functions like fix, rou...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFunc thar operates like repmat
Not what i ment.. Without using repmat function..
mehr als 7 Jahre vor | 0
Frage
Func thar operates like repmat
Hi i need to write in one code line function who does the same as repmat function Anyone's idea please :)
mehr als 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
finding min nummber in a vector
hi :} I got to write a program in one code line. Finding minimum num in a vector without using min or max functions.
mehr als 7 Jahre vor | 2 Antworten | 0
2
Antwortenfinding min nummber in a vector
Arranging the vector in acending order by the absolut value of the elements,this is another task that i confuse about.
mehr als 7 Jahre vor | 0
Frage
how to sum a vector without sum func
given this elements:19^3 −17^3 +15^3 −13^3 +11^3 −9^3 +7^3 −5^3 +3^3 −1^3 notice the sign changing 9 times with 10 element aga...
mehr als 7 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
hi i need writing a code that ceil random number without preset func like ceil,fix,
probably I need to use some loop someone's help?
mehr als 7 Jahre vor | 1 Antwort | 0