
cikalekli
Do your job with love
C++
Spoken Languages:
French
Statistics
16 질문
2 답변
순위
236,782
of 262,484
평판
0
참여
16 질문
2 답변
답변 채택
81.25%
획득한 표
0
순위
of 113,511
참여
0 문제
0 해답
점수
0
배지 수
0
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
질문
I working on a Simulink Signal Spectrum Analyzing on my own, and I'm stuck
Hi, I am working on my own to understand Simulink Spectrum Analyzing Fundamentals. My curiosity is about the multiplication of ...
4달 전 | 답변 수: 0 | 0
0
답변질문
What Is Wrong With My Code? (Downsampling Of A Sinc Signal)
Hi, I'm studying on my own about downsampling the signals on matlab. Before exhibit my code which I wrote, I've curiosity quest...
5달 전 | 답변 수: 1 | 0
1
답변질문
Simulink - Multiplication of Two Sine Signals (i couldn't understand the logic)
Hi, while I was doing some practises on Simulink to learn it better on my own, I have stuck and could not find the reason behind...
5달 전 | 답변 수: 1 | 0
1
답변질문
What is wrong with my Code? (Fast Fourier Transform)
Hi, there is a signal that I was trying to port into matlab just for a practise to teach myself about FFt. g(t) = rect(t/T) cos...
5달 전 | 답변 수: 2 | 0
2
답변질문
I Wrote a Code For Fast Fourier Transformation With a Sin Function
I created a code plots a sin(2*pi*f*t) function in t=-4:0.001:4 with period (T) 5ms. Then by using Fast Fourier Transformation ...
5달 전 | 답변 수: 1 | 0
1
답변질문
I get an error and what caused it? - Function Plotting
I get an error. What caused it and how do I fix it? Here my code: t = -5:0.1:5; y = ((2.*cos(x)+exp(-0.4.*x))./(0.2.*x+e...
7달 전 | 답변 수: 1 | 0
1
답변질문
Plotting a Continuous Spectrum
Hi, while I'm practising about continuous spectrum plotting I'm stuck at one point. For example I want to give T = 0.2 and A = ...
7달 전 | 답변 수: 1 | 0
1
답변질문
Plotting Impulse response of a system and I am stuck
Hi, while I am practising about plotting impulse signal here and I'm stuck: and I wanted to plot this signal: I have the ...
7달 전 | 답변 수: 1 | 0
1
답변질문
Fourier series and transform of Sinc Function
Does the line spectrum acquired in 2nd have a sinc envelope like the one obtained in 3rd? Here is my code below: x = [-5:0.001...
8달 전 | 답변 수: 2 | 0
2
답변질문
Convolving Two Signals Using Matlab.
Hi, I have a question about convolution of 2 signals. I shared my code at the end of the question. I am wondering if I did it ...
8달 전 | 답변 수: 1 | 0
1
답변discrete-time real exponential signal
The expected result and your code is a lot different as you can see. Here I made it more accurate version: clc; clear; c...
9달 전 | 0
질문
Generating An Exponential Function
I am trying to generate an exponential function which grows with factor 0.5 between -20 < t < 20. Did I find it correct? I...
9달 전 | 답변 수: 0 | 0
0
답변질문
discrete-time real exponential signal
HOW CAN I DELETE THOSE POINTS WHICH ARE VISIBLE AT ZERO AT COUPLE TIMES? I was trying to create a power signal as with α = -0....
9달 전 | 답변 수: 2 | 0
2
답변The Usage of Dot Operation in Plot a Function
Hi, thank you. Here when I write this: f=((3.*cos(x)./(0.5.*x + exp(-0.5.*x))) - (4.*x/7) and f=((3.*cos(x)/(0.5.*x...
9달 전 | 0
질문
The Usage of Dot Operation in Plot a Function
Hi, how can I decide whether I should use dot for describing a function. There is a code below which has been written by myself....
9달 전 | 답변 수: 2 | 0
2
답변질문
Extracting the sub-matrix
Hello, while I'm practising on Matlab about extracting matrix and here there was a thing which I stucked while doing it. (Plus, ...
9달 전 | 답변 수: 2 | 0
2
답변질문
Plotting Sinusoidal Wave Graph on MatLab
I want to plot the graph of this sinusoidal equation on matlab but I could not accomplished right... Here is my sinusoidal wave...
약 1년 전 | 답변 수: 1 | 0
1
답변질문
Ploting graph on matlab
Hi I just want to plot this equation on matlab and plot the graph for finding the type of its graph too. here is my code but it...
약 1년 전 | 답변 수: 1 | 0