Tianjia
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
220 437
of 295 467
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
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
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...
mer än ett år ago | 1 answer | 0
1
answerQuestion
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...
mer än ett år ago | 0 answers | 0
0
answersQuestion
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...
mer än ett år ago | 1 answer | 0
1
answerQuestion
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);...
nästan 2 år ago | 1 answer | 0