Tianjia
Followers: 0 Following: 0
Statistik
4 Fragen
0 Antworten
RANG
220.446
of 295.569
REPUTATION
0
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
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
How to get the array pointed by a double pointer in MATLAB?
I'm trying to run an IBIS_AMI model in MATLAB. I have the dll library and head filer and I want to call function AMI_Init() in M...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
How does raised cosine pulse shaping work in MATLAB?
I know that Raised Cosine Filter is creating a low-pass Nyquist filter that transforms a stream of discrete bits into analog wav...
mehr als ein Jahr vor | 0 Antworten | 0
0
AntwortenFrage
Time-domain convolution doesn't match Frequency-domain multiplication in MATLAB
I wonder why these two lines of codes generate very different results: subplot(1,2,1); semilogx(abs(X.*HPF)); subplot(1,2,2...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
HPF doesn't work in time-domain convolution
This is my input signal: t=0:t_sample:1e-3; xraw=cos(2*pi*1e6*t)+cos(2*pi*1e7*t)+cos(2*pi*1e8*t); k=15; N=2^k; x=xraw(1:N);...
fast 2 Jahre vor | 1 Antwort | 0